Tool/software:
Hello,
I have connected multiple ISKs on one can bus and I am able to receive data from the sensors with no problems after setting the following values:
mcanCfgParams->errInterruptEnable = 0U
mcanCfgParams->dataInterruptEnable = 0U
However, I am now unable to send any data to the sensors. A fellow e2e user mentioned in this thread that they found a configuration that they can use to both send and receive from multiple sensors.
I'd like to know the exact values I need to set in the config.
Any help is greatly appreciated