2014-12-11 05:58 PM
Hi there,
STM32CubeMX looks like it will be quite nice. Where are the example files?I don't see any example files anywhere.I'd love to see examples of:* basic gpio interrupt usage* DMA to/from I2S/serial port (double-buffered of course)* USB CDC Am I just missing something or are there really no examples with the STM32CubeMX?[edit: somehow I missed the post from only a couple threads back. The response in that post is basically, ''there are none except what's in the manual''. Honestly, the manual doesn't show any meaningful examples. We really need some examples of the tricky stuff, like interrupts, DMA and USB. Toggling a GPIO is a good *first* example, but the documentation basically leaves off there].2014-12-11 06:12 PM
''
All embedded software utilities come with a full set of examples.''
Please don't tell me that a couple pages in the user manual constitutes a full set of examples ;)2014-12-11 08:02 PM
Don't the assorted Cube/HAL firmwares have whole directories of stuff?
STM32Cube_FW_L0_V1.1.0\Projects\STM32L053C8-Discovery\Examples\CRC\CRC_Example\Src\main.c2014-12-11 11:27 PM
Why yes, yes it does. :)
But I think I'm only a little crazy though.I looked in c:\program files\STM32CubeMx, and in the generated output files and couldn't find anything. If I RTFMd a little better, I would have seen that the STM32CubeMX downloads the files to <home-directory>/STM32Cube/Repository. I'm using a totally different directory tree from the default, so I never noticed or looked in that STM32Cube directory.Thanks, - caleb