Hello!
I need sensitive gpio.
I want that is gpio rising in 20[nsec].
However, the test results using the function below show that the gpio rise time is 200 nsec.
nrf_gpio_pin_toggle(17); / nrf_gpio_pin_clear(17); / nrf_gpio_pin_set(17);
How can I raise it in 20 [nsec]?
That is possible?
Do you have any code to reference?
Thank you for always resolving your question.