2017-10-01 07:56 PM
Posted on October 02, 2017 at 04:56
Hi,
I tried to add OTA function in BLE_SigFox_SensorDemo project,
and according to OTA guide, I have to add, ST_OTA_LOWER_APPLICATION=1 or ST_OTA_HIGHER_APPLICATION=1 as preprocessor and linker options.
After adding
ST_OTA_HIGHER_APPLICATION=1 in linker options,
IAR shows error message LP011, which represents setion placement failed.
Can someone help me here? Thanks.