Hello,
I am using the CC2652 chip on the custom PCB for my project.
I am storing some data values that are to be retained onto the internal flash of the cc2652. I have set the INTERNAL_FLASH_BASE_ADDRESS to 0x0000 and have written data to that sector. I wanted to know is there any issue if I write to the address 0x0000 of the internal flash ?
Where is the .bin file (which gets executed) loaded onto memory then ?
The second issue is when performing a power cycle. I have loaded the .bin onto the cc2652 using the debugger of the cc26x2r1 Launchpad. Then, when I remove the USB cable of the debugger and then plug it back on the execution of the code resets from start( as expected ). The same is the case when I press the reset button on the cc26x2r1 Launchpad.
But, when I remove the connections to the debugger and then power cycle the board by removing the external power supply to the board and then reconnecting it, the code does not start to execute again. Could this be due to any issue relating the software? Could the writing to 0x0000 of the internal flash be causing this issue?
Regards,
Shyam