hello
i am working on an application with STm32f373.
how can i get the values of RW-Data and ZI-Data, i need o send this data via serial interface for debug purpouse.
is there any compiler directive like __TIME__ or __DATE__ to get this data availlable?
regards.
What "values" are you trying to get: size? address? contents? other??
Why do you "need" (sic?) to get them?
"is there any compiler directive"
No. Because these things are determined by the Linker - not the compiler.
So you might look at:
www.keil.com/.../armlink_pge1362065949839.htm
www.keil.com/.../armlink_pge1362065951495.htm
i have resolved the problem.
thanks for the help.
regards