Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
boards:maple [2015/03/22 22:07]
darron [Maple mini]
boards:maple [2022/10/31 13:50]
darron [Resources]
Line 4: Line 4:
 {{:boards:mini1.jpg?200|Top}} {{:boards:mini1.jpg?200|Top}}
 \\ \\ \\ \\
-{{:boards:mini2.jpg?100|Bottom}}+{{:boards:mini2.jpg?200|Bottom}}
 </wrap> </wrap>
  
-This example is a Baite clone of the Leaflabs Maple mini. This is an inexpensive ARM development platform.+This example is a Baite clone of the Leaflabs Maple mini. This is an inexpensive STM32F103CBT6 ARM Cortex-M3 development platform with 128KB flash and 20KB RAM. This has double the flash capacity of the [[:boards:vcc-gnd|vcc-gnd]] which has a similar controller.
  
-The Maple mini board comes with a [[:tools:maple|USB boot loader]] along with the ROM based serial UART boot loader pre-installed. The USB boot loader is compatible with [[:tools:dfu-util|dfu-util]] and no programming hardware is necessary to begin development on a Maple mini.+The Maple mini board comes with a [[:tools:maple|USB boot loader]] in flash along with the ROM based serial UART boot loader. The USB boot loader is compatible with [[:tools:dfu-util|dfu-util]] and no programming hardware is necessary to begin development with the Maple mini.
  
 === Pinout === === Pinout ===
Line 22: Line 22:
    19  PB3                PA0     11    19  PB3                PA0     11
    20  PA15               PA1     10    20  PA15               PA1     10
-   21  PA14 STM32F103C8T6 PA2      9+   21  PA14 STM32F103CBT6 PA2      9
    22  PA13               PA3      8    22  PA13               PA3      8
    23  PA12    PB1        PA4      7    23  PA12    PB1        PA4      7
Line 50: Line 50:
 *PB9 is active low USB enable.             *PB9 is active low USB enable.            
 </code> </code>
 +
 +=== Power ===
 +
 +Power is supplied on the USB socket or VIN which feeds a 3V3 LDO regulator. 
 +
 +=== LED demo ===
 +
 +For now, see the [[:tools:libmaple|libmaple]] page for a demo. Later a demo [[:tools:libopencm3|OpenCM3]] demo will appear here.
 +
 +=== Boot loader ===
 +
 +The Maple mini boot loader has its own page [[:tools:maple|here]].
  
  
 === Resources === === Resources ===
  
-[[:tools:maple|Boot loader]]\\ +[[http://www.aliexpress.com/store/product/leaflabs-Leaf-maple-mini-ARM-STM32-compatibility/812021_1987703487.html|Product page]] 
-[[:tools:libmaple|Demo]]+ 
 +[[http://www.winddeal.net/image//30463/30463/30463/30463/30463/30463/30462/30462-7.jpg|Schematic]] 
 + 
 +[[https://www.st.com/resource/en/datasheet/stm32f103cb.pdf|Datasheet]] 
 + 
 +[[https://www.st.com/resource/en/reference_manual/rm0008-stm32f101xx-stm32f102xx-stm32f103xx-stm32f105xx-and-stm32f107xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|Reference manual]]