diff README.txt @ 3:74e9b3baac1e

Jumbo commit to make things work. Note I have t
author Daniel O'Connor <darius@dons.net.au>
date Sun, 01 Jan 2012 11:01:13 +1030
parents
children 9404b9869c27
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sun Jan 01 11:01:13 2012 +1030
@@ -0,0 +1,34 @@
+Board
+=====
+Board is a http://ourstm.5d6d.com STM32 Strive mini with a touchscreen
+LCD board which has a STM32F103VET (512k flash, 64k RAM).
+
+Unfortunately the CD that came with it is in Chinese, this page has a review
+http://www.deeplyembedded.net/index.php/categories/8-hardware-reviews/5-strive-mini-stm32?showall=&limitstart=
+
+The RTC is powered by a CR1220 battery.
+
+It has a SST25VF016B connected to SPI and a micro SD slot connected to
+SDIO.
+
+The LCD is driven by an ILI9325 connected in parallel 16 bit mode via
+the FSMC controller.
+
+Toolchain
+=========
+Created from https://github.com/MikeSmith/summon-arm-toolchain run
+as..
+/summon-arm-toolchain DARWIN_OPT_PATH=/opt/local LIBSTM32_EN=1 LIBSTM32_EN=1
+
+MacPorts tools did not work properly - it generated code which jumped
+to 0x00 in random places.
+
+Debug tool
+==========
+mkdir /tmp/stlink
+cp darwin/Info.plist /tmp/stlink
+sudo chown -R root: /tmp/stlink
+sudo kextload /tmp/stlink
+
+~/projects/stlink32/build/st-util 61234 /dev/dummy
+