Hi!
I'm using LPC55S69-EVK board with version 1B of the chip.
I'm trying to read Activation Code after PUF enroll with blhost.exe utility by reading CODEOUT register ( address 0x4003 B048).
But I'm not able to read registers from PUF Controller :
Bellow is message at reading PUF CTRL Register (0x4003b000)
blhost.exe -p COM8,115200 -- read-memory 0x4003b000 4
Ping responded in 1 attempt(s)
Inject command 'read-memory'
Successful response to command 'read-memory'
Data phase aborted by sender
Response status = 10200 (0x27d8) kStatusMemoryRangeInvalid
Response word 1 = 0 (0x0)
Read 0 of 4 bytes.
Here the same MemoryRangeInvalid message for CODEOUTPUT Register (0x4003b048)
blhost.exe -p COM8,115200 -- read-memory 0x4003b48 4
Ping responded in 1 attempt(s)
Inject command 'read-memory'
Successful response to command 'read-memory'
Data phase aborted by sender
Response status = 10200 (0x27d8) kStatusMemoryRangeInvalid
Response word 1 = 0 (0x0)
Read 0 of 4 bytes.
Does anyone has any ideea what is wrong with the address ? Maybe PUF is mapped on different addresses ?
Thank you!