Dean, how is going the port for ARM? Last time I read something about
it and you did mention to try using that one board I did offer with
AT91SAM7Sxxx.
Now Opendous have a board for LPC1343 (the new ARM Cortex), that looks
like a good system to substitute AT90USB162 boards:
http://code.google.com/p/micropendousx/source/browse/trunk/MicropendousX
Although Opendous provides FreeRTOS and USB to Serial for that board,
I would like to also use LUFA on it.
If you want to play with this new and cheap ARM Cortex MCU, go and try
Opendous solutions. He also have a solution for bigger ones with
512kbytes flash, USB Host and Ethernet.
--
Cumprimentos,
Jorge Pinto
if you have to spam us with unsupported hardware, can you at least just
send links, not 300k of pictures?
> --
> You received this message because you are subscribed to the Google Groups
> "LUFA (Formerly MyUSB) Support" group.
> To post to this group, send email to myusb-sup...@googlegroups.com.
> To unsubscribe from this group, send email to
> myusb-support-l...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/myusb-support-list?hl=en.
>
--
http://bleepin.com
--
http://www.fastmail.fm - A no graphics, no pop-ups email service
As usual, it's still on my to-do list, but I've been flat out with
more pressing LUFA changes/issues (like fixing bugs, adding new
features). Right now the biggest stumbling block is getting an
environment up where I can program, compile, link, program and debug -
there's nothing as nice as AVRStudio4 and AVR-GCC from what I can see.
WinARM seems to solve half the issue, but there seems to be a lot of
missing parts (like which compile flags are needed for the SAM7 board
you sent me, etc.) for the compiling, and I'd need to set up OpenOCD
for debugging and programming.
One of the local AVRFreaks members here is about my age but
experienced with ARMs, so I'll probably see if he's willing to teach
me to get me started.
TLDR version: it will come - but I'll post news here so you'll know
when it happens.
- Dean
> --http://www.fastmail.fm- A no graphics, no pop-ups email service
You do that all using Eclipse, which uses a usual Makefile. Opendous
provides a working make file.
As for debug, yes, you need OpenOCD. If you do not want to debug, you
don't need OpenOCD, as LPC1343 have a factory USB bootloader, that
makes the LPC1343 behaves as a USB flash disk when on bootloader -
it's just a matter to copy the hex file to that USB flash disk :-)
> WinARM seems to solve half the issue, but there seems to be a lot of
> missing parts (like which compile flags are needed for the SAM7 board
> you sent me, etc.) for the compiling, and I'd need to set up OpenOCD
> for debugging and programming.
Yes, but I also share since the beguinning my makefile and the scripts
for OpenOCD, to flash the program code or/and debug it.
Yes, its a bit of work for start but after is like always the same
path :-)
> One of the local AVRFreaks members here is about my age but
> experienced with ARMs, so I'll probably see if he's willing to teach
> me to get me started.
>
> TLDR version: it will come - but I'll post news here so you'll know
> when it happens.
Good luck! and thanks ;-)