2018-01-24 11:29 AM
Hi,
What is a start point for using STM32L162?
2018-01-24 11:09 PM
Do you have custom board? I cannot see any from the Disco/Nucleo collection.
Download STM32CubeMX, think about IDE you want to use for the development.
Depending the background you have (C, ARM or 8 bits) there are many ways to follow....
2018-01-25 01:00 AM
Prerequisites - any microcontroller:
For a particular chip, you will need:
ST have a load of training & tutorial stuff on the web, including YouTube
http://www.st.com/content/st_com/en/support/learning/mcu-training-courses.html
http://www.st.com/content/st_com/en/support/learning/video-page.html?page=13
https://www.youtube.com/playlist?list=PLnMKNibPkDnF97QnUOFGirl1q0G_4VdDc
https://www.youtube.com/user/STonlineMedia
EDIT
General microcontroller 'Getting Started' tips for beginners:
2018-01-25 02:09 AM
And a lot of free time if this is not a part of your job;)
2018-01-25 02:21 AM
Neil.Andrew wrote:
ST have a load of training & tutorial stuff on the web
And there is a vast amount of 3rd-party stuff.
in fact, I would venture to suggest that the STM32 is probably the most widely supported of all Cortex-M by 3rd-party stuff ... ?
eg
http://www2.keil.com/mdk5/learn
You should certainly have a copy of Joseph Yiu's Definitive Guide to the Cortex-M3:
2018-01-25 02:26 AM
Great book. But I think we spend substantial part of our job on peripherals setup which is not described thoroughly here because it depend on actual vendor.
2018-01-25 07:30 AM
>>
Hi, What is a start point for using STM32L162?
Would rather depend on where you're coming from. Some context might be helpful, and your profile is empty.
A STM32L152-DISCO or EVAL board might provide a way to get up to speed on the L1 series. Really depends on what you're attempting to do, and the experiences you're working off.
2018-01-25 08:27 AM
+1 on Joseph Yiu's books, complement ARM's TRM with an alternate perspective.
Evidence suggests a lot of users here have minimal knowledge about how micro-controllers work, or how data is represented in memory, helps to build your house on a solid foundation.
2018-01-25 08:35 AM
And critical thinking / troubleshooting skills are important. + Patience.
If someone wants quick results without pain should use the arduino + copy&paste replication approach. It's nice to help someone who is involved, not waiting for a solution. But we touch the Motivation here....
2018-01-25 08:38 AM
Bogdan Golab wrote:
we spend substantial part of our job on peripherals setup which is not described thoroughly here because it depend on actual vendor.
Yes, that is true.
This book describes the generic Core features - it needs to be used in conjunction with the specific ST documentation & resources mentioned earlier.