I need to declare some variables that won't be initialized to zero upon reset. I found the following description in the cc2657r7 manual:
"There is a 4KB ultra-low leakage SRAM available for use with the Sensor Controller Engine which is typically used for storing Sensor Controller programs, data and configuration parameters. This RAM is also accessible by the system CPU. The Sensor Controller RAM is not cleared to zeroes between system resets."
I am using an IAR compiler. Could you show me how to declare the variables? I tried to declare them using the Sensor Controller Studio. However, the variables got destroyed when I start and stop the Sensor Controller's task.
Thanks
Victor N.