Hi, I’ve developing a touch screen OS currently on the Teensy 4.1 with 16MB PSRAM and Teensy Audio Codec, and 2Gbit FLASHRAM on the Teensy Audio Adapter and RA8875 break-out board. It is based in combining micropython...
Sorry I mean combining two ROMs. It works in .hex easily. I'm running the kernel in qemu like this:
#!/bin/sh
/usr/local/bin/qemu-system-arm -cpu cortex-m7 -machine mps2-an500 -nographic -monitor null -serial...
Combing micropython and teensy core together along with freeRTOS and other stuff.
Why do you think my qemu is doing this?
Reading symbols from build-SHAREDLIB/micropython.elf...
Remote debugging using...