STM32WB sequencer bug?
Hi,
I'm using CubeMX to generate the code for the STM32WB and I found a problem in the secuencer library which is automatically generated.
When I register a new task in the scheduler, this places the callback function in TaskCb[0] but when I set the task to be exectued the scheduler tries to trigger it from TaskCb[1] and this leads into a HardFault error.
I don't know if the problem is registering the tasks or exectuting them. Anyone else have seen this? Any ideas?
Working with the vesrion: STM32Cube FW_WB V1.4.0.
Regards,
Diego