Other Parts Discussed in Thread: AWR1642, , MMWAVEICBOOST
Hi,
Following the previous discussion regarding UART to CAN-FD migration, I'm opening this thread to hopefully resolve issues during code compilation. I tried to follow the recommendations mentioned in the discussion; however, I find these not sufficient.
To recall, I started modifing the OOB demo for IWR6843AOP according to Data Over CAN provided only for the AWR1642 platform in order to use the CAN-FD interface for data transmission. Up to now, I'm able to compile modified code, including CAN interface initialization. Now, I'm trying to identify what is necessary to implement in order to send data over a CAN interface. Several questions have emerged:
1. OOB and Data Over CAN differ in their usage of MBOX. Is it necessary to implement MBOX in OOB? OOB sends data over UART through MmwDemo_transmitProcessedOutput and UART_writePolling, Data over CAN using MmwDemo_mboxReadTask and Can_Transmit_Schedule. I wonder if replacing UART_writePolling with Can_Transmit_Schedule would be sufficient.
Thank you,
Adam