CanOpenSTM32 icon indicating copy to clipboard operation
CanOpenSTM32 copied to clipboard

Error prevents LSS Service to be run

Open Pascal8749 opened this issue 2 years ago • 0 comments

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

Pascal8749 avatar Feb 24 '23 10:02 Pascal8749