Tool/software: TI-RTOS
Hello.
I'm trying to communicate my MSP432 with a module using the RTOS SPI module, I have been looking at the documentation about the module and using the spiloopback as a reference, but for some reason, the module does not send anything when I told it to. I have been looking at the configuration of my module and comparing it to the loopback example in order to find some parameter i may have ignored, but I didn't find anything.
My question is, aside from initializing the bus, creating the SPI_Params and SPI_transfer structs, modify them and open the bus, am I leaving something that I'm not noticing?
Thanks in advance