Hi ,
i am trying to make the HSE firmware installation as a part of the project so that it will be installed at one time flashing the mcu at production line.
I am using the RTD autosar complaint firmware package generated by the s32 config tool.
Can you please help me to unlock the utest area.
because if i use directly the flash_write api to write in utest memory , it is not working
this api is used in the example code for installation of hse firmware.
PFLASH_Unlock (PFLASH_BL5, PFLASH_SS0, PFLASH_S0);
what can i use from RTD, no unlock api available fls.c
Check the following thread. It is explained how to write in the UTES sector using the C40_Ip_Example.
[S32K3] Restrict the debug access with a password when HSE is not used
B.R.
VaneB