Hi,
I am running the application in Normal mode. Therefore, Bootloader must also run in Normal mode.
I still can't get the firmware update to work in Normal mode. Please help me a little more.
I have not been able to use the generic drivers for UJA1169 that you gave me because the SPI implementation is too difficult for my abilities.
Instead, I tried to implement a function similar to SBC_SetMode by sending a command directly using LPSPI_s32k144 in Example.
SPI communication is working, but changing or reading the SBC settings does not seem to work. I am attaching the source code.
Could you please help me with either of the following?
1. SPI functions that can be used with generic drivers for UJA1169
2. Problems with the attached source code
Also, I have one question.
After setting the SBC settings in the application, when I reset and start Bootloader, won't the SBC settings be the same as the application?
If the SBC settings are retained, then I don't think the SBC_SetMode function is necessary, but am I correct in understanding that it is necessary and not retained?
regards,
KK2