0 votes
by Theo (200 points)
I’ve compiled mecrisp-stellaris forth on to the Microbit by writing the serial interface for it and modifying the memory map, so I know it can be done. I’ve also compiled the stm32f429disco code and run it on the discovery board, so I know the vfxforth cross compiler works on my M1 Mac.

I’ve spent days trying to figure out what’s not working, I’ve used examples from both the Nrf51 and stm32f4 to build my control file. Apart from the control, start and serial files, are there any other files I need to modify?

I’ve tried debugging with Segger’s Ozone debugger, but it just tells me it’s HardFaulted a few instructions into the code, which doesn’t make sense.

Thanks in advance,

Theo

1 Answer

0 votes
ago by Theo (200 points)
It's now resolved.
...