• Problem of ISP with FlashMagic & MCB900
    My MCB900 is vers.4. is it support LPC932 revision C ? When I open the FlashMagic it always displays the message of can't to connect the device...
  • Problem of ISP with FlashMagic & MCB900
    My MCB900 is vers.4. is it support LPC932 revision C ? When I open the FlashMagic it always displays the message of can't to connect the device...
  • Example program CapCom_PWM.c does not work with MCB900
    I have unsuccessfully tried to use the example program on the PWM downloaded from Keil's web site for the Philips 900 CapCom.c. I've created a HEX and downloaded it a MBC900.I've attempted to run it on...
  • Example program CapCom_PWM.c does not work with MCB900
    I have unsuccessfully tried to use the example program on the PWM downloaded from Keil's web site for the Philips 900 CapCom.c. I've created a HEX and downloaded it a MBC900.I've attempted to run it on...
  • Entering ISP mode via user program
    Hi, I am using LPC2364 controller. I tried to invoke ISP via IAP. I used the below code. #define IAP_LOCATION 0x7FFFFFF1 #define IAP_CMD_ReinvokeISP 57 #define iap_entry(a, b) ((void (*)()...