Other Parts Discussed in Thread: AWR6843ISK, AWR1843, AWR6843
Hi e2e, I am using the AWR6843ISK with MMWAVEICBOOST for my use-case that requires CANFD.
I want to transfer my point cloud data via CANFD. I have a working code with same functionality on AWR1843 board, I have migrated the code from AWR1843 to AWR6843.
Problem is the function "CANFD_transmitData" is returning error code of -3502 which corresponds to CANFD_EINUSE.
This is mostly because my first packet request is not being processed and hence when next packet request is sent I get this error code.
I have tried changing the switch position S1.1 on MMWAVEICBOOST which switches between CANFD and SPI.