Mercurial > ~darius > hgwebdir.cgi > stm32temp
view README.txt @ 55:b21db2b47a27
Enable DMA mode by initing DMA channel and enabling IRQ handler.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Sun, 07 Apr 2013 22:34:05 +0930 |
parents | 07589f738e5e |
children | d2041a9051f9 |
line wrap: on
line source
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= A working example from the CD is in /Users/darius/projects/STM32Strive/奋斗STM32开发板例程/奋斗STM32开发板例程/奋斗STM32开发板V3/STM32奋斗版GIF动画例程/STM32奋斗版ucOS II V2.86 uCGUI 3.9 DEMO/ObjFlash/STM32-FD-ucgui.hex Which can be loaded by running... /opt/local/bin/python ~/projects/blackmagic/scripts/hexprog.py -d /dev/cu.usbmodem7FC58901 '/Users/darius/projects/STM32Strive/奋斗STM32开发板例程/奋斗STM32开发板例程/奋斗STM32开发板V3/STM32奋斗版GIF动画例程/STM32奋斗版ucOS II V2.86 uCGUI 3.9 DEMO/ObjFlash/STM32-FD-ucgui.hex' 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 with a TSC2046N on the SPI bus for touch. Toolchain ========= Created from https://github.com/PX4/homebrew-px4 Debug tool ========== Using a Blackmagic probe