We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am working on Freescale ARM Cortex M4 device MK60N512VMD100 using IDE Keil uVision v4.50.0.0
I have defined values of on-chip IROM1 (Start: 0x0 Size: 0x80000) and on-chip IRAM1 (Start: 0x1FFF0000 Size: 0x10000).
Now I want to access these values from inside source code (*.c or *.s) file.
Please advice
Thanks and Best Regards Waseem
Thank you, this is very interesting.
Just one point: You write that it is easy to specify in the scatter file, that all data of a specific c file should be at a specific memory range. Can you give an example for this? (do you specify the name of the c/c++ module in the scatter file, or do you need to define some segment name and then specify this segment name in the c file at the variables definition?)