cancel
Showing results for 
Search instead for 
Did you mean: 

Pin label defines not generated

surumadurum
Associate III

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....

1 ACCEPTED SOLUTION

Accepted Solutions
surumadurum
Associate III

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.

View solution in original post

1 REPLY 1
surumadurum
Associate III

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.