Can't view UART peripheral registers data lpc1769

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't view UART peripheral registers data lpc1769

483 Views
pedromoreira
Contributor I

Hi all, can anybody help me?

I 'am trying to view UART's cpu peripheral registers but appear an error, please see the following image (lower right side tell: Unable to read peripheral data: Disabled)

What mean this error?

I use MCUxpresso V 11.1.1 with Lpc1769 and debug probe is LPC Link.

Many thank.

pmoreira

pastedImage_3.png

0 Kudos
1 Reply

434 Views
converse
Senior Contributor V

The error is quite clear - the device is disabled (no power supplied) and so unable to display the values. Your code needs to enable the UART peripheral in the PCONP.

0 Kudos