comparison README.txt @ 72:d2041a9051f9

Update README with some more details about the various boards.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Apr 2013 21:26:34 +0930
parents 07589f738e5e
children 3c22b02e9bf3
comparison
equal deleted inserted replaced
71:778adff8b569 72:d2041a9051f9
1 Board 1 Board 1
2 ===== 2 =======
3 Board is a http://ourstm.5d6d.com STM32 Strive mini with a touchscreen 3 Board is a http://ourstm.5d6d.com STM32 Strive mini with a touchscreen
4 LCD board which has a STM32F103VET (512k flash, 64k RAM). 4 LCD board which has a STM32F103VET6 (512k flash, 64k RAM).
5 5
6 Unfortunately the CD that came with it is in Chinese, this page has a review 6 Unfortunately the CD that came with it is in Chinese, this page has a review
7 http://www.deeplyembedded.net/index.php/categories/8-hardware-reviews/5-strive-mini-stm32?showall=&limitstart= 7 http://www.deeplyembedded.net/index.php/categories/8-hardware-reviews/5-strive-mini-stm32?showall=&limitstart=
8 8
9 A working example from the CD is in 9 A working example from the CD is in
16 16
17 It has a SST25VF016B connected to SPI and a micro SD slot connected to 17 It has a SST25VF016B connected to SPI and a micro SD slot connected to
18 SDIO. 18 SDIO.
19 19
20 The LCD is driven by an ILI9325 connected in parallel 16 bit mode via 20 The LCD is driven by an ILI9325 connected in parallel 16 bit mode via
21 the FSMC controller with a TSC2046N on the SPI bus for touch. 21 the FSMC controller. The touch controller is a TSC2046N which shares
22 the SPI bus with the flash chip above.
23
24 Board 2
25 =======
26 ET-ARM Stamp which has an STM32F103RET6 (512k flash, 20k RAM)
27 http://www.futurlec.com/ET-ARM_Stamp.shtml
28
29 Board 3
30 =======
31 HY-STM32_100P example code is in /Users/darius/projects/HY-STM32_100P
32 Very similar to board 1 but with a different (unknown LCD).
33
34 MCU part numbers
35 ================
36 STM32F103wxyz
37
38 w..
39 R = 64 pins
40 V = 100 pins
41 Z = 144 pins
42
43 x..
44 C = 256k flash
45 D = 396k flash
46 E = 512k flash
47
48 y..
49 H = BGA
50 T = LQFP
51 Y = WLCSP64
52
53 z..
54 6 = -40 to 85C
55 6 = -40 to 105C
22 56
23 Toolchain 57 Toolchain
24 ========= 58 =========
25 Created from https://github.com/PX4/homebrew-px4 59 Created from https://launchpad.net/gcc-arm-embedded
26 60
27 Debug tool 61 Debug tool
28 ========== 62 ==========
29 Using a Blackmagic probe 63 Using a Blackmagic probe http://www.blacksphere.co.nz/main/blackmagic
30 64