|
From: John S. <jsa...@gm...> - 2026-04-27 13:55:32
|
Hi Everyone, We are also seeing that Amforth can run on RP2350 on one core (Arm cortex or Riscv) and Micropython on the other core and they can inter-communicate. Regards to all, John S On Thu, Apr 23, 2026 at 8:40 AM John Sarabacha <jsa...@gm...> wrote: > Hi Everyone, > Our investigation into using Amforth with Micropython shows this is a very > powerful combination as demonstrated on the RP2350 (Pico 2). Where > Micropython lacks in > performance it can be provided by Amforth on Arm Cortex or Riscv cores and > where Amforth lacks in high speed IO this can be provided by the PIO. The > Amforth assembler routines can be called directly from Micropython whether > residing on the Cortex (Arm) or Riscv core. > > Regards to all, > John S > |