Does learning embedded C help without having any knowledge about microcontrollers?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Maths Tutor

you should have some basic idea about microcontroller as their pin configuration and uses of pins .if you don't know about pin then how can you use those pins in your code.
Comments

Industrial expert and real developer not just a teacher

yes, it does help... let me tell you how... 1. Learning micro controllers and going through all those long theory and architecture sessions are boring. 2. Learning microcontroller and the digital circuit will be helpful if you are trying to implement your own logics using ICs maximum times or if...
read more
yes, it does help... let me tell you how... [Note: all my questions are purely based on what tools you are using] 1. Learning micro controllers and going through all those long theory and architecture sessions are boring. 2. Learning microcontroller and the digital circuit will be helpful if you are trying to implement your own logics using ICs maximum times or if you are trying to use some peripherials in your project. 3. Now a day school kids are learning embedded C, do you think it's good to teach them microcontroller's architecture? I am sure its a No. 4. Learning by doing will always enlighten your interest about the subject so when you do something working and made by you, this will help you increase your interest in your subject. 5. You don't require controller knowledge unless you are making a hyper optimised project that requires you to really access controllers memory organisation or register architecture. No important thing. As I clearly mentioned that my answer is totally based on the type of tools you are using. So if you are talking about programming an 8051 controller by writing C code in Keil C software or using assembly language... you are trapped you really need to learn controllers before making your hands dirty in few level of programming. But the world is changing and adopting new tools... these tools don't require any prior knowledge of the architecture of controllers for example in the case of Arduino. Someone requires fast results and good productivity... Arduino is your tool. One most important thing about learning by doing id when your interest in the subject grows your craving of getting more knowledge also grow... and when this happens once you are interested in the subject you will definitely find ways or learn controller by yourself later on. which I always recommend. My way is "DO - LEARN - REDO" so when you do it first time it increase your interest then you learn more and do it like a professional. :) Enjoy... read less
Comments

Related Questions

what is the significance of lvalue?
An lvalue (locator value) represents an object that occupies some identifiable location in memory (i.e. has an address).
Abhishek
Is it necessary to mention the header files in the C programming language?
It is absolutely necessary as without inclusion of the same to your program, will lead to the absence of library functions that are present in the header files, your program will have a syntax error.
Hari
What are security issues in the C language?
Some common security issues in C include buffer overflows, which can lead to arbitrary code execution; format string vulnerabilities, which can be exploited to read or write arbitrary memory locations;...
Avinesh
0 0
7
How do I become good in competitive programming in a year if I have just started learning C language?
The best topics to learn would be Data structures and also the analysis of algorithms..(THESE ARE BASICS BUT IF U LEARN THEM PROPERLY!!! CODING WOULD BE A PIECE OF CAKE FOR U....)
Anmol
0 0
9
Difference between "C structure" and "C++ structure".
C is process oriented programming.. so c follows procedure in execution where as C++ is object oriented and messages are been passes between the objects..
Khushboo

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Infinite Loop[For] Demo
//Header Files #include<stdio.h>#include<conio.h> //Main function void main(){ //Function for clearing screen clrscr(); //Infinite for loop for(;;) { printf("Hello!"); } //Function for...

Basic Concepts of Web Designing
An introduction to domain names, web servers, and website hosting 1)What is the web? In a nutshell, the web is a whole bunch of interconnected computers talking to one another. The computers (on the...

C Programming basics
C PROGRAMMING BASICS 10 Hours Introduction to ‘ C’ programming –fundamentals – structure of a ‘C’...
O

Om K.

0 0
0

Dynamic Memory Allocation in C using malloc()
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

C, Cpp, Java, Python, Javascript Programming Languages
Learning C is as good as Learning a Natural Language(such as English, Hindi, Telugu, Tamil etc) We use Natural Languages to communicate with humans whereas we use Programming Languages such as C, Cpp,...
V

Vamshi

0 0
0

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you