Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

device driver programming in c

Status
Not open for further replies.

akshay985

Member level 4
Joined
Jan 6, 2011
Messages
68
Helped
6
Reputation
12
Reaction score
6
Trophy points
1,288
Location
maharastra,india
Activity points
1,676
i want to learn device driver programming in c how ddo we use it in windows and to program microcontrollers
 

You have two seperate requirements
1. Windows device driver programming - have a look at the codeproject tutorial
**broken link removed**
if you do start writing device driver use a seperate development PC in case it goes wrong an you corrupt the operating system

2. Programming microcontrollers - here you need to decide why you need to program microcontrollers, do you have an application in mind? that would tend to determine the type of microcontroller and IO devices
 

As horace1 said you should be clear and particular, What exactly you want?
1) Writing device driver for Windows Platform? Check MSDN it is very good
again there are good books available too. Even You can write drivers using C# too I saw a driver written using it.
2) Micro controller programming , Well you can use Any language if a compiler is available for that architecture and language.

If you mean writing driver for peripherals of a Micro controller system yes you can write it in C or any other language. For that you must have all the details of the Board and chips on it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top