Hi all,
New to Maple. I'm interested in using the Maple as a generic computer: just a processor, RAM, ROM, and console I/O. I've been starting out with the libmaple examples using the command-line toolchain.
How much storage does libmaple use? How much will be left over for my own programs?
For my experiments, I don't need most of libmaple; I just need the SerialUSB routines (or their C library equivalents, such as putchar, getchar, and printf). Where can I find information about stripping down libmaple to just the essentials?
That probably leaves me with one final question: do I even need libmaple at all? Can I do console I/O through the USB serial port without it?
Thanks for your help! I look forward to reporting on what I'm up to when I get it working. :)