• Keil Update for Free 32K Limited version
    Is there an update path from the Keil 4.70, free/32K limited version to a code limited version of 5.17? Normal Keil download is requesting a non-existent license number...
  • Free C51 compilers ...
    Hello, About C51 compilers/assemblers... Anyone can tell me what other options may i have instead of Keil ?! I'm talking about free compilers (no cost i mean). Also, if you can give me some links i...
  • STM32F, Kiel Free, and L6406E
    Just started a new contract, some legacy code on an STM32F device. I'm getting a load of L6406E errors, and apparently these are not related to the 32K limit of the free version of the tools. ...
  • malloc/free is there a way ....
    malloc/free is there a way to see if all match? I am exposed to this project where malloc is liberally spread all over the place and wonder if memory get freed up in all cases. I would hate to see...
  • 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...