2023-06-19 12:43 AM
I want to run two tasks simultaneously using STM32H745 Nucelo Board. Since it has two cores I think it should be possible. But how should I implement it? Do I need to use FreeRTOS? Is there any documentation/video which I can use to setup two cores to run tasks simultaneously? Please provide any references.
2023-06-19 08:55 AM - edited 2023-06-19 08:58 AM
Post appeared twice in feed, seems to have disappeared now..
You'd need to bring up both cores, there should be assorted examples in CubeH7 for this board, and other similar ones, showing both M4 and M7 core running independent code.