Has anybody managed yet to get the device serial number using the IAP?.
The documentation is clearly broken.
#define IAP_LOCATION *(volatile unsigned int *)(0x104000100);
( why the semicolon ???, crap coding ).
NXP obviously never tested this since the address has too many digits, last I checked the M4 was a 32 bit core, not 36!.
neither 0x10400010 nor 0x10400100 work.
does anybody know the correct address, or simply where the serial number is stored.
