Bootloader and application issue with SWT component
Hi,
I am working on SPC58NG84E7 bootloader.
Everything works fine - I have BL code(at 0xFC0000) which jumps to the APP location 0xFD0000 after waiting for 10sec after startup and executes the code there. Both codes are without SWT.
Issue - But when I added SWT component to BL, on powerOn BL is not running. swt_lld_stop() is called before jump.
If I start the BL through UDE debugger application it executes BL, jumps to APP, executes APP code, but then reset from APP and entering into BL is not working.
This issue remains in APP with SWT and without SWT both.
What could be the issue here?
Regards,
AM
