Other Parts Discussed in Thread: UNIFLASH
I am able to build my simulink generated code into a .out file using CCS 10.2. However I want to be able to change the value of variables in the .out file. My use case is the customer needs to be able to change certain parameters of the SW to test different scenarios. Right now I am make changes to the value in the source code, rebuilding and sharing the updated .out file to the customer. I want the customer to be able to make changes themselves but I do not want to share the source code with the customer.
I am able to find the variable I want to change in the map file and using nm2000.exe --all. The issue is I don't know to that the memory address and make changes inside the .out file. For example I am able to find the below struct I want to make changes to within the linker file:
GLOBAL DATA SYMBOLS: SORTED BY DATA PAGE
address data page name
-------- ---------------- ----
00010680 41a (00010680) _TE_Rotary_Pro_P
