2024-04-01 09:52 PM
I want to write a very simple program that sends a packet using BLE_LLD. For simplicity sake, for now, I prefer not using sequencer and put everything in the main loop.
According to UM2804, I should be able to do that only using HAL interfaces. I started with following code, however not working. Does anybody have the solution?
2024-05-23 10:22 AM
Hello @Severex
You have to follow the recommendation of our application notes and user manuals to implement your application. The implementation that we support on our examples is the one based on the Sequencer since the Wireless tasks need to be executed with a perfect coordination.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.