This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/BQ76PL455EVM: ReadReg no response

Part Number: BQ76PL455EVM

Tool/software: Code Composer Studio

Hello,

I'm trying to read a register from the PL455.

with the command :

nDev_ID = 0

nRead = ReadReg(nDev_ID, 13, &wTemp,1,0)

But i don't get any response.

In the datasheet of the PL455 the register is R/W and 1 byte 

What could be the problem?

With kind Regards,

Harold

  • Hi Harold,

    Can you share your schematic/connections with me please?

    Make sure you are powering the device from the cell side and waking up the part before communicating. It also looks like you are using your own API - if you can share the details of your ReadReg function that would be helpful.

    Also make sure your baud rate of the MCU matches the baud rate of the pl455. Factory default of the PL455 is 250kBaud.

    I recommend putting a logic analyzer on the TX/RX pins to verify communications. I use a small Saleae and it is very handy.
  • Hello David,

    It is resolved!