anyone knows chip programming with c

Reply

Join Date: Jul 2008
Posts: 4
Reputation: dongzhe is an unknown quantity at this point 
Solved Threads: 0
dongzhe dongzhe is offline Offline
Newbie Poster

anyone knows chip programming with c

 
0
  #1
Jul 28th, 2008
for my new job, i have to learn coding for the chips. i know c, but i don't have any idea about how to coding for chip. anyone can give me some hit where is good place to get start.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 3,803
Reputation: VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute 
Solved Threads: 501
Featured Poster
VernonDozier VernonDozier is offline Offline
Senior Poster

Re: anyone knows chip programming with c

 
0
  #2
Jul 28th, 2008
Originally Posted by dongzhe View Post
for my new job, i have to learn coding for the chips. i know c, but i don't have any idea about how to coding for chip. anyone can give me some hit where is good place to get start.

What kind of chip? Are you talking about microcontrollers? I use PIC microcontrollers, but there are a whole bunch of chip types and manufacturers and a whole bunch of C compilers. I would go to the manufacturer's web site and see if they list compilers that work with the chip you are interested in. For PIC microcontrollers, google searches of "PIC C compiler" and "PIC C book" gave a lot of good hits.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,851
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: anyone knows chip programming with c

 
0
  #3
Jul 28th, 2008
> for my new job
So does your new employer know this, and would presumably offer some training to get you up to speed?

Or did you just scam your way into a job you've got no skills to perform and now you're here to play "catchup" ?

Just so that we're all clear on who's doing the work and who's getting the paycheck for that work.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 4
Reputation: dongzhe is an unknown quantity at this point 
Solved Threads: 0
dongzhe dongzhe is offline Offline
Newbie Poster

Re: anyone knows chip programming with c

 
0
  #4
Aug 1st, 2008
Originally Posted by VernonDozier View Post
What kind of chip? Are you talking about microcontrollers? I use PIC microcontrollers, but there are a whole bunch of chip types and manufacturers and a whole bunch of C compilers. I would go to the manufacturer's web site and see if they list compilers that work with the chip you are interested in. For PIC microcontrollers, google searches of "PIC C compiler" and "PIC C book" gave a lot of good hits.

thanks man. we use pic18 serials. I get c complier which is picc and ide mplap from the company. I never have experience on embedded programming and chip things. so is there any hints or resourse could help me get start?
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 4
Reputation: dongzhe is an unknown quantity at this point 
Solved Threads: 0
dongzhe dongzhe is offline Offline
Newbie Poster

Re: anyone knows chip programming with c

 
0
  #5
Aug 1st, 2008
Originally Posted by Salem View Post
> for my new job
So does your new employer know this, and would presumably offer some training to get you up to speed?

Or did you just scam your way into a job you've got no skills to perform and now you're here to play "catchup" ?

Just so that we're all clear on who's doing the work and who's getting the paycheck for that work.
don't you think you are a really bitchy
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 14
Reputation: swaira umar is an unknown quantity at this point 
Solved Threads: 0
swaira umar swaira umar is offline Offline
Newbie Poster

Re: anyone knows chip programming with c

 
0
  #6
Aug 1st, 2008
hi
we did chip programming but not using C.We used Kiel software for chip Programming and to mold it according to our requirments.But in Kiel once you burn ur chip with your written program then you will not change the functionality of this burned chip.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 4
Reputation: dongzhe is an unknown quantity at this point 
Solved Threads: 0
dongzhe dongzhe is offline Offline
Newbie Poster

Re: anyone knows chip programming with c

 
0
  #7
Aug 1st, 2008
Originally Posted by swaira umar View Post
hi
we did chip programming but not using C.We used Kiel software for chip Programming and to mold it according to our requirments.But in Kiel once you burn ur chip with your written program then you will not change the functionality of this burned chip.

your chip don't have EEPROM data memory?
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 327
Reputation: Colin Mac is on a distinguished road 
Solved Threads: 22
Colin Mac Colin Mac is offline Offline
Posting Whiz

Re: anyone knows chip programming with c

 
0
  #8
Aug 1st, 2008
your chip don't have EEPROM data memory?
The program is written to flash program memory and can be rewritten. EEPROM data memory is used for storing data.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 241
Reputation: ssharish2005 is on a distinguished road 
Solved Threads: 20
ssharish2005's Avatar
ssharish2005 ssharish2005 is offline Offline
Posting Whiz in Training

Re: anyone knows chip programming with c

 
0
  #9
Aug 3rd, 2008
Originally Posted by dongzhe View Post
thanks man. we use pic18 serials. I get c complier which is picc and ide mplap from the company. I never have experience on embedded programming and chip things. so is there any hints or resourse could help me get start?
Well, if you don't have any experience of working on embedded programming. You should start get some book on PIC controller and learn. Embedded programming is something different programming paradigm compared to normal programming. You are limited to so many and you got achieve your solution with those boundaries. I would personally think you need to buy so good book on PIC. Most probably the book would more concentrating on a single board. I mean the author would choose a board and he goes thought it through the book. One if you can get hold on the terminologies and techniques you should be fine in programming any other controller, provided you have the schematic and the Manuel for that board!!

ssharish
Last edited by ssharish2005; Aug 3rd, 2008 at 11:09 am.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 14
Reputation: swaira umar is an unknown quantity at this point 
Solved Threads: 0
swaira umar swaira umar is offline Offline
Newbie Poster

Re: anyone knows chip programming with c

 
0
  #10
Aug 4th, 2008
hmmmmmmmm
well we did programming bt nt up to this level we had just a course of microprocessor, there we got some idea and we stores data either at ports or on pins of microprocessor just as programming concept
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC