Hello All,
We are in process of implementing XCP protocol for our project.
One of the features we are implementing is support for calibration.
It seems that S32K3 doesn't support MMU which is required for Working and Calibration Page switch.
I was wondering if we have missed something whilst reading the datasheet.
If not then can you please guide us with how to achieve this.
已解决! 转到解答。
Hi @HemantK
Unfortunately, no hardware support for flash overlay with current S32K3 devices. It requires user programs to implement FLASH-RAM mapping. The FLASH-RAM data synchronization can be implement by a task or state machine, it similar to the EEPROM in MCAL driver.
S32K39x/37x devices (currently silicon and enablement (documentation, software and boards) NDA required) have a module capable of providing this feature.
B.R.
VaneB
Hi @HemantK
Unfortunately, no hardware support for flash overlay with current S32K3 devices. It requires user programs to implement FLASH-RAM mapping. The FLASH-RAM data synchronization can be implement by a task or state machine, it similar to the EEPROM in MCAL driver.
S32K39x/37x devices (currently silicon and enablement (documentation, software and boards) NDA required) have a module capable of providing this feature.
B.R.
VaneB