Other Parts Discussed in Thread: TMS320F280023,
Hi everyone,
I am developing software using the TMS320F280023.
We would like to use variables stored in flash as persistent variables.
I have researched and found that I can declare a persistent variable in FRAM with the following program. Is there any way to create a persistent variable in flash as well?
"#pragma PERSISTENT(x)"
Best regards.