Hello, I am trying to interface the STPC16CPC26 with the NRF52832. As per the datasheet of the display driver, we have to toggle two IO pins from the NRF which shall be connected to the Latch Enable(LE) and Output Enable(OEn) for the data that is sent over by SPI to latch on the display driver, as shown in the attached file STP_TimingDiag.png. I tried using the sample SPI Code provided in the examples, and it works perfectly when I see the scope, I can see the clock and data signals correctly. The problem is I have to latch the data on the STP by sending a pulse from an IO pin on the rising edge of the 16th clock cycle, but I am unable to do the same. Could someone please help me as to how should I go about it, can I modify the existing library and do it, or do I need to write my own SPI routine.
Thanks, Shalin