
Originally Posted by
defragster
Two Rows of?
Were there any less inclusive parts building that worked?
Does it build and work without the use of IntervalTimer?
Flash RAM "larger than it's supposed to be" ?
A locked or lockable 1062 Teensy? If unlocked does it work with .Hex instead of .eHex?
Sorry I mean combining two ROMs. It works in .hex easily. I'm running the kernel in qemu like this:
PHP Code:
#!/bin/sh
/usr/local/bin/qemu-system-arm -cpu cortex-m7 -machine mps2-an500 -nographic -monitor null -serial telnet:localhost:4321,server,nowait -semihosting -kernel ./build-SHAREDLIB/micropython.elf -gdb tcp::51234 -S