Hello,
I'm able to use bootloader to run both ARM and DSP binary in stand-alone mode in a very simple way where uartEcho for ARM and LED blinking for DSP
I'm able to use bootloader to run ONLY my "production" binary in ARM (about 32 KB)
However, once I combine ARM "production" with DSP blinking LED, the bootloader runs ONLY DSP with LED blinking and stops ARM where there's no greeting message on serial console from ARM
My questions are
1) Is there any rule required in running both ARM and DSP ?
2) How to debug both ARM and DSP to see where it hangs ?
Thanks,
~Duy-Ky