??? 12/03/05 23:02 Modified: 12/03/05 23:15 Read: times |
#104648 - IAPLite on LPC932A1 |
Did anybody use the IAP-Lite on P89LPC932A1 or similar?
The user manual contains the description how to use it (including an example routine in asm and C), but not the address of FMDATA/FMADRL/FMADRH SFRs... The datasheet does not even mention these SFRs... So much on the Philips documentation. Thanks, Jan Waclawek [edit]The C example uses reg931.h so I googled and a Keil's header came out with the following values: sfr FMADRH = 0xE7; sfr FMADRL = 0xE6;I assume this holds for 932A1 too. Still think the docs is ... crappy.[/edit] |