Part Number: MSP430FR6989
Hi,
I'm currently working on the workaround for PMM32 Errata. Like in the datasheet I implemented the solution
What I see now is, that on power loss the device does not work anymore. Maybe data is lost in RAM.
I thought of copy the function from FRAM to RAM on system start to get rid of this behaviour.
How is this done on a FRAM device with TI toolchain?
How do I have to declare in this case the placement of the function and the linker command file?