Dirk Braunschweiger

Results 2 issues of Dirk Braunschweiger

In my application I always flag (setting `sendRequest` to true) 8 PDOs for sending at the same time and I was wondering why only the first 3 - 4 PDOs...

https://github.com/CANopenNode/CanOpenSTM32/blob/c7fb1def182dfee394f396739e5cc45b11f744cc/CANopenNode_STM32/CO_driver_STM32.c#L407 I found this comment. The STM32L4xxb and STM32F4xx sets the FOVR flag in the CAN_RFxR Register when an overrun occurs. I think overrun in STM language is the same...

enhancement