Other Parts Discussed in Thread: MMWAVEICBOOST
My settings are as follows:
1. IWR6843AOP
2. MMWAVEICBOOST
3. 3D_people_count_6843_mss/dss
I want to send SPI data as belows
uint8_t testbuf[] = {0xFE, 0xFE, 0x0C, 0x01, 0x04, 0x30, 0x31, 0x32, 0x33, 0xEF, 0xEF, 0xF6};
But I failed it.
I have updated code simply. It code, I have attached it below. Please kindly guide me.
※
SPI setting is started after "SPI_Params_init();"
my tried SPI write is started in MmwDemo_spiTxTask.