cancel
Showing results for 
Search instead for 
Did you mean: 

how to make product from stm32 prototype

shadab abedin
Associate II
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
2 REPLIES 2
Posted on April 07, 2017 at 19:24

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

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
T J
Lead
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.