Greetings to the E2E Community!
I have been working with the CC2650 and the example Projects from the "BLE Examples 2.2" Collection for a while now ('spp_ble_server/client', 'simple_central/peripheral', a.s.o) and got stuck on the Multi Role Project, which covers all the functionality I need for my communication triangle (two CC2650 on custom Motorcontroller-boards and one mobile Android/iOS App). I work with the BLE SDK 2.02.01.18 and TI-RTOS 2.20.01.08 and was not able to get the project running on any of my Evaluation boards (CC2650 LaunchpadXL).
After building and flashing both the stack and the application successfully, I end up with an unindentified exception right after the "BIOS_start()" command. The RTOS Object View is not able to decode the origin of the fault, it just diplays the following Information in the 'Module' tab:
After erasing and re-flashing both Projects multiple times did not lead to any other results, I tried a Workaround by changing one of the working projects, in this case the "spp_ble_server" one, and adapt it to the functionallity of the multirole Project. The changes (on the application Level) did not seem to be that many, and I got it compiling and running successfully without the stated exception; sadly, once I tried to make the device discoverable by calling "GAP_MakeDiscoverable(selfEntity, ¶ms)" from the Central Profile, it always Returns with a failure.
So, I guess I am still missing some core functionality from within the Multiproject stack, which I could not get to run with either the multirole application or my custom Server app.
I would be very glad if someone has an idea regarding this/these problems; either solution would be fine by me!
So long,
Max