Content originally posted in LPCWare by Ex-Zero on Tue Mar 19 06:38:44 MST 2013
Quote: masterboy
What do I do wrong?
Just copy a working sample ;) That's IAP thread 1000 in this forum :eek:
Quote: masterboy
Hi,
#define IAP_LOCATION 0x1FFF1FF1
unsigned int command[5];
unsigned int result[5];
[COLOR=Red]typedef void (*IAP)(unsigned int [],unsigned int[]);[/COLOR]
[COLOR=Red]IAP iap_entry;[/COLOR]
That's nonsense :eek: