| Author |
Message |
nihal_2000
Joined: 31 Aug 2009 Posts: 20 Location: India
|
07 Nov 2009 3:59 Is it possible to use Coldvision AVR C source in AVR studio? |
|
|
|
|
Hi guy's
I wanted to some project. I found similar project code in Codevision AVR C. I am using AVR studio, can I use the same c program in AVR studio without any change. Code includes C source fiel, PRJ file and .hex file.
Program is written in C, I think it can be used with some modification, If that is the case then please guide me what modification it needs?
What is the difference between Codevision AVR C and atmel AVR C compiler?
Please guide me…..thanks to all!
|
|
| Back to top |
|
 |
ChrisC
Joined: 30 Sep 2009 Posts: 34 Helped: 8 Location: London, UK
|
09 Nov 2009 11:25 Is it possible to use Coldvision AVR C source in AVR studio? |
|
|
|
|
| The main difference is that Atmel doesn't actually provide a C compiler with AVR Studio...
|
|
| Back to top |
|
 |
Google AdSense

|
09 Nov 2009 11:25 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
nandhu015
Joined: 11 Feb 2006 Posts: 640 Helped: 46 Location: Tamilnadu, India
|
09 Nov 2009 12:13 Is it possible to use Coldvision AVR C source in AVR studio? |
|
|
|
|
Sorry, you cannot use codevision program directly in avr studio. (Assuming that you are using winavr)
You have to modify a little bit and it is so simple.
|
|
| Back to top |
|
 |
nihal_2000
Joined: 31 Aug 2009 Posts: 20 Location: India
|
09 Nov 2009 12:58 Is it possible to use Coldvision AVR C source in AVR studio? |
|
|
|
|
Thanks Nandhu,
Could you please guide me, as what sort of modification it requires.....?
Thanks to all!
|
|
| Back to top |
|
 |
chanchal.chauhan
Joined: 23 Apr 2009 Posts: 37 Helped: 2
|
11 Nov 2009 12:43 Re: Is it possible to use Coldvision AVR C source in AVR stu |
|
|
|
|
Hi Nihal,
Good to see u
I think win avr gcc compiler is suitable for AVR studio.
The difference between Codevision AVR C and atmel AVR C (Win AVR) compiler is the syntax.
You have to change the syntax for compiler to compiler. Each compiler is having there own syntax & header file.
Syntax is to access the internal peripheral & I/O port of the microcontroller.
Regards
Chanchal
|
|
| Back to top |
|
 |
nihal_2000
Joined: 31 Aug 2009 Posts: 20 Location: India
|
18 Nov 2009 4:26 Is it possible to use Coldvision AVR C source in AVR studio? |
|
|
|
|
| Thanks Chanchal, it helped me a lot!
|
|
| Back to top |
|
 |