Our board is simplified from Leaflabs Maple Mini. But they are completely compatible at software and hardware because the compositions of every ports and the bootloader are identical, while the only changes are the power supply and PCB layout . So you can completely see the data of Leaflabs Maple Mini from its Web site.
Leaflabs Maple's Web site: leaflabs.com
The detailed information of Maple Mini: leaflabs.com/docs/hardware/maple-mini.html
The getting started of Maple: leaflabs.com/docs/maple-quickstart.html
The programming language of Maple: leaflabs.com/docs/language.html#language-lang-docs
Maple IDE Installation: leaflabs.com/docs/maple-ide-install.html
Our board's figure:
1 The programming language is basically the same with Arduino, even the source code of some simple project can be in common use.
2 The MCU of our board is STM32 (ARM Cortex-M3); its Clock is up to 72MHz; it is 32-bit MCU; it has 128K Flash memory and 20 KB SRAM.
Basically all MCU of Arduino board is AVR; its Clock up to 16MHz; it is 8-bit MCU; it has 32K Flash memory at most and a little SRAM. Besides, the number of Maple's ports is more than Arduino's (You can see it easily from the photos).
3 Our board is cheap and has highly cost effective.
http://analoglamb.com/product/maple-mini-compatible-leaf-maple-mini-stm32f103cbt6
Comments
Please log in or sign up to comment.