Hi ,Nordic team
I applied QSPI driver QSPILCD and encountered the following problems:
question 1, use nrf_drv_qspi_write write data: header and tail will be a few more bytes.(note image)
The green box is the data to be sent, how to remove the head and tail? Using nrfx_qspi_cinstr_quick_send won't solve this problem, but this is only 9 bytes.
Question 2: QSPI hardware writes RGB565 to the screen, No callback (void qspi_lcd_handler(nrf_drv_qspi_evt_t event, void * p_context) is entered when the written color contains blue, but adding a 10K pull-down resistor to the pin of QSPI_IO1 works