2023-03-31 02:32 AM - last edited on 2023-07-21 08:02 AM by Amel NASRI
When I create a new project using STM32CubeMX with my board (NUCLEO-WL55JC1), neither defines for PIN labels will be generated in main.h nor is there a BSP folder in the Drivers folder with a xxxnucleo.h containing definitions as I have seen in the examples.
I have tried with another board configuration (NUCLEO-C031C6) where label defines were populated in main.h as expected....
Solved! Go to Solution.
2023-03-31 02:59 AM
Ok, I guess as the STM32WL55JC is a dual-core, it was necessary to reserve a pin to one of the cores in order to generate the defines in the respective core-related main.h.
2023-03-31 02:59 AM
Ok, I guess as the STM32WL55JC is a dual-core, it was necessary to reserve a pin to one of the cores in order to generate the defines in the respective core-related main.h.