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!
解決済! 解決策の投稿を見る。
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...
元の投稿で解決策を見る
Thank you very much!