![]() |
STM32H7 Dual core - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forum-1.html) +--- Forum: Using EmBitz (https://www.embitz.org/forum/forum-2.html) +--- Thread: STM32H7 Dual core (/thread-213.html) |
STM32H7 Dual core - Aroyer - 25-11-2024 Does someone has a basic template project for STM32H7 with dual core.. Maybe something on Github. I Suppose there is in fact 2 projects, one F7 and one F4 I'm sure how to handle dual core at this time and debugging it.. honestly I did not try.. RE: STM32H7 Dual core - embitz - 27-11-2024 (25-11-2024, 08:30 PM)Aroyer Wrote: Does someone has a basic template project for STM32H7 with dual core.. This is my simpel test project. It is from Cube examples and there are already EB project files for each CPU. RE: STM32H7 Dual core - Aroyer - 27-11-2024 Thank you I will try this. (27-11-2024, 02:33 PM)embitz Wrote: This is my simpel test project. It is from Cube examples and there are already EB project files for each CPU. |