【发布时间】:2019-08-16 20:29:55
【问题描述】:
试图通过 JIG 将程序上传到 Movesense 例如,使用“samples\bin\debug\Movesense-movement_wakeup_app_w_bootloader”。 有“sd_bl.bin”和“Movesense.bin” 两个文件使用什么 prog addr? 从哪里获得更多信息?
如果使用 0x00000000,则 Movesense 不起作用。
【问题讨论】:
标签: movesense
试图通过 JIG 将程序上传到 Movesense 例如,使用“samples\bin\debug\Movesense-movement_wakeup_app_w_bootloader”。 有“sd_bl.bin”和“Movesense.bin” 两个文件使用什么 prog addr? 从哪里获得更多信息?
如果使用 0x00000000,则 Movesense 不起作用。
【问题讨论】:
标签: movesense
地址是: 0x00001000 - sd_bl.bin 0x0001f000 - movesense.bin
但如果使用,则不需要设置地址 “ninja flash”命令闪烁 Movesense
【讨论】: