VGA generation on a Cortex-M4 in pure Rust (without a CRTC peripheral)

Here's some words on my latest project - http://railwayelectronics.blogspot.co.uk/2018/02/i-decided-to-make-1980s-home-computer.html. There's more to come!

6 Likes

Interesting read thanks for sharing. Did you write a custom linker script, registry definition file, and startup/init code for this platform? I've been wanting to attempt this for a MSP430 but I've always used prebuilt startup files so I've been cautious in attempting it. Would appreciate any advice.

I did for my first few Cortex-M projects, but I've been trying to move over to @japaric's cortex-m and cortex-m-rt framework.