Other Parts Discussed in Thread: CC2511, CC2530, CC2530EM
Hi,
After purchasing the CC2530DK from TI and running the basic PER test, my intention is to implement OAD functionality using the two EB's available in the kit as two separate devices.As the OAD boot code needs to be downloaded first i did the following steps
1. As per the instruction given in the Flash programmers mannual, i tried to download boot.hex(generated from boot.eww available in ti stack cc2530-2.3.0-1.4.0) using the EB bootloader tab in smartRF studio.Is this the correct way to do this?(CCDebugger was used)
2.After i bootloaded the hex, the LED3 is glowing orange & D6(usb led) is not glowing at all.Is this ok?
3.While my actual intention was to bootload the cc2530 chip, is this what was achieved or did i end up in corrupting the usb firmware(for cc2511) on DB instead?If yes, how what is the recovery?Where can i get the original bootloader hex file from?
4.Assuming the bootloading procedure i did is correct, When i try to load a sample application with OAD functionality implemented, it gives me the following error Warning: Stack Pointer SP outside stack segment.
Where did i go wrong?/Could you tell me the step by step guide to download bootloader and eventually OAD functionality?