LPC1788 FBD144 Ethernet Bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1788 FBD144 Ethernet Bootloader

1,255 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by research on Mon Aug 06 22:06:06 MST 2012
we are working in LPC1788 FBD144. we are getting error in init_PLL in ethernet bootloader.

any body have idea/ sample codes for ethernet bootloader

sivakami
Labels (1)
0 Kudos
7 Replies

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Wed Jul 29 15:46:26 MST 2015
I don't use flash magic, but the location (0x2FC) is where the CRP signature goes.
It is 4 bytes (one word) long, hence the limit at 0x300.
Looks like your code is defining it twice.

Hint: the error diagnostic has given you two filenames. "Use the source, Luke."

Cheers, Mike
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by karakas on Wed Jul 29 08:26:08 MST 2015
hi again
i try to change LPC1768 Ethernet Bootloader in Flash Magic to LPc1788.
I changed header files and startup and pin selections after that I face to this error :

.\Obj\ethernet_bootloader.axf: Error: L6982E: AT section startup_lpc177x_8x.o(.ARM.__at_0x02FC) with base 0x000002fc limit 0x00000300 overlaps address range with AT section sbl_main.o(.ARM.__at_0x2FC) with base 0x000002fc limit 0x00000300.

what is this and how can i solve it?
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by karakas on Thu Apr 02 22:31:23 MST 2015
yes i know but there is no ethernet bootloader for lpc1788 in flashmagic . it is lpc1768's ethernet bootloader.do you have lpc1788 ethernet bootloader ? or can you guide me for that?
is there any other way to program lpc1788 via the ethernet?
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by embd02161991 on Thu Apr 02 11:53:08 MST 2015
Hi,

Ethernet bootloaders are available as part of the Flash Magic tool ( www.flashmagictool.com). After installing Flash Magic, you can find the bootloader in the Flash Magic\Ethernet Bootloader directory (C:\Program Files (x86)\Flash Magic\Ethernet Bootloader in a Windows x64 environment).
An application note is available for download from : http://www.lpcware.com/content/nxpfile/an10744-ethernet-secondary-isp-bootloader

Thanks,
NXP Technical Support
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by karakas on Wed Apr 01 05:22:08 MST 2015
hi
i'm looking for ethernet bootloader file for lpc1788.
is there any things?
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Sat Jan 31 21:19:11 MST 2015
The fact that you are developing an Ethernet bootloader is irrelevant. You have reported an issue relating to setting
up a PLL. See the plethora of sample code on this site. LPCOpen samples would probably be the best for getting NXP
support.

Also, check your hardware for crystal connection, capacitor values, etc.

Mike.
0 Kudos

770 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nil on Thu Jan 29 09:01:10 MST 2015
hi ,

    I have the same prob if you got any solution on this issue let me know.
0 Kudos