Hello All,
I am using the BE33 (nRF52833 based) module of the Celium Device. I am able to flash the code by using SWDIO and SWDCLK pins. Also, I have tested the BLE advertisement code and it is working fine.
I want to use GPIO pins to turn the LED ON/OFF connected to the module. As per my understanding, we do use the device_get_binding() function to map the device. Here I am not able to understand. Currently, I have uploaded the code by using the nRF52840dk_nrf52840 board. and by default device_get_binding("GPIO_0") can be used to access LEDs on the DK board. But on BE33 (nRF52833 based) when I am using device_get_binding("GPIO_0") function and selecting GPIO1 pin for LED. it is not working. Also, I have checked with the nrf52833dk_nrf52833 board but no luck.
My question is that do I need to build/configure the .dts file for BE33? or not necessary? If not which .dts file should I use?
For more information about the module, please find the attached datasheet.