Skip to main content
Philipp Krause
Senior II
September 2, 2013
Question

Looking for an STM8 evaluation board with 6K of RAM

  • September 2, 2013
  • 4 replies
  • 1305 views
Posted on September 02, 2013 at 20:05

So far I have used an STM8L-discovery, but the 1K of RAM is not enough any more. I need 6K. Otherwise I just want an LED or two, some GPIO and a serial port.

Any recommendation?

Philipp

P.S.: There is this STM8/128_EVAL bord. However the descriptions don't mention with which microcontroller it comes. The photo in the manual looks as if there was a ZIF socket for the microcontroller, so I would have to buy one separately, but the boards on ebay seem to have a microcontroller soldered.

    This topic has been closed for replies.

    4 replies

    fggnrc2
    Associate III
    September 3, 2013
    Posted on September 03, 2013 at 13:32

    The STM8/128 Eval board has a STM8S208MB micro-controller.

    This part has 6 kB of RAM and 128 kB of Flash for your code.

    This board is expensive and it offers more than you need (e.g. a CAN controller), so I think that It's cheapier to build a prototype board for a STM8S207x micro (which has no CAN controller, but has 6 kB of RAM), and use the STM8L Discovery board to program and debug your code through its SWIM interface.

    Philipp Krause
    Senior II
    September 3, 2013
    Posted on September 03, 2013 at 14:38

    Does the STM8/128 Eval have an integrated stlink, like the STM8L-Discovery has?

    fggnrc2
    Associate III
    September 3, 2013
    Posted on September 03, 2013 at 19:17

    No, the STM8/128 Eval board has no integrated stlink.

    You may connect the STM8L Discovery one to debug and flash your code.

    For this reason, I suggested you to build your prototype board.

    Regards

    EtaPhi

    Philipp Krause
    Senior II
    September 4, 2013
    Posted on September 04, 2013 at 13:38

    Well, building my own board takes time, and someone is selling STM8/128-EVAL boards below 40€ here in Germany, so the STM8/128-EVAL seems like a good option to get something running quickly to me.

    Philipp