Hi,
I'm trying to write a value to a location in FRAM, but the value is not written.
The MSP430 DriverLib 2.91.13.01 sample uses the FRAMCtl_A_fillMemory32 API to write a value to a specific FRAM address.
Modules used and settings
・MCLK: 8MHz, SMCLK: 1MHz, ACLK: 32KHz
・Use FRCTL_A
・Set state to 6 in User Wait State Mode, WPROT=0, no protection/access permitted state
・FRPWR is 1 and power is enabled during Active mode.
・LOCKLPM5 of PMM is 0 and unlocked
The value is not written even if the CLK is dropped to 1MHz and the state is maximized or Auto wait is performed. Do you have any advice for me?
Thanks,
Eevee