Click here to Skip to main content
15,885,920 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to develop a PCI driver using c I want to know how to configure an PCI device and how to access PCI device in windows I am using Eclipse IDE and Mingw compiler
Posted
Comments
Richard MacCutchan 6-Apr-15 7:47am    
Google for the Windows Driver Kit and you will find the information.

1 solution

Start with the Windows Driver Kit[^] - you should probably ditch the mingw compiler in favour of the Visual C++ compiler provided with the kit.

MS also provides a number of example drivers, many of them for PCI devices, so have a look at: Windows Driver Kit Samples Pack[^]

Best regards
Espen Harlinn
 
Share this answer
 
v2
Comments
Member 11583929 6-Apr-15 9:10am    
Is it possible to access or configure the PCI Driver using mingw compiler
Espen Harlinn 7-Apr-15 14:38pm    
Yes, it certainly is ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900