• Dedicated function placing in a dedicatet storage area
    I have external an internal Flash in my LM3S9B96. Because the use of the internal flash is much faster I want to specify for each function if it should be placed in the internal or external flash. I...
  • Ensure thread safety in ARM C/C++ libraries
    Dear forum, right now I am struggling with enabling thread safety for my ARM C/C++ libraries. Here's the problem I am facing: Actually I am running a multithreaded application on my Cortex-M3 device...
  • Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • Malloc
    I'm using the MCBx51 V2.1 prototype Board with the Keil uVision2 software, but I have some problems with memory allocation. This is the code that i had typed. p = malloc (1000); if (p == NULL...
  • malloc failing
    Hi, I currently encounter problems with malloc. I use microlib and configured the heap to be 32MBytes (0x02000000 bytes). Under some special circumstances (depending on the image date we get from...