Maple Mini

The Maple is LeafLabs' 32-bit ARM development board. Coupled with the Maple IDE, the LeafLabs Maple line of development boards bring an Arduino style user experience to the world of powerful 32-bit ARM processors.

The Maple Mini is the breadboard friendly Maple development board featuring a smaller, 48-pin STM32 with the same speed and memory as the original Maple. Smaller than a stick of gum, the Maple Mini sports 120 KB Flash memory, 34 GPIOs and 20 KB of SRAM.

The Maple IDE will make Processing/Arduino programmers feel right at home. By swapping the popular "avr-gcc" compiler with CodeSourcery's****"arm-none-eabi-gcc," LeafLabs manages to provide a nearly identical programming experience to Arduino despite targeting a completely different architecture.

If your current Arduino-based project is pushing against the performance limits of the ATmega, porting it over to Maple may be the fastest and easiest way to continue developing your project without starting from scratch. And with the form-factor of the Maple Mini, prototyping will be a breeze.

  • STM32 F103RCBT6: a 32-bit ARM Cortex M3 microprocessor
  • Clock Speed: 72 MHz
  • Input Voltage (recommended): 3.0V-12V
  • 34 Digital I/O Pins (GPIO)
  • 9 Analog Input Pins
  • 12-bit ADC resolution
  • 12 PWM pins at 16-bit resolution
  • Dedicated USB port for programming and communications
  • 120 KB Flash and 20 KB SRAM
  • Integrated SPI (2) and I2C (2)
  • 7 Channels of Direct Memory Access
  • 3 USART devices
  • Four 4-channel Timers
  • Support for low power and sleep modes (<500uA)
  • 2.02" x 0.72"

Maple Mini Product Help and Resources

Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

3 Programming

Skill Level: Competent - The toolchain for programming is a bit more complex and will examples may not be explicitly provided for you. You will be required to have a fundamental knowledge of programming and be required to provide your own code. You may need to modify existing libraries or code to work with your specific hardware. Sensor and hardware interfaces will be SPI or I2C.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

1 Electrical Prototyping

