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