Other Parts Discussed in Thread: CC2530
Hello,
I bought the Open2530 platform by Waveshare Electronics (the link here), after some general tests, I want to test now OTA functionality.
I created a new HalOTAWrite and a new HalOTARead to access to the new external memory (AT45DB041D) correctly: I tested these two functions and they work properly.
So I began to download the new firmware over the air through the "OTA Console" and everything went fine: download completed successfully.
In spite of the successful message, the device restarts with the "old" firmware without installing the newer in the external NV memory; of course I modified also the OTA Boot with the new functions.
I don't understand why it doesn't install the new firmware, could anyone help me?