2016-07-27 01:51 PM
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?
2016-07-27 03:35 PM
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.c2016-07-28 06:23 AM
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-