• Learning resources?
    Hi, I need some good references to learn about KEIL uVision 3 and 8051: 1)The target options meaning and how to use them correctly 2)8051 assembly 3)what the .M51 file means 4)The difference between...
  • 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.
  • 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
  • Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...