Reply To: How to structure flash memory in VisualGDB

Sysprogs forums Forums VisualGDB How to structure flash memory in VisualGDB Reply To: How to structure flash memory in VisualGDB

#7473
support
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.