Skill Level: Noob - You don't need to reference a datasheet, but you will need to know basic power requirements.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • pressurepoint14@gmail.com / about 12 years ago / 5

    Wow that is one seriously shiny quarter.

    • Toddintr / about 12 years ago / 1

      From the San Francisco mint, no less!

    • AKA / about 12 years ago / 1

      I guess there's a budding numismatist at Sparkfun? http://en.wikipedia.org/wiki/Proof_coinage

  • Kevin Vermeer / about 12 years ago / 2

    You've got a minor typo: The compiler in use is called:

    arm-none-eabi-gcc
           ^--- With an E, as in no vendor.
    

    See this post on Stack Overflow for an explanation of the compiler naming convention.

    Feel free to delete this comment after you've made the correction.

  • Member #424148 / about 11 years ago / 1

    Hey guys! I have a question regarding the MapleLeaf mini GPIOs. I am not able to toggle them properly. I tried toggling pin 13 through code and instead pin 6 was toggled. Here is a list of what I tried to toggle and what got toggled instead.

    Tried - What got toggled 0 - 8 1 - 12 2 - 11 3 - 10 4 - 17 5 - 16 6 - 27 and so on in a very random pattern. Is there something I am missing here or is it faulty. I tried using the normal MapleLeaf borad instead and it works just fine for the same code. I have also gone through the schematics and am not able to come up with anything. Please help1

  • Mr Electrical / about 11 years ago / 1

    A quick review: This product is a b**** to work with when trying to get it to talk to other chipsets. The I2C libraries are broken (and openly admitted by Leaf Labs) and the ones that other folks have written have major timing issues due to a poor compiler. I suppose this microcontroller would be great if you were doing things like motor control for a small robot, but anything beyond that, it is nearly useless. After about 65 hours of trying to debug this, I just gave up and bought an Arduino Due.

    The documentation is poor, the libraries are incomplete, and I would not suggest this product. Sorry.

  • rpltn / about 11 years ago / 1

    This is a great board. I wouldn't mind a PWM-specific version (breaking out all 12 PWM channels, serial, I2C), something with less GPIO in a smaller package along with provided but not installed headers... Might have to give BatchPCB a try. :)

  • Member #386286 / about 11 years ago / 1

    Do you said that the PN is STM32F103CBT6. The datasheet says "2.0 to 3.6 V application supply and I/Os". Is also says that "26/37/51/80 I/Os, all mappable on 16 external interrupt vectors and almost all 5 V-tolerant". So what that feature "Input Voltage (recommended): 3.0V-12V" means?

    • Jeff D / about 11 years ago / 1

      The processor needs to be powered by 2.0 to 3.6 V. Instead of requiring you to supply a voltage in that range (although you can, if you want to), the maple mini also includes a regulator that converts any input voltage from 3V to 12V down to within that 2.0 to 3.6V range.

  • Gregwar / about 12 years ago / 1

    This board is really nice. The STM32 is a really powerful device. I'm really enthusiastic thinking about an Arduino-like community around the Cortex-M3!

  • Zahariuc_Mihai / about 12 years ago / 1

    does anyone know if you can program this using atmel studio ?

  • jjniccolo / about 12 years ago / 1

    Finally got it to work. A little bit of pain, but all is well.

  • jjniccolo / about 12 years ago / 1

    Has anyone used this device on a windows 7 system? I can't get it to work. I followed the advice at LeafLabs but it didnt work.

    • Member #298771 / about 12 years ago / 1

      http://forums.leaflabs.com/topic.php?id=73#post-788 It works for me, windows 7 64 bits

  • Ido971 / about 12 years ago / 1

    Thank You

  • So can I use your PyMite to code this?

  • Yeah this is great!

  • Colecago / about 12 years ago * / 1

    Cool

  • rawebb / about 12 years ago / 1

    It's not an STM32F103RCBT6. The STM32F103Rx processors are used in lots of dev boards so the 103R "finger macro" isn't too surprising. ;-)

    Actual chip is the STM32F103 C (48 pins) B (128 K) T (LQFT) 6 (-40 to +85 C).

  • One thing I've often wondered, why have I never seen anyone produce a 5 volt arm dev board? Do they just not make arm cores in 5 volt?

    Every (almost) widget, breakout, sensor or whatchamacallit from sparkfun, adafruit, etc is 5 volt. This is a proverbial wrench for anyone wanting to move up from an arduino and get their feet wet with an arm chip.

    • teachop / about 12 years ago / 1

      If you need 5v for a particular application and ARM-like performance, an AVR UC3 might work. Some 5v versions are available (the ones with CAN).

    • willemite / about 12 years ago / 1

      The Psoc5 series (M3 core) is 5 V I/O--I think 2.7-5 or so, and user selectable. 5V has more range for analog, as I understand it. Now, if someone would only make a nice low cost break out for it..

    • rawebb / about 12 years ago / 1

      3.3 is here to stay. Fortunately, 3.3 5 interoperation is often transparent since virtually all 3.3 V microcontrollers will accept 5 V inputs on some or all I/Os and can drive TTL-compatible loads just fine.

      As always, check the data sheet. The STM32F10x minimum guaranteed output level for a logic high into a TTL load is 2.4 V, and the guaranteed minimum input threshold for older TTL and modern HCT TTL-like parts is 2.0 V, so it's good to go, modulo noise margin etc.

      Not all STM32F10x inputs are 5 V compatible so again, check the data sheet. A voltage divider may be all that's necessary.

  • Demolishun / about 12 years ago / 1

    This looks like an awesome product. It is also priced to sell.

  • aknewhope / about 12 years ago / 1

    Does it use a version of the Cortex M3 without ethernet support? The mbed has ethernet.

    • Mars Saxman / about 12 years ago / 1

      The mbed is also stuck with that weird "online IDE" thing, so even if it cost $5 and offered every imaginable feature, it'd still be unworthy of consideration for anything I'm ever likely to do.

  • is this arduino ide compatible?

  • BB / about 12 years ago / 1

    Oh, so YOU were the ones responsible for the shortage!

Customer Reviews

3 out of 5

Based on 1 ratings:

Currently viewing all customer reviews.

1 of 1 found this helpful:

Great Board, Struggles with I2C

This is a great board with a very fast little processor inside it. I would highly recommend it for general digital pin work. It is particularly great when doing large computational loads like FFTs.

Where this board has issues is with I2C. The Leaf Labs team has made mention of trying to fix these issues, but it (as of writing this review) is yet to be seen. So, if you need to talk to an ADC, an IMU, a digital potentiometer, or many other things, you will be fast out of luck.