Demo projects for STM32F429I-DISC1 boards
All target must build in docker, to build docker image, use command below:
./docker/build.sh
Run docker and copy project code into container use command below:
./docker/run.sh
When in container, start build target with command:
./build.sh
Or it can simply done with docker execute command (run outside container):
./docker/run.sh ./build.sh
Flash stm32f429i-disc1.bin
into STM32 MCU to run program, there is a sample of OpenOCD
- Install OpenOCD
- Plug in stlink into your PC and attach MCU with stlink
- Execute download.sh and wait the download progress done
- All done!
- GPIO
- UART/USART
- SPI
- I2C
- ADC
- DAC
- TIM_PWM
- LCD (LTDC)
- SW_PWM