Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tungsys

#1
Hi Andy,

I have another question regarding the starting address of application that download by Ethernet bootloader.

In normal condition (without the bootloader) I run my application and it work well.

But when I download it with Ethernet bootloader, it doesn't work no matter I changed the starting address from 0x0 to 0x2000

What other parameter should I change in my application so that I can work after downloaded by Ethernet bootloader.

The application I am using is the tiny webserver from Keil
You can find it here: http://www.keil.com/download/docs/295.asp

Thank you for your great support.
#2
Thank you Andy,

It works fine  ;D ;D ;D
#3
Hi Andy,

Thanks for your help.

I am using crossover cable as your guide.
I have tried to compile the source code of Ethernet Bootloader for LPC23xx from Flash Magic bundle, but got the error as below

.\Obj\ethernet_bootloader.axf: error: L6031U: Could not open scatter description file .\Obj\ethernet_bootloader.sct: No such file or directory
Target not created

Could you please advise on this.
I have try with uVision4 and uVision3, still the same error
#4
LPC2xxx / Source Code of LPC23XX Ethernet Bootloader
March 21, 2013, 03:30:25 AM
Hi Andy and every body,

I have problem with Ethernet Bootloader on LPC2366.
I have followed the instruction from here http://forum.flashmagictool.com/index.php?topic=3790.0
I use WireShark to capture the Frame send out from the Host when I use Flash Magic and I got the data as expected (which is ?<CR><LF>)

But the code on LPC2366 can't received the Frame send out from Flash Magic.

I have put the debug code to print out message thru UART when MAC_RXPRODUCEINDEX != MAC_RXCONSUMEINDEX

MAC_RXPRODUCEINDEX != MAC_RXCONSUMEINDEX
   print("UDP Frame\n");


So I wonder whether the Ethernet Bootloader code from NXP website is the latest one.
If you have done this before, could you please share with me the Ethernet Bootloader Code?

Thanks.