2019-04-23 02:33 AM
Hello,
I am using CubeMX 5.1 and I am aware that it is not possible to activate FREERTOS when STM32_WPAN is activated. Is there any way to integrate FREERTOS with BLE? Is the feature maybe coming out in the future?
Solved! Go to Solution.
2021-09-07 06:09 AM
So, here am I again....
I finally succeeded in Cube MX and WB Firmware package, by performing a manual install.
So, now, I've got :
BUT this didn't solve the initial problem :
I still can't set FresRTOS simultaneously with WPAN functionnality as Server custom template and add my own services and characteristics....
Do you have more ideas on how can I do that ?
Thanks for quick help.
2021-09-21 05:59 AM
Patrick...
I had the same problem, but it allowed me to select both freeRTOS and BLE after I switched my FreeRTOS settings from cmsis V1 to V2. (With V1 it did not allow both at the same time)
Ivan
2021-09-23 10:41 AM
Hello,
Ok thanks for this reply, but I'm already using CMSIS v2.
In fact, only BLE Heart Rate Monitor profile can be configure with FreeRTOS.
On my side, I need to use a Server Custom template configuration, but I can't access this option in CubMX configuration.
Any other idea or indication ?
Maybe someone already successed by configuring manually ?
Thank's again for any help !
Regards
Patrick
2021-10-13 07:08 AM
Hello,
I would recommend to make a comparison of the BLE Heart Rate with and without FreeRTOS.
There are few differences and you should be able to see how to move from the Sequencer to FreeRTOS.
Regards.
2021-10-17 12:51 AM
Hello
Thanks for this idea.
I had many looks and made several tries, but still don't succeed...
I think I wil change from ST to TexasInstruments who propose more flexible processors.
Thank's again
Bye
2023-02-03 10:36 AM
Is there any progress on this topic?
I want to separate ADC measurement and BLE data transmission using FreeRTOS but the initial code generated from CubeMX is not understandable.
2023-02-05 09:28 AM
@KKIM.6 Since our code is complex, we did not try to update to newest Cube. The code is not using FreeRtos, but left it with ST example Task Sequencer.
We just made our own Task(state machine) and inserted a call to it to the BLE handler loop. Our code measures Analog pressure and temperature and stores it in global variables.
When BLE client requests data, the BLE Sensor (our board) replies with the current value from the global variable.
2023-02-13 06:48 AM
Could you share the code?
Then I can modify my code.
2023-07-10 08:27 AM
If there is any example, please let me know to follow it.
2023-08-02 12:30 AM
Plus 1 on this request.