Other Parts Discussed in Thread: TCAN4550
Hi,
My setup has a thingy53 connected to TCAN4550 EVM using a bunch of connectors.
I followed the software demo code and was able to establish SPI communication, there by successfully configuring all the settings on TCAN4550 part.
It looks like I am able to send and receive can messages, but after some random time, I am seeing that the rx fifo 0 overflows and the interrupts halt.
I only setup Rx FIFO 0 with element size 64 and number of elements 64. Rx FIFO 1 and Rx Buffer are all set to 0(number of elements).
I have the FIFO 0 configured in overwrite mode. When the FIFO 0 is full, I can see that RF0F interrupt is set.
Do I need to enable watermark setting and make sure that it never sets the FIFO 0 full interrupt?
What exactly is expected once a set watermark level is reached?
Is there any document that explains this in more detail?
Thanks,
GT