Hello @dianabatrlova ,
I'm working on another bootloader project on the S32K118 micro and different canbus protocol (KWP2000).
I tryed to make a porting of the previuos NXP unified bootloader project having a lot of issues, in principle because it's not clear for me, how the api-flash routines had to be call.
I would like to understand if the flash routines have to be run in ram mandatory or if would be able to call the flash_drv routines (generated by processor expert of s32ds IDE ), too.
I used the same memory section proposed in the unified bootloader project for the S32K118 but when I try to call FLASH_DRV_Program in order to download the application on the dedicated flash section (start address 0xF000) I'm not able to perform the writing.
Do you have some suggest about it?
Let me know if you think to need any other information about my project.
Thank you so much for your support.
Claudio