Winmaze – Another Maze Editor

This program is no longer available. Instead, you might like to use:

https://github.com/micromouseonline/pyqt-maze-editor

It seems that all micromouse builders get around to writing their own software for displaying and editing mazes in the end. This is mine. It is a Windows only application but should run on pretty well any version of Windows. I have not tested it on Vista. It can open maze files of several types including the ‘standard’ binary mazes and some types of text maze. Changes to a maze will always be saved as a binary maze file. (note: revision now will not ask for libraries)

(more…)

Continue ReadingWinmaze – Another Maze Editor

STM32 and the Segger/IAR J-Link

segger_j_link I finally got a day to play with some of my new toys. These are the IAR STM32-SK and the IAR J-Link debugger.The IAR J-Link is a re-badges Segger unit and I believe they are identical. I was quite excited about having a real debugger to use. – especially as programming the STM32 through the bootloader is a bit of a fiddle. Things didn’t turn out quite as I had hoped…

(more…)

Continue ReadingSTM32 and the Segger/IAR J-Link