2017-04-07 12:25 AM
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 #stm322017-04-07 10:24 AM
There are like manuals and stuff. One could presumably use CubeMX or mbed?
2017-04-07 05:16 PM
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.