Hi,
I am trying to implement Fixed stack BLE OTA uploading on PSoC 4200 BLE [CY8C4248LQI-BL583]. I have done all the steps as described in the PDF but I am getting error as mentioned above.
Error is "Build error: CyBle.h: No such file or directory" file is pointed to ota_mandatory.h. In pdf they have mentioned 6 header files and 3 source files to copy from fixed stack bootloadable workspace. So there is no Cy_Ble folder in our PWM_Example01 to contain Cy_Ble.h and other files. Do I need to copy that folder also?
Please someone help me asap.
Solved! Go to Solution.
Fixed stack OTA bootloadable project uses code sharing of BLE API from bootloader project. The BLE API are declared in ota_mandatory.h header file which itself references BLE API headers copied to the bootloadable project.
The steps outlined in the attached code example document would be helpful.
Fixed stack OTA bootloadable project uses code sharing of BLE API from bootloader project. The BLE API are declared in ota_mandatory.h header file which itself references BLE API headers copied to the bootloadable project.
The steps outlined in the attached code example document would be helpful.