2014-09-08 05:50 AM
Hello!
I'm new at STM kits, I recently bought STM32F3 discovery kit and it would be really helpful if anyone would have any piece of advice where to get started with learning programming, so tutorials, videos, anything is more than welcome. Before I programmed with Arduino, but this stuff is different and I have no idea where to start. As far as programming IDE goes I'm very fond of IAR Embedded Workbench but I'm openminded to other programming environments as well.Thank you.Leon #discovery #f3 #getting-started2014-09-09 12:19 PM
any piece of advice where to get started with learning programming
http://blog.antronics.co.uk/2011/08/08/so-youre-thinking-of-starting-with-c/
But, if you really need to start learning programming, I (and others) wouldnot
recommend that you do it on an embedded microcontroller! Rather, I would suggest that you first learn programming on a PC - and then, when you've covered that, learn to apply it to the special case of embedded microcontrollers.Note that the application to embedded microcontrollers - such as on the Discovery board - will also require that you have a basic understanding of electronics.