This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430FR5994: Default to __data20_* instructions

Part Number: MSP430FR5994

Tool/software: TI C/C++ Compiler

Hi

My team is using a library called Flatbuffers (https://google.github.io/flatbuffers/) to read some of our application data from memory. This library generates code to access memory, which is included as a header. This approach has worked correctly when the data was placed in FRAM, but does not work in FRAM2 since the generated code is built using standard memory accesses. The generated header file is over 10,000 lines long and hard to read so it isn't feasible to change every memory access. Is there a compiler option to default to the __data20_* assembly sequences?

Thank you, Ryan

**Attention** This is a public forum