STM32 USART basics

A USART is a universal synchronous asynchronous receiver transmitter. A serial port if you like. On the STM32 however, it really is universal. This peripheral has a raft of features for a huge range of serial protocols including all the usual asynchronous modes plus IrDA, LIN, Smartcard Emulation and the ability to function as an SPI port…

(more…)

Continue ReadingSTM32 USART basics

ARM STM32 JTAG

JTAG is a common standard for communicating with modern electronic devices like FPGAs and microcontrollers. A JTAG connection will allow you to do in-circuit debugging in a bewildering variety of ways and will generally allow you to program your device. The standard, apparently, defines five connections for this purpose. Add in power and ground and you have a minimum of 7 connections needed to implement JTAG. The trick is getting them delivered to your board or device…

(more…)

Continue ReadingARM STM32 JTAG

Crossworks projects startup and debugging

Crossworks or, more accurately, CrossStudio for the Arm, running on a mac is probably one of the better development environments. It has its quirky side but, so far, I am really happy with it. Now might be a good time to look at how projects are organised, how the code gets onto the target and how it is started up…

(more…)

Continue ReadingCrossworks projects startup and debugging

Crossworks Blinky Project 3 – PLL and HSE

Last time, the STM32 was set up to use the Internal RC oscillator, HSI. This runs at 8MHz. The PLL multiplier was told to use the HSI/2 as its input and the multiplier value was set to x 5. The result being a 20MHz system clock. Now, what happens if the PLL multiplier is increased to make the system run faster…

(more…)

Continue ReadingCrossworks Blinky Project 3 – PLL and HSE

Crossworks for the ARM on a mac

After much messing about, I finally decided how to do my STM32 ARM development. While there is a certain amount of appeal in the DIY approach, in the end I just want to write code for my processor and not battle to make sure the tools are properly configured. To this end, I have now paid for a personal licence for Rowley Crossworks for the ARM. This cross-platform toolset and IDE will run pretty much identically on Windows, Linux, Solaris and the mac. The compiler is one of the GCC releases and you get almost everything you need in one hit…

(more…)

Continue ReadingCrossworks for the ARM on a mac

ROBOtic09 results

On Saturday November 28th 2009, we held out our semi-formal winter event for the micromouse and small robot builder. Held at Millennium Point in Birmingham and made possible by Birmingham City University, this is an ideal opportunity to get in a bit of mid-year competition and size up the opposition before those long winter nights of robot building and tweaking…

(more…)

Continue ReadingROBOtic09 results

All Japan Micromouse 2009 Monday

Finals day! I really expected to be nothing more than a spectator today so I was pretty excited about the fact that I would be able to run in the finals. No matter what happened, I felt that was a bit of an achievement. Apart from any nervousness, this was a fairly relaxed day. We could concentrate on watching the other contests as they were being run one after another. First up was the robotrace line follower contest…

(more…)

Continue ReadingAll Japan Micromouse 2009 Monday