Seabright Technology Header Image

Posts from ‘September, 2009’

Native compilation in a simulator

I’m quite impressed with how easy libjit is to use. I’ve been working on an instruction level simulator for a processor which will probably end up having two versions: a fast one for testing applications and an accurate one for testing the peripherals. The direct threaded version runs at a quite usable virtual 44 MHz [...]

The lights are blinking

It’s the small things but I now have a blinking light on my ET-STM32 Stamp board. This was done using: CodeSourcery 2009q1 GCC release The Python based stm32loader The blinking light demo from lanchon (includes startup code and linker scripts) The nice thing is that it is a very low-tech solution. The Stamp gives a [...]