We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
I'm using Cortex-M3, and because of speed and peripherals, I want to use a dual core MCU.
I realized I have to write two separate code and make two separate executable file.
But I don't know how to merge these executable files.
I have to write down the executable files in separate specific region of flash?
Can anyone help me? I'm a little confused
Thank you
Yes, I want to use LPC4357
Do you know any dual core design reference from ARM?
Thank you for the replay
mohammad,
There are no books or academic studies on this topic, though it is quite a good idea. General multicore development concepts apply with the dual Cortex-M as with other cores; the necessities were added for inter-processor communication and so forth. The chip user manual is the best place to start today!
Hello Mohammad,
Keil MDK includes a number of examples for the MCB4357 development board that show how to work with the two cores of this chip, including debugging them side by side.