I have a custom board with BG77.
On our previous (custom) eval board we used UART over USB to evaluate BG77 and we only tested dedicated main UART interface a bit.
Currently I work on the integration of BG77 with an application processor on a prototype board, where BG77 UARTs are connected to the application processor and the application processor issues AT commands.
My problem now is, that the BG77 responds by ERROR to any AT command except “ATI”, where response is provided, but ERROR is returned at the end as well.
(part of the) output parsed by the application processor (newlines replaced by semicolon)
ATI;Quectel;BG77;Revision: BG77LAR02A04;ERROR
AT+CFUN=1;ERROR
AT+COPS?;ERROR
AT+QNWINFO?;ERROR
AT+GSN?;ERROR
The GPIOs seems to be set-up correctly according to the startup sequence in datasheet, the STATUS PIN is HIGH prior issuing any command.
Could you please point me what could be the source of this issue?