2020-03-25 05:12 PM
2020-03-26 01:49 AM
Hello @TMATS.1 ,
STM32CUBEMX is a graphical software configuration tool that allows fast and easy microcontroller configuration (pins, clock tree, peripherals, middleware) and generation of the corresponding initialization C code using graphical wizards. For more details, Please, refer to STM32CubeMx user Manual UM1718.
STM32Cube firmware is a complete embedded software package include: hardware abstraction Layer (HAL) and Low-Layer (LL) APIs and a consistent set of middleware components: USB, FATFS, FreeRTOS, graphics, TCP/IP...
There is an application note for each STM32Cube firmware package by device series, that illustrates the existing examples topics and packages.
For STM32F7 refer to :
Best Regards,
Imen
2020-03-25 05:31 PM
STM32CubeMX is a software you use to configure STM32 chips.
STM32CubeF7 is a repository used by STM32CubeMX to configure STM32F7 chips.
2020-03-26 01:49 AM
Hello @TMATS.1 ,
STM32CUBEMX is a graphical software configuration tool that allows fast and easy microcontroller configuration (pins, clock tree, peripherals, middleware) and generation of the corresponding initialization C code using graphical wizards. For more details, Please, refer to STM32CubeMx user Manual UM1718.
STM32Cube firmware is a complete embedded software package include: hardware abstraction Layer (HAL) and Low-Layer (LL) APIs and a consistent set of middleware components: USB, FATFS, FreeRTOS, graphics, TCP/IP...
There is an application note for each STM32Cube firmware package by device series, that illustrates the existing examples topics and packages.
For STM32F7 refer to :
Best Regards,
Imen
2020-03-31 12:03 AM
Thank you for your answer!
2020-03-31 12:04 AM
Thank you for your information!