• Where to find RTX5 resources
    RTX5 technical documents RTX5 overview documents and CMSIS-RTOS 2 documents, links to these three resources cannot be accessed, where can I find these three resources?Thank you very much.
  • Resource free after use
    Hi All, I have a doubt regarding resources freeing in Keil RTX. There is no API in Keil RTX to destroy the MailQueue, created using osMailCreate() or MessageQueue created using osMessageCreate...
  • Text resources and linker optimization
    Hi there! At present I am writing a program in C51 that might be available in different language versions one day. So I place all texts in one file called texts.h. That file looks like [...] ...
  • resource consumption when keil is compiling
    Hi keil, Every time,resource consumption is very high leading to the running speed of computer is slow when keil is compiling ARM project.I want to know the reason? Best regards, Frank
  • LEARN DRIVERS
    Hello friends, I am new to ARM,and i want to learn how to write driver for a program that too in LPC2378. void driver() { PINSEL4=0X00000000; PINMODE4=0X00000002; FIO2DIR=0X000000FF; FIO2PIN=0X00000000;...