|
我做了一個程式, 有bootloader, app, softdevices. 想把它們merge 一起.
我做了以下動作:
1. nrfutil settings generate --family NRF52 --application ble_app_template_pca10040e_s112.hex --application-version 1 --bootloader-version 1 --bl-settings-version 2 --key-file private.key bl_settings.hex
2. mergehex -m bl_settings.hex secure_bootloader_ble_s112_pca10040e.hex -o bl_w_settings.hex
3. mergehex -m bl_w_settings.hex s112_nrf52_7.2.0_softdevice.hex ble_app_template_pca10040e_s112.hex -o h2440app.hex.
但當用jflash 去燒錄時, 有錯誤信息如附圖
提示0x7e000不能燒錄
可怎樣解決?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|