Hello,
I want to place a variable on a specific address in flash. Chip is S32K312 and I'm using S32DS.
Is '_at_' command effect in S32DS? How to do that?
Thanks for your attention!
Solved! Go to Solution.
Hi@yangbo1
You can use key words "attribute" to place a variable or function on a specific address.
https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Run-a-routine-from-RAM-in-S32-De...
View solution in original post
Thank you very much!