No,no. You are the author and for you everything is easy. I'm still newbie in RTOS in general and in ChibiOS as well. Some obvious things for you still hard to follow to me. Sorry, that I take so much time from you.
Giovanni wrote:you have to put the spiUnselect() in the SPI callback, this way it is performed AFTER the SPI transfer is over without the need for delays.
So, you are talking about the callback that is part of my SPIConfig display_cfg.
Hmm... I thought this callback used for processing data after SPI/DMA interrupt in slave mode, for example...
How that callback function knows that it should call spiUnselect() only after SPI had been used in virtual timer handler?
I probably need to find an example of some other callbacks for SPI or serial port...
