• Where are the variables copied from flash to ram?
    I am writing a bootloader for a STM32L controller. So far I have been using the Keil start up files, but now I need to tweak the load addresses and other stuff. I have written a custom scatter file,...
  • Where are the variables copied from flash to ram?
    I am writing a bootloader for a STM32L controller. So far I have been using the Keil start up files, but now I need to tweak the load addresses and other stuff. I have written a custom scatter file,...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...