how to set the High-drive QSPI?
NRF_GPIO_PIN_H0H1
nrf_gpio_cfg(mosi_pin, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_CONNECT, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_H0H1, NRF_GPIO_PIN_NOSENSE);
how to set the High-drive QSPI?
NRF_GPIO_PIN_H0H1
nrf_gpio_cfg(mosi_pin, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_CONNECT, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_H0H1, NRF_GPIO_PIN_NOSENSE);
Hi
Is this setup working for you, or are you still having trouble? Let me know if this case can be closed.
Best regards,
Simon
Hi
Is this setup working for you, or are you still having trouble? Let me know if this case can be closed.
Best regards,
Simon
1.init qspi
2.set all pin NRF_GPIO_PIN_H0H1
Is it the right way to set up the QSPI Hight-drive?