Using a STM32F746G Discovery board and System Workbench / AC6 should I be using STM32CubeMX or STM32CubeF7?
To put it another way, when would I want to use STM32CubeMX over STM32CubeF3/F4/F7 when working with F3/F4/F7 Discovery boards?
To put it another way, when would I want to use STM32CubeMX over STM32CubeF3/F4/F7 when working with F3/F4/F7 Discovery boards?
Hello,
The STM32Cube embedded software libraries and STM32CubeMX code generator can be used independently of each other. STM32CubeMX tool is a graphical software configuration tool using to initialize peripherals, build and generate your starting projects with initialization C code.
This allow you to choose the microcontroller, select the peripherals you want and map them to pins graphically.
There are several examples available under the STM32Cube package (for different IDE : Keil, IAR, SW4STM32, ...) dedicated for your boards to understand more about architecture and configuration of the library.
Best Regards,
Mohamed Aymen.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.