2016-06-08 02:58 AM
Hi,
I use STM32CubeMX daily to create and modify projects. I really like the way the tool has been improving (e.g. now putting the pin names in a header file for use in the project). An issue I find is that the STM32 devices have so many SPI and I2C buses that I forget which one is connected to particular external peripherals (one of the dangers of working on multiple projects), so it would be great if I could assign a name to each of the SPI and I2C buses in STM32CubeMX. Thanks. #feature2016-06-08 04:54 AM
Hi grant.colin,
Thanks for the suggestion! I will forward this to our MX team.-Syrine-2016-06-10 04:52 AM
Dear user,
Right-click on the pin and select ''Enter user label''. You will retrieve pin defines using your user label within the mxconstants.h file. Best regards