Oberon running on Cortex-M3
Posted: Sat Jan 28, 2012 6:44 am
This afternoon we have successfully used Astrobe to develop and run our first Oberon program (Blinker, of course!) on an ARM Cortex-M3 MCU.
The Embedded Artists LPC1343 you can see in the photo may well be the smallest dev board that an Oberon program has ever run on:
http://www.astrobe.com/images/LPC1343.jpg
The LPC1343 microcontroller is available from EA for EU 16.90:
http://www.embeddedartists.com/products ... 43_qsb.php
One particularly interesting feature of the LPC1343 MCU is that when you plug it into a PC's USB port it appears as a Flash drive on your PC called 'CRP DISABLD:'. To upload your prorgam to the MCU, all you need to do is name your bin file 'Firmware.bin' and 'drag and drop' it to the drive.
We also ran the program on an Embedded Artists LPC1343 LPCXpresso board mounted on an LPCXpresso Base Board. This can also be programmed the traditional way via a USB-COM port connection:
http://www.embeddedartists.com/products/lpcxpresso
The source code of the program and executable file is attached. Watch out for further developments ...
The Embedded Artists LPC1343 you can see in the photo may well be the smallest dev board that an Oberon program has ever run on:
http://www.astrobe.com/images/LPC1343.jpg
The LPC1343 microcontroller is available from EA for EU 16.90:
http://www.embeddedartists.com/products ... 43_qsb.php
One particularly interesting feature of the LPC1343 MCU is that when you plug it into a PC's USB port it appears as a Flash drive on your PC called 'CRP DISABLD:'. To upload your prorgam to the MCU, all you need to do is name your bin file 'Firmware.bin' and 'drag and drop' it to the drive.
We also ran the program on an Embedded Artists LPC1343 LPCXpresso board mounted on an LPCXpresso Base Board. This can also be programmed the traditional way via a USB-COM port connection:
http://www.embeddedartists.com/products/lpcxpresso
The source code of the program and executable file is attached. Watch out for further developments ...