954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

chip programming

i want to known that i am starting to work on chip programming so i cant understand my first step.The programming language on which i used to work is java and still working.so my question is that can i use c# to program a chip please let me knwn.thanks in advance

extemer
Junior Poster
Banned
188 posts since Apr 2010
Reputation Points: -7
Solved Threads: 10
 

You can program some chips in .NET, take the Netduino, for instance:

http://www.netduino.com/

That's the first one that comes to mind. I think there are also other boards running the .NET Micro framework, too.

alc6379
Cookie... That's it
Team Colleague
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
 

thnx... i am trying to program a chip for a security camera that can capture the image on the movement of the object.so in that case the netdunio chips are useful for that kind of project alc6379

extemer
Junior Poster
Banned
188 posts since Apr 2010
Reputation Points: -7
Solved Threads: 10
 

Hey! And how about classical C or at least C++?
C's the "closest" language to machines (without considering the assembler))

vedro-compota
Posting Whiz
342 posts since Jul 2010
Reputation Points: 43
Solved Threads: 2
 

C/C++ is going to get you as close to the metal as possible, but don't discount .NET for this-- if you're going to be interfacing with a video camera, you'll probably have easier access to video processing modules, etc, with a higher level language.

alc6379
Cookie... That's it
Team Colleague
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You