Hello,
I'm using the CYBLE212006-01 and I'm trying to upgrade my application to use the Fixed Stack OTA. At the moment I try to get the example to work, but it doesn't advertise and the LED is just blank.
Did anyone had this problem aswell and fixed it?
Solved! Go to Solution.
What are the issues you are having?
I have attached the working project here.
I added some extra UART prints , you can remove them. I tested with a different device. You need to change that as well.
-Gyan
Hello,
Your Application is going out of heap space. Please increase the heap size for your Application project ( .CYDWR file-> System-> Heap Size -> Select a higher size , say 400).
-Gyan
Hello,
I have increased my Heap Size to 0x400 but it still didn't work. After that I increased it up to 0x800 but still nothing.
Do you have an other idea?
-Matthias
What are the issues you are having?
I have attached the working project here.
I added some extra UART prints , you can remove them. I tested with a different device. You need to change that as well.
-Gyan
Thank you very much for your file. I was able to make it work on my device.
What did you change to make it work? I'm trying to get my own project to work and I can't find the importent difference.
-Matthias