#Template project for milandr-K1986BE92QI (arm cortex m3) in VS CODE.
##What should be installed
##How build Run make relatively on makefile make COMPILER_DIRS={path to arm-none-eabi-gcc directory}
Run relatively on makefile
openocd -f interface/stlink-v2.cfg -c "transport select hla_swd" -f target/mdr32f9q2i.cfg -c "program ./build/app.elf verify reset exit"
##How to debug in vs code
- install Native Debug plugin.
- In .vscode folder fix path to arm-none-eabi-gdb
- run Openocd:
openocd -f interface/stlink-v2.cfg -c "transport select hla_swd" -f target/mdr32f9q2i.cfg
- In vs code click to start debugging.
##What have this template