cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Example code

achin
Associate II
Posted on July 27, 2016 at 22:51

I keep seeing references online to demo code for the ST chips. Where exactly is it? I have went through through all the Atollic folders, but found nothing. I have went through the CubeMX folders and also found nothing. Where is the demo code?

2 REPLIES 2
Posted on July 28, 2016 at 00:35

Not sure if Atollic is currently supported as a preferred tool-chain (Keil, IAR, SW4STM32)

Examples are treed under the platform firmware, ie

STM32Cube_FW_F4_V1.8.0\Projects\STM32469I-Discovery\Examples\FLASH\FLASH_EraseProgram\Src\main.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Walid FTITI_O
Senior II
Posted on July 28, 2016 at 15:23

Hi chin.andrew,

You find firmware example in the STM32Cube Embedded software package relevant to your STM32 devices which you can found in this online page. AFter downloading the package you find example for each hardware ( board, discovery and Nucleo) using 4 different IDEs (Keil, IAR, System workbench and TrueSTUDIO) for each example project.

-Hannibal-