Hi,
I'm using the nRF9160 DK board with nRF Connect.
I want to create a driver for an LCD with a parallel interface. SPI is to slow for my project.
First, do you have examples using the parallel interface ?
Second, for this interface I want to return bits with a 16MHz frequency on GPIOs .Is it possible to have a timer with an interrupt every 62.5ns? or at least 125ns?
I tried to use nrfx_timer_init() to create a timer. but the function to convert ns to ticks does not exist (only nrfx_timer_us_to_ticks() and nrfx_timer_ms_to_ticks() ). Is it not recommended to use a timer that fast ?
Thank you in advance,
Elisa