Hey Guys & Gals,
I'm trying to set up the Over-The-Air BLE Firmware Upgrade and I'm getting the error: The row number exceeds the bounds whenever I try to upload the cyacd file. The cyacd file was created using a bootloadable component. Any ideas what's going on here guys?
Thanks in advance!
Solved! Go to Solution.
The fixed stack I was using eventually worked. I forgot to run the mk.bat file. I am now using the OTA External memory now and theres no need for the BLE Dongle. Thank you!
Could be a program issue or you are trying to put to large a program in to the device. Please post your code so we can check it.
I'm using the example for the Fixed OTA BLE alongside the Cypress BLE App. I'm just trying to verify if I can send a firmware update before building my own program, I'm sending over the bootloadable that's contained in the application
I have tried that example and it works as it should. Did you follow the PDF that came with the example.
What version of PSoc Creator are you using? Have you updated the Dongle to 4.2?
The fixed stack I was using eventually worked. I forgot to run the mk.bat file. I am now using the OTA External memory now and theres no need for the BLE Dongle. Thank you!