使用?
$(OPENOCD_PATH) -f $(CFG_PATH) -c init -c halt -c "program $(ELF_FILE)" -c exit
會擦出外部flash
請穩(wěn)燒錄不擦出flash的指令是什么
熱門產(chǎn)品 :
CH339: 7端口多功能USB HUB控制器芯片
使用?
$(OPENOCD_PATH) -f $(CFG_PATH) -c init -c halt -c "program $(ELF_FILE)" -c exit
會擦出外部flash
請穩(wěn)燒錄不擦出flash的指令是什么
您好,可以試一下下面的指令:
$(OPENOCD_PATH) -f $(CFG_PATH)??-c page_erase? -c init -c halt? -c "flash write_image $(ELF_FILE) "? ?-c exit