• How to define variables in a range of external ram, and start at a fixed address
    Do anybody know how can I define some variables in a range of external ram, and start at a fixed address ? When I use IAR, I can do it in the following way : ---------------------------------- (In...
  • How to define variables in a range of external ram, and start at a fixed address
    Do anybody know how can I define some variables in a range of external ram, and start at a fixed address ? When I use IAR, I can do it in the following way : ---------------------------------- (In...
  • How to define global variable or static variable in a function when develop a customized external loader?
    Hi, I'm developing a customized flash memory programmer for our project. It is based on external loader examples available under the ST-LINK Utility / STM32CubeProgrammer ExternalLoader directory. We...
  • How to define global variable or static variable in a function when develop a customized external loader?
    Hi, I'm developing a customized flash memory programmer for our project. It is based on external loader examples available under the ST-LINK Utility / STM32CubeProgrammer ExternalLoader directory. We...
  • Use External Ram for variable
    Hi, i'm working with STR710FZ2, now i have converted my project from CARM to REALVIEW. I use: - on_chip IRAM1 for internal variable, - on_chip IRAM2 for RAM function My problem is that i want...