T2_L4A_8650C DAB / DAB+ / FM module

Status
Not open for further replies.

Karsten

New member
Hello I am new to this forum.
I bought a T2_L4A_8650C DAB radio module and now I am trying to use the UART interface.
My hardware setup is shown in the attached image: KeyStone8650C_TestPCB_Schematic_V2.pdf .
I connect to the UART port with 57600 baud, and now I expected to be able to send commands to the DAB.
As soon as I turn on the power, I receive the message "MPTEST" once every second from the DAB UART.


When I send a SYSTEMGetSysRdy command I expect to get a ACK or a NAK back.

Code:
serialPort.writeInt(0xFE); //startbyte
serialPort.writeInt(0x00); //command type
serialPort.writeInt(0x00); //commend id 
serialPort.writeInt(0x01); // Serial number
serialPort.writeInt(0x00); //Dar length 2 bytes
serialPort.writeInt(0xFD); //end command



No matter which command I send it keeps on sending "MPTEST"

Do anyone know what MPTEST means , and why the module keeps sending this message ?


Ref:
The module datasheet ( http://d1jy6p8pks3hof.cloudfront.net...I_20130527.pdf),
programming guide ( http://d1jy6p8pks3hof.cloudfront.net...deSPEC_eng.pdf),
command set ( http://d1jy6p8pks3hof.cloudfront.net...et 3.1.1.xls).
 

Attachments

  • KeyStone8650C_TestPCB_Schematic_V2.pdf
    42.3 KB · Views: 115
Last edited:
Status
Not open for further replies.
Back
Top