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.

MSPM0G3507: MCU SPI (slave) sending data but FIFO is empty ?

Part Number: MSPM0G3507

Tool/software:

Hello.

MCU is a slave.

I have a RPI as a master polling the MCU....see attached.

The MCU is doing stuff while the RPI is polling, but the MISO seems to have data on it even though the TX FIFO is empty and full of 0x00;

It's an issue as these SPI transitions (actually LVDS SPI) are causing noise during data acquisition.

Any ideas why I can't seem to fill the FIFO with 0x00 ?

SPI in 16 bit mode...you can see two sets of eight clocks while the RPI polls the MCU.

I guess it's not clear to me how to fill the TX FIFO with zeros...

Thanks.

--