Skip to main content
Visitor II
April 7, 2017
Question

how to make product from stm32 prototype

  • April 7, 2017
  • 2 replies
  • 963 views
Posted on April 07, 2017 at 09:25

I want to develop a product from stm32L0xxx.already made a prototype but now how can I start.

Before this, i developed a product from Arduino but this time I use STm32 nucleo.So could any guide me, any tutorial, link would be beneficial for me

#hardware-development-tools #stm32
    This topic has been closed for replies.

    2 replies

    Graduate II
    April 7, 2017
    Posted on April 07, 2017 at 19:24

    There are like manuals and stuff. One could presumably use CubeMX or mbed?

    Visitor II
    April 8, 2017
    Posted on April 08, 2017 at 02:16

    I start my project in CubeMX,

    it is the best way to organise the pin-outs since each peripheral function is limited to only a few different pins.

    once the CubeMX file has declared all the pins, you then do your schematic diagram, then the circuit board.

    then you send the pcb files to PCBWAY.com

    the boards come back to you in about a week, then you populate and start debugging.

    I use Keil uV5 where cubeMX can overwrite its specific functions whilst leaving your user code spaces intact.

    it takes many iterations of CubeMX to make the DMAs work correctly, so that is a very handy feature.