Sysprogs forums › Forums › VisualGDB › How to structure flash memory in VisualGDB › Reply To: How to structure flash memory in VisualGDB
January 14, 2016 at 00:04
#7473
Keymaster
Hi,
Normally you need to edit the linker script and use the “section” attribute to place code and data into a specific memory. You can read more in this topic. If it does not help, please give us an example of what you are trying to do so that we could give a better suggestion.