• timer configuring problem on phytec lpc3250 board.
    I try to configure the Timer0 on Phytec Phycore-lpc3250. But when I make an write attempt to the timer0's registers between the address range 0x40044000-0x40044070, the processor mode becomes abort....
  • timer configuring problem on phytec lpc3250 board.
    I try to configure the Timer0 on Phytec Phycore-lpc3250. But when I make an write attempt to the timer0's registers between the address range 0x40044000-0x40044070, the processor mode becomes abort....
  • Phytec LPC3250 external NOR Flash bootloader example
    Hi, Based on the Phytec example code for external nor flash bootloader, i see that they are copying code from the external nor flash to the external SDRAM and starting it by pointing a function pointer...
  • Phytec LPC3250 external NOR Flash bootloader example
    Hi, Based on the Phytec example code for external nor flash bootloader, i see that they are copying code from the external nor flash to the external SDRAM and starting it by pointing a function pointer...
  • Writing to NAND Flash on Phytec LPC3250 board
    Hi, I am having troubles writing some data to the NAND flash of Phytec LPC3250 board. I am using the Bootloader_NAND project which is given by Keil. This project has the ReadPage_HW function to read...