/
Firmware Board Bring Up

Firmware Board Bring Up

How to bring up a newly assembled controller board and validate fundamental functionality

Step 1.

Unlock flash with OpenOCD

openocd -s /usr/share/openocd/scripts -f interface/cmsis-dap.cfg -f target/stm32f1x.cfg -f platform/stm32f1-openocd.cfg -c "halt" -c "stm32f1x unlock 0" -c shutdown

Step 2.

Flash smoke gpio and test all pins

Step 3.

Test that peripherals and logs are working

 

 

Related content

HAL/FSM Library: MS 12
HAL/FSM Library: MS 12
Read with this
Debugging on STM32 using OpenOCD
Debugging on STM32 using OpenOCD
More like this
Research Bank
Research Bank
Read with this
Smoke Tests
Smoke Tests
More like this
Building On STM32F0
Building On STM32F0
Read with this
Driver Controls + MCI
Driver Controls + MCI
More like this