Hello,
we noticed when debugging with our Bootloader, that if this one is already in the flash and gets loaded by the startup of the device, we cannot again load our Bootloader via CCS and debug this one, since it will hang at Bootloader_socLoadSysFw().
That's not the best behaviour, since it can also lead to some other problems later on. I would suggest the function gives an return-code whether the SysFw is already loaded or not and it does not just hang there. Is there currently some kind of workaround to find out if the SysFw is already loaded? I also noticed that "hung up"-behaviour in some init-functions (like System_init() ) sometimes.
Best regards
Felix