just to understand it correectly
FRAM can hold both code data (flash) and program data (ram)
for example, if I need bigger array in my code I can modify this FRAM to be more ram (data) than flash (code), correct?
if I want to save configuration data like doing in EEPROM I can use the FRAM code section (the flash like)?
SRAM in FRAM MCU used for caching and is transparent to programmer, correct?
thanks