Part Number: CC2640R2F
Hi team,
I'm trying to add offchip OAD for multirole example using SDK 3.30. I'm using SimpleLink academy tutorial as reference. But to save Flash I want to keep Stack_Library configuration. As for now, almost all is working except incorrect OAD image generation: I can download a new image to ext flash, BIM validates the image, but fail after jumpToPrgEntry.
I generate OAD image with the cmd:
${TOOLS_BLE_DIR}/oad/oad_image_tool ccs ${PROJECT_LOC} 7 -hex1 ${ConfigName}/${ProjName}.hex -k ${TOOLS_BLE_DIR}/oad/private.pem -o ${PROJECT_LOC}/${ConfigName}/${ProjName}_${ConfigName}_oad
As you can see, I pass BinaryType=7 and only one hex file. But in the generated image I see incorrect Program Entry Address = 0xE4, but actually program starts at 0xA8.
Please see the file in the attachment.
Can you please help me to create image with the correct Program Entry Address.