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

Bootloader LPC1768 - Issues

Sirs

I am needing help on how to mount uv4 simple project to start the development of my bootloader.
My design is :

- LPC1768
- AT45DB041D-SU (Data Flash), on SSP
- Tibbo EM202, as ethernet-serial converter

The initial questions are:

- How to configure the keil project to launch any application to run/debugger at address 0x6000 ?
I tried to configure IROM1 = 0x2000, but doesnt work.
(I've called the System_Init() as first line of main() routine)

So What do I need to do ?

0