CANopenNode / CanOpenSTM32

CANopenNode on STM32 microcontrollers.
Other
275 stars 110 forks source link

Error prevents LSS Service to be run #20

Open Pascal8749 opened 1 year ago

Pascal8749 commented 1 year ago

Correct me if I'm wrong, but I think line 166 is missing an exception. This should look like line 156. Otherwise the execution of the function is aborted for an unconfigured node and the CAN interface is not started. So the device can't be reached via LSS anymore. At least this is the case in my application.

https://github.com/CANopenNode/CanOpenSTM32/blob/c7fb1def182dfee394f396739e5cc45b11f744cc/CANopenNode_STM32/CO_app_STM32.c#L156-L173