Part Number:CC2640R2F
BLE SDK v1.35.00.33
BTool v1.41.17
Flash Programmer 2 v1.7.5 build #16
CCS v 7.1.0.00016
In an attempt to do use SDK example code to do one on-chip OAD FW update on the CC2640R2 right out of the box, I get an "OAD download not successful" message from BTool. Here are the steps I took, attached are the logs for the BTool transfer output. Im not sure what the issue is and why its failing.
- Imported the bim_oad_onchip_cc2640lp_app + oad_target stack projects and compiled
- Imported and compiled the oad_target app
- Fixed the two issues with the oad_target app compilation (changed .text to use two > instead of one, changed #define for FLASH_IMG_A_START to be FLASH_START+FLASH_OAD_IMG_HDR_SIZE)
- Successfully built the oad_target app
- Imported and compiled the simple_peripheral oad_onchip example
- Programmed one of my CC2640's with these images
- Programmed the other one of my CC2640 with the host_test binary included in the SDK (to be the OAD downloader)
- Opened BTool, connected to my OAD downloader, discovered my OAD target "Simple Peripheral" and attempted the OAD update
attachment:(Please visit the site to view this file)