Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi I want to get an interrupt when a SPI reception finished.
My setup is the following.
I have an SPI D configured as master with loopback mode. My actual application will be configured as slave but in this case I am writting a test so I need to use the master in loopback mode to stimulate the slave.
I need to know when the SPI reception finished so I can go and check the buffer written by the DMA in charge of the SPI Rx data.
Can I assign the CS GPIO to an XINT interrupt?
It is not working now and I think it might be because it is beeing already controlled by the SPI peripheral as output and is not able to see the input to trig the XINT. But I am not sure.
How would be the way to go? would it work differently If it is set as slave?
Thank you in advance
Agustin J. Gomez
