d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Iso Microcontroller Basics From 0
Add Reply New Topic New Poll
Member
Posts: 7,288
Joined: Sep 11 2011
Gold: 1,401.80
May 1 2017 06:40am
As the title says i´m look for a good tutorial to get started to programm microcontroller with c/c++.

at the moment i have basic knowledge of c and can write some more or less complex programms. I´m very interested in programming microcontroller since its very close to my study.
Are there any books/tutorials you can recommend me?

books/tutorials can be in english or german.
Thanks for any help :)
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
May 1 2017 07:40am
Go buy an arduino and google arduino tutorials.

I doubt you want to invest a few hundred dollars in parts and equipment to start working with microcontrollers themselves.
Member
Posts: 27,177
Joined: Mar 27 2008
Gold: 445.00
May 11 2017 03:52pm
Did you mean learning assembly?
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
May 11 2017 05:23pm
Quote (ROM @ May 11 2017 05:52pm)
Did you mean learning assembly?


Micro controllers don't have to be specifically programed in assembly. Any language that compiles to byte code is acceptable as long as they compile to the right instruction set that the micro controller supports.
Member
Posts: 27,177
Joined: Mar 27 2008
Gold: 445.00
May 11 2017 06:03pm
Quote (AbDuCt @ May 11 2017 07:23pm)
Micro controllers don't have to be specifically programed in assembly. Any language that compiles to byte code is acceptable as long as they compile to the right instruction set that the micro controller supports.


For sure. I was going to suggest an HCS12 demo board since it's a popular microcontroller in vehicles but a: it's assembly and b: couldn't even find a demo board to buy online.

This post was edited by ROM on May 11 2017 06:03pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll