CANopenNode / CanOpenSTM32

CANopenNode on STM32 microcontrollers.
Other
281 stars 112 forks source link

STM32 CAN interrupt and TIM interrupt ? #70

Open Ashenoneq opened 3 weeks ago

Ashenoneq commented 3 weeks ago

Which priority is higher, timer interrupt or can interrupt? Or do they have the same priority?

MaJerle commented 3 weeks ago

This is managed at the application user level. You can set priorities you need.

Ashenoneq commented 3 weeks ago

This is managed at the application user level. You can set priorities you need.

OK, Thanks!