This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to load bootloader(using debugger) in ARM7 based target?

Hello, I built bootloader for NXP LPC2468FBD208. Following files were generated:

NXP2468_BootLoader.axf
NXP2468_BootLoader.hex

I'm using Keil tools. I have ULINK2 debugger connected from PC(USB) to target board.

Which above file do I load in the target using the debugger? How do I know where in memory
will bootloader reside? How do I load the bootloader into the target?

Thank you!

Parents
  • Perhaps you should communicate with your colleagues/boss about your assorted issues.

    There should be drivers and utilities for the ULINK in the \Keil\ARM\ULINK and \Keil\ARM\ULINK\Utilities directories.

    If you used UV4.70 it should have updated the firmware, although this will not be backward compatible with older releases of UV. See release notes.

    Go to the options for the project, select the "Debug" tab, select "CMSIS-DAP Debugger", click "Settings". Another child window will come up. This should provide details of the ULINK, serial number, connection method, along with a device view showing what can be found on the SWD/JTAG chain.

Reply
  • Perhaps you should communicate with your colleagues/boss about your assorted issues.

    There should be drivers and utilities for the ULINK in the \Keil\ARM\ULINK and \Keil\ARM\ULINK\Utilities directories.

    If you used UV4.70 it should have updated the firmware, although this will not be backward compatible with older releases of UV. See release notes.

    Go to the options for the project, select the "Debug" tab, select "CMSIS-DAP Debugger", click "Settings". Another child window will come up. This should provide details of the ULINK, serial number, connection method, along with a device view showing what can be found on the SWD/JTAG chain.

Children