cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube examples

hbarta2
Associate III
Posted on December 08, 2014 at 19:59

I thought it would be instructive to look at the examples using the STM32CubeMX application. The ''Load Project'' dialog only looks for .ico files and I find none in all of the examples. Was this application used for none of the examples or does the executable look for a different file type?

Or am I totally misunderstanding the purpose of STM32CubeMX. I thought it was to provide a starting point for a project. Do most folks just start with an appropriate template and use that instead?

thanks,

hank

#stm32cubemx
3 REPLIES 3
sdim
Associate III
Posted on December 08, 2014 at 20:39

Read the manual

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF259242?icmp=stm32cubemx_pron_pr-stm32cubef2_apr2014&sc=stm32cube-pr2

Start STM32CubeMX, configure the pins, the clock, the peripherals and the libraries (FAT32, USB device, etc) you want to use and then click ''Generate code''.

Don't forget to choose the toolchain / IDE you prefer.
stm32cube-t
Senior III
Posted on December 11, 2014 at 15:21

Hello Hank,

STM32CubeMX supports starting a new project from an MCU uninitialized pinout or from an ST board default configuration (evalboard, discovery kit, nucleo). Pre-defined examples are not supported.

Best regards.

hbarta2
Associate III
Posted on December 19, 2014 at 16:36

Thanks, I will look into that. I was not aware of that capability.