Content originally posted in LPCWare by MikeSimmonds on Sun Sep 23 10:36:15 MST 2012
[SIZE=2][FONT=Tahoma]Almost certainly, serial numbers did not get assigned for that batch, so FFFF... [I]is[/I] the (invalid) serial number. However ...
I could give you a couple of tiny asm snippets that maps a rom page with the ID, serial nbr and possibly other things into low flash space (and how to switch back of course!).
You would make a ram target project, only run via the debugger, stop between switch in and switch out, and use the memory viewer to see what's really there. [In effect, this is what happens in the IAP.] You can even export an appropriate memory dump if you want.
I won't put any info like this on a public forum because NXP won't like it and may even get heavy, and all the newbies would flood the forum with what how do my homework etc.
Also I won't send any working code -- you'll have to be responsible for that yourself.
Having said that, if things get stuck, just reboot to revert to normal. It's all read-only anyway.
Valid for 1769 and 1778 (by experiment)
Are you interested or does the asm bit or custom linker files put you off?
[/FONT][/SIZE]