Hi Team,
Software: Integration_Reference_Examples_S32G3_2023_02
Hardware: RDB3
Issue: I have taken above base and able to generate bootloader.bin, after code generation from tresos and compilation using Cygwin.
Post which I have generated blob for NOR using S32DS. Please find the linker file and binaries attached. But, when flashed on RDB3, device is not booting. Could you please point me, why it is not working.
Tried with HSE and without HSE. Is this already tried on RDB3 to boot M7 and A53 using bootloader runiong on M7.
Hi,
The "Bootloader.c" file, which contains "main" function, has a SW breakpoint set by default, for debugging purposes, as shown below:
The default value for "ENABLE_BREAKPOINT_AT_MAIN" its 0. Under main, the following routine is applied:
For which, the program will be under the infinite loop if the conditions are met. Have you confirmed that you do not have this SW breakpoint turned ON by default?
Please, let us know.