My new #Introduction

I am building tiny real-time #Forth co-processors for MicroPython, Circuit Python and RISC-V. On FPGA's a stack machine can be 1/2 the size of a 32 bit RISC-V soft core.

#Forth, #MicroPython #CircuitPython #Riscv #StackMachine #FPGA #Verilog
#realtime

@PythonLinks Will it be possible to program the second core of @RaspberryPi #Pico or @esp32 from the @micropython on the first core?

> Is it possible to program one MicroPython #RP2040 core from the other?

My expertise is on the #ICE40, more than the #RP2040, but reportedly the RP2040 can run two #MicroPython threads on the two cores, so. you should be able to program one from the other.

If not, you can certainly program a #pico-ice #Forth core from the first MicroPython core.

What are you trying to accomplish?

@niutech @RaspberryPi @micropython @esp32

@PythonLinks I've just discovered that there is an experimental way to do it: https://bytesnbits.co.uk/multi-thread-coding-on-the-raspberry-pi-pico-in-micropython/
One thread could be responsible for UI, another for processing data.
Multi Thread Coding on the Raspberry Pi Pico in Micropython