Using CubeMX to create CMSIS_V2 project for SW4STM32 for both cores of Nucleo-H755
Hi,
Like indicated, I'm using CubeMX (5.6.0) to create dual CMSIS_V2 project for nucleo-H755.
The code is generated for the selected IDE with no issues (I assume), but what is unclear to me is how much work is left for me to do?
I have selected TIM6 for CM7 and TIM7 for CM4 as their timebase. I have tried running the code, but it just hangs.
I debugged CM7 and it ends in a TIM6 interrupt and is stuck in there (there is no while(1) loop there though).
Is there a proper guide on what are the missing the steps between a working project and the skeleton that comes from CubeMX? ( youtube series on FreeRTOS does not seem to touch this topic:
https://www.youtube.com/watch?v=hbRcjzmv0wY&list=PLnMKNibPkDnFeFV4eBfDQ9e5IrGL_dx1Q
I know there are examples in the FW package, the problem is, I don't think they are generated with CubeMX, even though the project itself is done for a nucleo board. They seem to be hand-written.
It would be better to generate even the examples using CubeMX, to give the idea on what is actually different, because then one can use tools easily to compare the output.
Best regards,
