CC2640 Off chip OAD + Multi-Role
Hi.
我現在正在開發Multi_role + Off chip OAD.
現在卡在最後一步.
我是用原生未改過的 cc26xx_app_oad.cmd.
我有看過這份文件: file:///C:/TI/simplelink_cc2640r2_sdk_1_30_00_25/docs/blestack/ble_sw_dev_guide/html/oad/oad.html#sec-generating-oad-linker-file
文件中的cmd 檔, 與現在有的SDK1.3 / SDK1.4 cmd 檔差異太大
請問有沒有神人有可以正常作動的 multi-role + Off chip OAD 專用的cmd 檔參考?
底下是我的link error, 請問我該怎麼更改cmd 檔?
BR Rio
C:/TI/simplelink_cc2640r2_sdk_1_30_00_25/tools/blestack/oad/oad_image_tool multi_role_cc2640r2lp_app.hex -t offchip -i app --imgVer 0 -ob multi_role_cc2640r2lp_app.bin -m 0x0000 -r :0x0000
******************************************************************************************
Texas Instruments OAD Image Tool
Version: 1.0
******************************************************************************************
OAD Type: offchip
Img Type: APP
Input file(s): multi_role_cc2640r2lp_app.hex
Output Hex file: None
Output Bin file: multi_role_cc2640r2lp_app.bin
Layout of concatenated input files, per flash sector, before applying --range.
00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15
XXXX xXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
XXXX xXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31
XXXX XX-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 0000 0000 ---[41m.[0m
XXXX xX-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 0000 0000 ----
XXXX XX-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 0000 0000 ----
XXXX XX.- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- 0000 0000 ----
Legend: `X` 100% full, `x` >50% full, `.` <50% full, `-` empty, `F` all 0xFF,
`0` all 0x00.
******************************************************************************************
Runtime Output:
Fatal Error: -- The provided metadata location (0x00000000) is not empty. Exiting.
makefile:212: recipe for target 'post-build' failed
gmake[2]: [post-build] Error 1 (ignored)
' '
**** Build Finished ****
您好!请问您是用iar开发的么?我也遇到了一样的问题,请问您解决了么?