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.
Tool/software: Code Composer Studio
How kan I realise a structure in FRAM under management of linker for read and write access? The linker should define and manage the location in FRAM. I work only with names of the structure and the arrays in it.
Hi Hardy,
You can look at the linker script lnk_msp430fr5994.cmd for MSP430FR5994. It will do the allocation. You can look at any example project in the MSP Driver library at http://www.ti.com/tool/MSPDRIVERLIB. After installation, you can import an example project from <msp430_driverlib_2_91_13_01\msp430_driverlib_2_91_13_01\examples\MSP430FR5xx_6xx> and look at the .cmd file.
Srinivas
I understand it right? I have to use pointer for write process? Then I have to set the address into the FRAM and after this to start the transport.
**Attention** This is a public forum