Date
1 - 2 of 2
CANopen error message
Cristian Anceschi <cristian.anceschi@...>
|
|
"Karsten König <karsten.koenig.030@...>
Hi,
toggle quoted messageShow quoted text
failing to register rx filters sounds like a mismatch between the number of filters that canopen expects and the ones configured for the MCP2515. Until recently these were independent KConfigs, but I removed that distinction here, especially due to the risk of running into this. https://github.com/zephyrproject-rtos/zephyr/pull/31197 Can you check whether you have that change already in your local branch? If yes I'd still check why it failed attaching more filters, that looks suspicious. CO_CANrxBufferInit() returns an error if there is not enough filters, yet CO_init() seems to return successfully, looks like there is also a missing check for return values, but I don't really know canopen :-( Cheers, Karsten
On 1/21/21 5:37 PM, Cristian Anceschi wrote:
Hi all
|
|