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: Generating an Event from SPI PICO

Part Number: MSPM0G3507

Tool/software:

Hello.

I have the MCU configured as a slave.

I want to generate an event from the PICO pin...but I am not sure if this is possible ?

Regards

Phil

  • I suspect the answer is "no", but I should ask anyway: What sort of event are you thinking of? Do you just want to see that bits (mix of 0s/1s) are arriving?

    The PF (Pin Function) for SPI is separate from that for GPIO, so you can't really see the state/activity of the pin unless the peripheral (SPI in this case) provides it, and I haven't found that. [I personally would like to see an indication (level/edge) of the /CS state, but there's not even that.]