Zephyr Project RTOS Tutorial (10) 教學 : ARM GDB debug - OpenOCD HW STM32 ST-Link on Linux
文章作者: 盧宜良 openocd -f interface/stlink-v2-1.cfg -f target/stm32l4x.cfg arm-none-eabi-gdb target remote localhost:3333 fil...
文章作者: 盧宜良 openocd -f interface/stlink-v2-1.cfg -f target/stm32l4x.cfg arm-none-eabi-gdb target remote localhost:3333 fil...
文章作者: 盧宜良 1.到 Zephyr 路徑下編譯 blinky samples make -C ./samples/basic/blinky/ BOARD=nucleo_f103rb 2.安裝 Openocd sudo apt-get ...
在程序中,通常禁止JTAG的函數如下所示: //改變指定管腳的映射 GPIO_Remap_SWJ_Disable SWJ 完全失能(JTAG+SW-DP) GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable...
from: http://microtechnics.ru/en/stm32-i-usb-mass-storage-sd-card/
from: http://stm32f4-discovery.net/2014/08/library-29-usb-msc-host-usb-flash-drive-stm32f4xx-devices/
from:http://www.cnblogs.com/irwin0112/archive/2011/12/20/2294426.html 一、問題起因 近來有幾個客戶反映STM3210E的開發板的U...