Other Parts Discussed in Thread: CC2530
Hello,
We need to provide the firmware up gradation in the field for CC2530. I am planning to use the debug interface to flash the new firmware image to CC2530. Does any boot loader code is required for this operation? If yes which memory location will be allocated for this? We are having our custom board with cc2530.
Also I am facing an issue while writing into the flash using the debug mode but I am able to read chip id, read flash data and erase the flash.
I am enabling the DMA using below command:
// Enable DMA
debug_config = 0x22;
debug_command(CMD_WR_CONFIG, &debug_config, 1);
After sending this command when I try to read the value, returned value is always 0xff.
I have enabled the debug mode before sending this command.
Any help on this issue is greatly appreciated.