ReadUID

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

ReadUID

552 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mbehlau on Thu Nov 27 06:29:12 MST 2014
Hi,

i want to read the uid of the processor. (LPC11U67/LPC11U68) The UM10398 describes the function "ReadUID", but my compiler doesn't find this function. Where can i find this function?

Thanks in advance,

Marcel


Labels (1)
0 Kudos
6 Replies

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mbehlau on Fri Nov 28 09:57:56 MST 2014
Thx =)
0 Kudos

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Thu Nov 27 13:00:39 MST 2014

Quote: mbehlau
I'm using the arm-none-eabi-gcc ( version 4.8.4 20140725) from the lpcexpresso v7.5.0  ide.



LPCOpen 2.06 for LPCXpresso LPC11U68 board is including an IAP sample:

periph_flashiap_flashsig

Just add there ReadUID (IAP58) = write command 58 and read 4 result words  :) 
0 Kudos

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Paul on Thu Nov 27 11:54:58 MST 2014
The READUID command can be accomplished using IAP or ISP.
I am assuming that you would like to use IAP.  Examples how to use IAP can be found at:
http://www.lpcware.com/content/blog/application-programming-iap-code-example

- Paul
0 Kudos

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Thu Nov 27 10:49:09 MST 2014
Read section 26.7 ("IAP Commands") of UM10398 which tells you how to use IAP to read the UID and all of the other IAP functions
0 Kudos

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mbehlau on Thu Nov 27 10:40:08 MST 2014
I'm using the arm-none-eabi-gcc ( version 4.8.4 20140725) from the lpcexpresso v7.5.0  ide.
0 Kudos

468 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Thu Nov 27 06:52:39 MST 2014
ReadUID is an ISP / IAP command  :O

Don't know which 'compiler' you are using, but it could be useful to look for an IAP sample...
0 Kudos