qspi_status_t status = qspi_prepare_command(obj, command, false); if (status != QSPI_STATUS_OK) { return status; } ret_code_t ret = nrf_drv_qspi_read(data, *length, command->address.value); if (ret == NRF_SUCCESS ) { return QSPI_STATUS_OK; } else { return QSPI...
In "targets\TARGET_NORDIC\TARGET_NRF5x\qspi_hal.c", add private helper function to the read QSPI SFDP data during initialization. Add support for Nordic QSPI custom instruction long frame mode in "targets\TARGET_NORDIC\TARGET_NRF5x\TARGET_SDK_14_2\drivers_nrf\qspi\nrf_drv_qspi.c/.h" Add...
Nrf_drv_twi_init (); ret_code_t nrf_drv_twi_init (nrf_drv_twi_t const * p_instance, nrf_drv_twi_config_t const * p_config, nrf_drv_twi_evt_handler_t event_handler, void * p_context); The function is used to initialize I2C devices, which are initialized before they are used....
qspi_flash.attach rtc.attach spi.attach uart.attach wdt.attach 2 changes: 1 addition & 1 deletion 2 bsp/nrf5x/libraries/drivers/drv_gpio.c Original file line numberDiff line numberDiff line change @@ -356,7 +356,7 @@ const static struct rt_pin_ops _nrf5x_pin_ops = RT_NULL...
Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. - zephyr/drivers/flash/nrf_qspi_nor.c at main · zephyrproject-rtos/zephyr
qspi_flash.attach rtc.attach spi.attach uart.attach wdt.attach 2 changes: 1 addition & 1 deletion 2 bsp/nrf5x/libraries/drivers/drv_gpio.c Original file line numberDiff line numberDiff line change @@ -356,7 +356,7 @@ const static struct rt_pin_ops _nrf5x_pin_ops = RT_NULL...