2019-05-27 09:28 AM
I wanted to test event groups to replace a bin semaphore and as the title says, i can't enable xEventGroupSetBitFromISR on CMSISv1 nor CMSISv2 wrappers.
Is there another way to enable that function? Maybe in a unofficial way?
Regards,
Carlos
Solved! Go to Solution.
2019-05-28 12:08 AM
Hello @Carlos Diaz R. , YES, you can enable "xEventGroupSetBitFromISR" from CubeMX.
Please Follow steps below.
1-Enable Use_TIMERS
2-Enable : xTimerPendFunctionCall
-> 3- xEventGroupSetBitFromISR can be enabled
Best Regards,
Khouloud.
2019-05-28 12:08 AM
Hello @Carlos Diaz R. , YES, you can enable "xEventGroupSetBitFromISR" from CubeMX.
Please Follow steps below.
1-Enable Use_TIMERS
2-Enable : xTimerPendFunctionCall
-> 3- xEventGroupSetBitFromISR can be enabled
Best Regards,
Khouloud.
2019-05-28 06:36 AM
Hi @Khouloud ZEMMELI , thanks for the detailed explanation, i will test it when i get to the office.
Is this kind of options documented somewhere? or is a FreeRTOS requisite?
2019-05-29 12:44 AM
Hi @Carlos Diaz R. , It's too simple , just click on this icon and it will guide you :) .
Best Regards,
Khouloud.
2019-05-29 06:50 AM
I didn't saw the information button before, how silly of me. Thanks for your help :smiling_face_with_smiling_eyes: