• lpc3250 emc boot
    hi i am trying to boot lpc3250 from emc (static memory cs0). using 2x16 parallel sst39lf800a. flash is programmed correctly (reading validation code 0x13579bd2 at 0xe0000000). but it is not booting...
  • lpc3250 slc nand boot
    Hi We are trying to boot lpc3250 from slc nand flash. Will it boot from SLC Nand flash?
  • Booting from external SPI Memory, LPC3250
    Hello Aykut Birsen, I am also having same problem of booting from external serial flash. I am using SST25VF040B serial flash. I have connected SPI1_DATIN Pin to the ground with 100K resistence...
  • Booting from external SPI Memory, LPC3250
    Hi, I am using Phytec LPC3250 board with uVision IDE. I want my code to boot from an external SPI EEPROM that we connected via the extension board. (Removing J16 jumper) I can successfuly write...
  • LPC3250 ISR
    Hi... I have a doubt with LPC3250 ISR.How to enable an isr in LPC3250? We are doing simply in LPC2468 like below. ex: void uart_isr (void) __irq { //read received byte //clear uart int reg //clear...