This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843AOP: I have failed transaction data using the SPI interface with EVM

Part Number: IWR6843AOP
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.

 5584.mss_main.c