Tool/software:
I develop a program for C6678, it runs well while developing, loade by XDS, but when I flash it into flash and booted by customer's boot loader it fails.
I found something like this:
When I declare a global std::vector or std::map, the whole program crash, not even went into main
When no global std::vector or map, it may go into main of core 0, but failed other cores, it seems std::cout caused this issue.
What problem it could be ?
Here is the bootloader provided by customer: