This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, have anyone here tried Dual Core Blinky Example of M36?
I programmed both cores as indpendent FLASH mode, but so far I've only been able to make the blinky_dc_m3 work, not the blinky_dc_c28.
Although I am able to run blinky_c28 at RAM mode.
The code seems to be generated from M35 example. So I wonder is there still problem left? Thanks.
BTW, the blinky_dc_c28 could also be able to run through emulator, in FLASH. But only D2 blinks after I programmed both cores and put it into independent running mode.
I would recommend to start with lab1 of the M35 - Workshop, which gives a sequence to prepare a FLASH - based solution for a dual blinking by both cores.
Thanks Frank. That's really good demo. Although it's M35, it can show us the complete starting procedure, which controlSUITE did not provide.
I figured it out.
IPCMtoCBoot is under #ifdef _STANDALONE, #ifdef _FLASH. So we have to run m3 in STANDALONE FLASH, not just FLASH.