Part Number: TMDSCNCD263P
Other Parts Discussed in Thread: SYSCONFIG
Hello,
I'm using mcu_plus_sdk_am263px_09_01_00_20. I imported the project 'rti_led_blink_am263px-cc_r5fss0-0_nortos_ti-arm-clang'.
Issue 1: In SYSCONFIG, the 'GPIO_LED' is wrongly allocated. You have to change OSPI0_CSn0/P1 to LIN2_TXD/A8. After this change, the LED will blink.
Issue 2: I can run the program only once.
By this I mean:
- After Suspend, then Restart, the program runs to HwiP_undefined_handler()
- After Suspend, Reset, then Restart, the program runs to main() but then Resuming, the program runs to HwiP_data_abort_handler_c().
The only way to recover and restart the program is to Reset then (Re)Load the program.
a) Why can't the program be Restarted please?
b) How can I avoid having to load the program every time I want to run it from the beginning (0x00000000) please?
Thank you.


