Part Number: CC2640R2F
Tool/software: TI-RTOS
Hi:
Im making the off-chip OAD + Multirole demo.
I'm referring to this document.
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
Now, I'm having this error on the linking stage.
Can someone share us the working Multi-role + Off chip OAD linker command file?
The documentation is too far away with the SDK1.3 / SDK1.4 linker command file.
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 :0xF000
******************************************************************************************
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 ****