This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
In an effort to update my BLE application to a more recent version of TI-RTOS I completely messed up and deleted the projectzero_stack project folder which my custom BLE project based on projectzero used. Now I wanted to import the project again, however the resource explorer does not have the version anymore which I used for my project (seems like everything from 2650 is replaced by 2640r2). This is version 2.13.00.06.
My plan was to use the newer project zero for CC2650 with simplelink academy version 1.11. This one uses TI-RTOS 2.20. However, when I imported this project and tried to run it, it didn't advertise anything. So please, can someone help me get project zero back which used version 2.13 of TI-RTOS since I can't seem to find the location where I can download an older version of simplelink-academy (the version before 1.11). Or can someone tell me why it doesn't advertise in version 2.20, that would work as well. Anyway, thanks in advance.
Thanks for answering.
When I remove the stack folder, it gives me an error. So I would guess that it is being used by the application project. Also when I build it, it includes the project zero stack, if that is what you mean.
After searching a little more, I found that my problem is similar to this one . When running BIOS_start(), I am also stuck between the two assembly lines:
0x1001bbd6: cmp r2, #0
0x1001bbd8: beq 0x1001bbd6:
However I do not quite understand how this person solved their problem.