Now I'm usually a .NET applications developer, but I've done a bit of
emebedded development so far, although its usually been PIC/Arduino - simple
stuff.
I want to use .NET to do more advanced stuff easier and quicker, however in
order to develop for the LPC2388 I need to write a port for the chip. I
notice in the Solution Wizard there is a existing processor LPC22XX, or
LPC24XX. However I want to use the 23. Internally the chip is basically an
ARM7, so I'm lead to belive, does this mean I can choose the AT91SAM7X
processor?
I'm really looking for a more indepth tutorial into how to start a port, and
get the basic NativeSample going on a new chip.
Thanks for any help - Really appreciate the world your doing the embedded
world!
I suggest you download the 4.0 PK and go through the docs in teh
documentation directory. The docs contain a step-by-step guide.
Regards
Lorenzo
Following Lorenzo's advice, I'd suggest starting with a copy of either
PCM023 example or ea-lpc2478. The registers on 2388 are similar to 2478 so
you might have to only modify pin mappings in your equivalent lpc2468.h and
the memory scatter files.
I believe GHI electronics has some ready made ports for the lpc23xx as well.
-Armand