Hello,
I am working on moving the way data is sent from 2243 Cascade EVM to TDAXX board through ethernet. I want to change the method data is being sent and cut out the tda board. I see two ways of sending data in the example code provided by TI at C:\ti\mmwave_dfp_02_02_02_01\ti\example\mmWaveLink_Cascade_Example.
In the mmwl_port_ethernet.c, the function handleDevCtrl appears to be how all data is sent to the tda board. However there are two functions spiWriteToDevice and spiReadFromDevice. With the names of the functions there it appears that these are the only two functions that send and receive data from the device.
1. My question is what does the function handleDevCtrl() do? is this sending data to the awr chips on the evm?
2. is this function outside of the spiRead and spiWrite functions setting registers on the TDA board that can be ommitted when not using the tda board?
3. if the function handleDevCtrl() is writing to the chips, which chip and how is that found in the data being sent?
Thank you for your response