ASSERTION FAIL [(cfg->port_pin_mask & (gpio_pBluetooth initialized ort_pins_t)(1UL << (pin))) != 0U] @ WEST_TOPDIR/zephyr/include/zephyr/drivers/gpio.h:903

Hi, I am encountering error with gpio pin configuration please details as below
/* setup FIFO gpio interrupt (INT1) */
    if (!gpio_is_ready_dt(&fifo_int)) {
        LOG_ERR("Cannot get pointer to fifo_int device");
        return -EINVAL;
    }

Device tree overlay

Device log: Device is continuously restarting

*** Booting nRF Connect SDK d96769faceca ***

Welcome to imu_data_ready_work_handler Thread
LSM6DSV16X: test

Welcome to imu_tap_detected_work_handler Thread
Welcome to IMU sensor
LSM6DSV16X Dev ID : 112
LSM6DSV16X device is ready
Welcome to imu_interrupts_init function
Welcome to imu_set_low_power
Laser Sensor is Ready
pdm@26000 Device is Ready
UART service initialized
ASSERTION FAIL [(cfg->port_pin_mask & (gpio_pBluetooth initialized
ort_pins_t)(1UL << (pin))) != 0U] @ WEST_TOPDIR/zephyr/include/zephyr/drivers/gpio.h:903
Unsupported pin

Please review above configuration and suggest the solution.

Parents Reply Children
No Data
Related