LPC2378 Secondary Bootloader example

Comments

2 comments

  • Avatar
    David Comer

    I haven't gone through all the 23xx device using New Project, but I understand why you are asking. The BSP does not include start up files (I assume this covers the boot loader as I'm not an NXP user for the moment) included for that device. So, assuming that you have attempted to create a new project for other devces in the NXP family, and found no startup files, have you attempted to find a generic startup file (boot loaded) for say, YAGARTO or other GNU implimentation via Google to port to CrossWorks? My guess is that you have. That said, I'm guessing that the CrossWorks team is aware of the need. Just my 1 cent worth.

    0
    Comment actions Permalink
  • Avatar
    David Comer

    Vitaliy,

    If you go to FreeRTOS.org, download the latest distribution, and look in the Demo directory, you will see and example boot.s file for the 2368 in the path <root>/FreeRTOSV6.1.1/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/boot.s. You whould be able to adapt that to suit your needs. It's for the Eclipse/GNU open source tool set.

    Hope that helps.

    0
    Comment actions Permalink

Please sign in to leave a comment.