• Bootloader in Flash and application in RAM.
    Hi All, I have a plan to put the boot-loader and load many applications less than 32 KBytes. I am wondering that is it possible that boot-loader code is on flash and I copy the application from external...
  • HOW TO USE A COMMON SECTION IN RAM
    <HOW TO USE COMMON SECTION IN RAM?PLEASE MENTION HOW TO USE THAT?IS THERE ANY SPECIFIC EXAMPLE PROGRAM?>
  • Ram allocation for bootloader and application code
    Using STM32F203CB (20KB RAM) Question 1) Do I have to make sure that the RAM required for my bootloader and the RAM required for my application code is less than the 20K available on this device...
  • STM32F0 common debugger problem
    I've seen multiple threads around the internet about the issue I'm having with no solution. So here's another thread: I can't get the ST-Link/v2 debugger to work. When I compile the project in uVision...
  • Common Code Elimination
    Common Code Elimination cortex-m3 uVision 5.13 I recent had to up the optimization level on my project to level 2 because my code size was too large for my target memory. In doing this I found...