hi
I have a problem in integrating a 1.8V GSM modem with nRF52832 through UART. nRF52832 supplied with 3.3V and there is a voltage divider that covert 3.3V to 1.8V in the Tx pin . Rx pin is directly connected to the GSM. When i send an AT command from nRF52832, its showing a COMMUNICATION ERROR in the uart_event_handler and app error handler will reset the chip.But when i use 3.3V modem i am getting the correct 'OK, reply . So is there any problem using 1.8V in the UART Rx Pin?