Part Number:CC2541
Hi,
Short review.
I have cc2541 module:
I'm trying to see data from my another cc2541 (configured as Broadcaster, without connection initialization). It was tested in SmartRF Studio, data is detectable.
Now I want to make some data receiver using cc2541, as I understand correspondible pair for broadcaster should be Observer.
I have issue with running BLEObserver example.
When I uploaded this example, it freezes at LL_Init function.
In disassemby it running again and again in next 4 rows:
How can I fix this issue?
Or there is another example which provides observer mode?