Hi, I just want to introduce myself and highlight that I'm trying to get
armforth going on Arduino Uno R4 wifi board. I'm relatively new to forth
and embedded programming in general but I'm learning quickly (and having a
blast). I've got flashforth running on atmega 2560, although that was
mostly about figuring out some bootloader details. But I wanted to play
with 32-bit forth and MCUs and amforth looks like a great platform to start
with.

Uno R4 board uses Renesas ARM Cortex M4 (RA4M1), so I copied
appl/launchpad-arm and started tweaking it. Again the beginnings were about
figuring out bootloader stuff, but now I have amforth finally starting
properly and currently debugging my tweaked version of delays. Next I need
to get the serial connection going so that I can interact with forth and
then I'll probably spend some time playing with the onboard LED matrix. I'd
be happy to contribute back once I have something worth contributing. In
the meantime you can see my progress at
https://github.com/mkobetic/amforth/compare/main...unor4.

If there's anyone who's also playing with the ARM stuff or knows what state
it's in, I'd love to get some pointers or collaborate. In the meantime I'll
keep you posted if I get anywhere with this.

Best regards,

Martin

PS: I also have some ESP32-C6 which is a RISC-V which I'm also very curious
about, but I have to focus on one platform at a time :).

_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to