User Activity

Hi forum,I am working on nrf52 , I was communicate with sensor through I2C.GPIO_configuration:- nrf_gpio_cfg_output(VSHUT); nrf_gpio_pin_write(VSHUT,0); nrf_gpio_pin_write(VSHUT,1); nrf_delay_ms(10); nrf_gpio_input_disconnect(TRACEDATA1);// gpio1 int...
I am facing the error ,while upload the code into the board using the stmcubemx and atollic studio.
Kudos from