Hello NXP,
i am trying to run the firmware update example AN12323 in S32K148. (memory partition, bootloader, gateway)
The gateway example is running and sending 0x151515 and waiting for acknowledge.
what i did,
1. i build and downloaded the memory_partition project, after i configured the linker file.
2. Then i downloaded the bootloader project.
but the bootloader example is not running, i get stuck at memory_init()
because ret value is equal = FTFx_ERR_ACCERR!
i dont know if its because a mistake in the bootloader project or memory_parition project? or is because something the way to run the projects? or because the memory_parittiion project?
(S32K148 is superset of 146 so it should run)
in the memory_partition project, i get flash_error= 160, what exactly is the expected value? is it correct, or there are some points to consider before configuring FlexNVM and EEPROM?
i tried to configure the linker file and also tried without any configuration, i get the same error.
could someone help please?
Thanks. Please find the attached screenshots of my errors.