SRAM Programing

Hi guys! I want to program SRAM only at stm cortex-M7 core controller. May I do this without wasting my program flash cycles? If yes so what should I do at keil properties before programming?

Parents
  • 100K cycles for debugging code is pretty high, if you're likely to approach that reconsider your programming/debugging technique.

    To program RAM you'd want to uncheck the programming options/algorithms, and write a debugging script (.INI) to LOAD your code into RAM when you start the debugging session.

    Suggested search terms
    Keil Debugger Scripts
    Keil LOAD Command

Reply
  • 100K cycles for debugging code is pretty high, if you're likely to approach that reconsider your programming/debugging technique.

    To program RAM you'd want to uncheck the programming options/algorithms, and write a debugging script (.INI) to LOAD your code into RAM when you start the debugging session.

    Suggested search terms
    Keil Debugger Scripts
    Keil LOAD Command

Children
No data
More questions in this forum