• Placing Stack and Heap in different memory
    Is there a way to place Stack in internal processor RAM and to place Heap on external RAM chip. I am using the STMicroelectronic STM32F103ZxH6. When I define additional 'Read/Write Memory Areas'...
  • Placing Stack and Heap in different memory
    Is there a way to place Stack in internal processor RAM and to place Heap on external RAM chip. I am using the STMicroelectronic STM32F103ZxH6. When I define additional 'Read/Write Memory Areas'...
  • Place values in X location in ROM
    Hi guys, In order to test out some bootloader code, I'm wishing to place some fake values in another location of flash ROM. I've created a second ROM region in uVision: IROM1 0x0 to 0x1FF...
  • Place values in X location in ROM
    Hi guys, In order to test out some bootloader code, I'm wishing to place some fake values in another location of flash ROM. I've created a second ROM region in uVision: IROM1 0x0 to 0x1FF...
  • Setup heap on external RAM
    Hi I have a board with external RAM and I'm using it quite well, except that I wrote my own malloc and free, which works fine, but I rather use the malloc and free that comes with standard library...