2020-08-28 03:16 PM
2020-08-28 03:26 PM
Yes, this is viable. You'll need to ensure only the CM4 starts up, then start the other core in your program if needed. Or use the CM7 as bootloader. Both cores have access to the entire FLASH space.
2020-08-28 03:26 PM
Yes, this is viable. You'll need to ensure only the CM4 starts up, then start the other core in your program if needed. Or use the CM7 as bootloader. Both cores have access to the entire FLASH space.
2020-08-31 05:39 AM
Thank you for the quick answer. Using CM7 as bootloader seems easier for my project.
2021-03-15 04:21 PM
@TDK when you say "You'll need to ensure only the CM4 starts up, then start the other core in your program if needed." ... any clues on where I might find how to do this.