Main Menu
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 - chuckp

#1
Your example downloads over the serial port.  I see that you support Ethernet download on the LPC17xx.  I'd like to bring up something similar on my LPC18xx system.  I have Ethernet support in my program.  If I create this loader, how do I tell FlashMagic that the download should be by Ethernet, not by serial port?  Is there information somewhere about adding support for a device/method?  I don't see it in the user manual, and I did not find a file listing the characteristics of various devices...
#2
Thank you, this sounds promising.
I use the IAR tools, so I will look into adapting things.  I know that NXP releases a SPIFI library with which  I have experimented.
#3
We've used FlashMagic on the LPC17xx in the past.  These devices have on chip ROM.  We now have an LPC1830 system with off chip SPIFI ROM.  I see the the LPC1850 is in the supported list.  It has on chip ROM.  Is there any way to use FlashMagic with off chip ROM on a device like this?  I assume I will have to build code in to my image, and I don't expect it to work until the device is initially programmed with appropriate code.  But is it reasonable to make FlashMagic work in this sort of system?  If not, I'll be writing something from scratch.