امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
دانلود CodeVisionAVR V2.05.0 Advanced
نویسنده پیام
p3rtic@n آفلاین
کرکر حرفه ای
**

ارسال‌ها: 78
موضوع‌ها: 25
تاریخ عضویت: مرداد ۱۳۸۹

تشکرها : 5
( 226 تشکر در 64 ارسال )
ارسال: #1
Cool  دانلود CodeVisionAVR V2.05.0 Advanced
سلام
اینم آخرین ورژن از نرم افزار کدویژن CodeVisionAVR V2.05.0 Advanced
[تصویر:  ?di=812936947789]

در ضمن وقتی می خواهید برنامه رو نصب کنید سریال می خواد که اینه
zzxj926uyjktha349jkhjue%qtnmrz9

تشکرم یادتون نره :BiggrinBiggrinBiggrin

دانلود:Cool
مستقیم:
http://pertican2007.dl.rapidbaz.com/FX7Y...vanced.rar
میرور:
http://www.mediafire.com/?r59lhklr6ijbzk1
[left]
New features/bug fixes in CodeVisionAVR V2.05.0:

- added ADC support for ATxmega chips in the CodeWizardAVR
- added support for the ATmega8U2, ATmega16U2, ATmega32U2, ATmega32A chips in the C Compiler,
CodeWizardAVR and Programmer
- added support for the USB controller of the AT90USB82, AT90USB162, ATmega16U4 and
ATmega32U4 chips in the CodeWizardAVR
- added a new alphanumeric LCD library (alcd_ks0073.h) for the Samsung KS0073 controller
- improved configuration settings for ATxmega EBI SDRAM mode
- disabled the possibility to specify the SCK clock rate for SPI slave mode in the
CodeWizardAVR for non-ATxmega devices
- added code to clean up NVM controller command register after EEPROM write for
ATxmega chips
- fixed: when the EBI was configured in SDRAM 3P mode, the upper 4 bits of PORTJ
were not set as outputs for address lines A8..A11
- fixed: functions with __reset attribute were removed by the linker
- fixed: added code to ensure that RAMPX=0 after clearing/initializing more
than 65535 bytes of RAM in the start-up code for the ATxmega chips
- added the missing definitions of EBI_SDCAS_bm, EBI_SDROW_bm and EBI_CS_SDSREN_bm
used by the start-up code during EBI initialization for ATxmega chips
- corrected SP initialization for ATxmega chips when calling functions with
__reset attribute and external RAM enabled
- fixed: the compiler could produce incorrect code (hardware stack unbalance) when
adressing structure members in complex expressions using pointers, if the
member's offset is higher than 64-sizeof(member)
- fixed: because the ATxmega registers are not mapped to RAM, like in the rest of
the AVR chips, the addresses of global variables allocated to registers R2..R14,
obtained using the & operator, were not correctly passed as function arguments
- fixed: the CodeWizardAVR for ATxmega chips incorrectly set the upper 4 bits
of the USART BAUDCTRLB register for negative values of BSCALE
- corrected the signature for the ATtiny4313 chip in the programmer
- added new ATxmega ADC examples in the \EXAMPLES ATxmega\ADC directory
- updated the Help topics: CodeVisionAVR C Compiler Reference|Accesing the I/O Registers and
CodeVisionAVR C Compiler Reference|Bit Level Access to the I/O Registers with ATxmega
specific examples.

New features/changes in CodeVisionAVR V2.05.0, not available in old V1.25.x compilers:
a) Compiler:
- ANSI C compatible C front-end
- the bool data type was added
- the @ operator can now be used with variables located in EEPROM too
- the & unary operator can now be applied to I/O registers declared using the sfrb and sfrw keywords.
It will return a pointer to the RAM address where these registers are mapped.
- there is no need to specify the ‘flash’ or ‘eeprom’ memory attribute during structure or union type definition.
Therefore the same structure or union data type can be easily located in any memory area during variable declaration.
- the compiler now makes distinction between the ‘const’ type qualifier and the ‘flash’ memory attribute.
In order to maintain compatibility with V1.25.x projects, the Project|Configure|C Compiler|Code Generation|Store Global Constants in
FLASH Memory must be checked. If this option is not checked, identifiers declared with the ‘const’ type qualifier will be
placed in RAM.
- the Code Information tab, present in the Navigator after the first Build, displays detailed information regarding defined data types,
preprocessor macros, function and variables declarations, included header files, memory and register allocation
- the abs, cabs, labs and fabs functions were moved from the math.h header to the stdlib.h header
- the preprocessor does not use the old ‘funcused’ directive, when it is found it is always evaluated to 1
- added the #message preprocessor directive
- improved error and warning checking
- improved linker: only the modified C source files are compiled when the Project|Build command is executed
- improved COFF object file generator
- improved code optimizer
- enhanced libraries, including MMC/SD/SD HC FLASH Memory Card and FAT support
- I/O registers bits definitions were added to the device header files.
For projects created with prior versions, these definitions are not enabled by default.
In order to enable them the Project|Configure|C Compiler|Code Generation|Preprocessor|Include I/O Registers Bits Definitions
option must be activated.
For newly created projects, this option is enabled by default.
- in order to eliminate naming conflicts with I/O registers bits definitions, the names of the
SPCR0, SPDR0, SPSR0 registers were changed to SPCR, SPDR, SPSR in the following
header files: mega164.h, mega324.h, mega644.h, mega644p.h.
- in order to eliminate naming conflicts with I/O registers bits definitions, the names of the
PCINT0, PCINT1, PCINT2, PCINT3 interrupt vectors were changed to
PC_INT0, PC_INT1, PC_INT2, PC_INT3 in the following header files:
90usb1286.h, 90usb1287.h, 90usb646.h, 90usb647.h, 90usb162.h, 90usb162.h,
mega1280.h, mega1281.h, mega2560.h, mega2561.h, mega640.h, mega1284p.h,
mega162.h, mega164.h, mega165.h, mega168.h, mega168p.h, mega169.h,
mega324.h, mega325.h, mega325p.h, mega3250.h, mega3250p.h, mega328p.h,
mega329.h, mega329p.h, mega3290.h, mega3290p.h, mega406.h,
mega48.h, mega48p.h, mega644.h, mega644p.h, mega645.h, mega6450.h,
mega649.h, mega6490.h, mega88.h, mega88p.h,
tiny10.h, tiny13.h, tiny24.h, tiny25.h, tiny44.h, tiny45.h, tiny48.h,
tiny84.h, tiny 85.h, tiny88.h, tiny261.h, tiny461.h, tiny861.h, tiny2313.h.
If these interrupt vectors are used in your programs, their names must be updated.
- in order to eliminate naming conflicts with I/O registers bits definitions, the names of the
INT0...INT7 interrupt vectors were changed to EXT_INT0...EXT_INT7
in the following header files: mega1280.h, mega1281.h, mega2560.h, mega2561.h,
mega640.h, mega1284p.h, mega164.h, mega324.h, mega644.h, mega644p.h.
If these interrupt vectors are used in your programs, their names must be updated.
- removed the limitation: when a literal char string enclosed between quotes,
is passed as an argument to a function parameter of pointer to char,
the pointer now can point to any memory type: RAM, EEPROM or FLASH, not only FLASH like in previous versions.
The CodeVisionAVR C Compiler Reference|Constants Help topic and User Manual chapter were updated to reflect this change.[/left
]
(آخرین ویرایش در این ارسال: ۰۹-دى-۱۳۸۹, ۱۳:۲۲:۳۷، توسط p3rtic@n.)
۰۹-دى-۱۳۸۹, ۱۲:۳۷:۱۱
ارسال‌ها
پاسخ
تشکر شده توسط : reza555, ali_1500max, رسول, mahdi20, mhpc2009, h0x00i, reza_stb2002, amir00, hassanpour, abbasalifix
Mehdi_J آفلاین
تازه وارد

ارسال‌ها: 1
موضوع‌ها: 0
تاریخ عضویت: دى ۱۳۸۹

تشکرها : 0
( 0 تشکر در 0 ارسال )
ارسال: #2
RE: دانلود CodeVisionAVR V2.05.0 Advanced
بابا دمت گرم خیلی حال کردم، خیلی وقت بود دنبال CodeVision جدید برای ATXMEGA بودمHappy
۱۶-دى-۱۳۸۹, ۱۱:۲۶:۵۷
ارسال‌ها
پاسخ
h0x00i آفلاین
مدیر بازنشسته
*****

ارسال‌ها: 959
موضوع‌ها: 109
تاریخ عضویت: دى ۱۳۸۹

تشکرها : 2866
( 2450 تشکر در 949 ارسال )
ارسال: #3
RE: دانلود CodeVisionAVR V2.05.0 Advanced
دمت گرم شنیدم مشکلات نسخه قدیمی تر نداره وusb programmer پشتیبانی میکنه

:)

دوستان الکترونیکی پیشنهاد می کنم حتما برن python یاد بگیرن ...
پروژه ، مقاله ،... 
۱۷-دى-۱۳۸۹, ۲۲:۴۷:۳۰
وب سایت ارسال‌ها
پاسخ
ALI cv-c آفلاین
كاربر تک ستاره
*

ارسال‌ها: 41
موضوع‌ها: 4
تاریخ عضویت: دى ۱۳۸۹

تشکرها : 3
( 46 تشکر در 23 ارسال )
ارسال: #4
RE: دانلود CodeVisionAVR V2.05.0 Advanced
من با نسخه ی 2.03.09 استفاده میکنم.
اون کادر های سمت راست چین؟؟؟توی عکس ها زیاد دیدم اما این نسخه ای که من استفاده میکنم نداره!چجوری میشه ازشون استفاده کرد؟؟؟
در ضمن متشکر دارم!!!
۱۸-دى-۱۳۸۹, ۱۱:۱۱:۱۴
وب سایت ارسال‌ها
پاسخ
رسول غایب
بازنشسته
*****

ارسال‌ها: 2,458
موضوع‌ها: 237
تاریخ عضویت: دى ۱۳۸۸

تشکرها : 15003
( 20196 تشکر در 5767 ارسال )
ارسال: #5
RE: دانلود CodeVisionAVR V2.05.0 Advanced
اون کادرهای سمت راستی یکیش محیط برنامه نویسیه ... یکیش هم فرم کلی دستورات هستش که میتونی از روی اون برنامتو بنویسی و...

در کل اگه یکمی باهاش ور بری به محیطش عادت می کنی

----------------------------------------
اول وظیفه , بعد پرداختن به سایر امور
۱۸-دى-۱۳۸۹, ۱۳:۳۴:۴۹
ارسال‌ها
پاسخ
تشکر شده توسط : reza555
abdolrezae آفلاین
تازه وارد

ارسال‌ها: 4
موضوع‌ها: 1
تاریخ عضویت: بهمن ۱۳۸۹

تشکرها : 1
( 3 تشکر در 2 ارسال )
ارسال: #6
RE: دانلود CodeVisionAVR V2.05.0 Advanced
سلام
برای activation code چکار کنم؟
۰۵-بهمن-۱۳۸۹, ۱۲:۱۸:۴۶
ارسال‌ها
پاسخ
vega آفلاین
تازه وارد

ارسال‌ها: 2
موضوع‌ها: 0
تاریخ عضویت: بهمن ۱۳۸۹

تشکرها : 4
( 11 تشکر در 5 ارسال )
ارسال: #7
RE: دانلود CodeVisionAVR V2.05.0 Advanced
سلام
من میخوام کدویژن یاد بگیرم ولی نمیدونم از کجا شروع کنم،میشه کمکم کنید
اگه کتاب خوبی میشناسید یا...
مرسی
۲۰-بهمن-۱۳۸۹, ۱۹:۰۱:۵۳
ارسال‌ها
پاسخ
reza555 غایب
مدیر بازنشسته
*****

ارسال‌ها: 1,073
موضوع‌ها: 17
تاریخ عضویت: شهریور ۱۳۸۸

تشکرها : 3779
( 3261 تشکر در 1342 ارسال )
ارسال: #8
RE: دانلود CodeVisionAVR V2.05.0 Advanced
از اولش باید شروع کنید Biggrin
کتاب مرجع میکرو کنترلر های AVR پرتویی فر جلد طوسی رنگ کتاب بدون ایراد و مرجع خوبی هست

زندگی مدیریت فرصت هاست.
۲۰-بهمن-۱۳۸۹, ۲۱:۳۴:۰۱
ارسال‌ها
پاسخ
تشکر شده توسط : رسول, h0x00i
naatamam آفلاین
كاربر دو ستاره
**

ارسال‌ها: 117
موضوع‌ها: 2
تاریخ عضویت: فروردین ۱۳۸۸

تشکرها : 228
( 530 تشکر در 214 ارسال )
ارسال: #9
RE: دانلود CodeVisionAVR V2.05.0 Advanced
ورژن جدید کدویزن CodeVisionAVR V2.05.3 آمده کسی اگر کرک شده انرا دارد اینجا برای دانلود قرار دهد.

در ضمن به این ورزن 2.05.3 کلی کتاب خانه در رابطه با lcdهای گرافیکی اضافه شده است .
V2.05.3 Commercial Release

Compiler
added support for graphic LCDs with 160x80, 160x128 resolution and Toshiba T6963C controller
added support for graphic LCDs with 180x32 resolution and SED1520 controller
modified the glcd_putchar function (graphics.h) so that it fills the spaces between the characters with the background color
added the GLCD_CLEARBLOCK and GLCD_SETBLOCK modes to the glcd_block function from the hardware abstraction layer for graphic LCDs
CodeWizardAVR
fixed: when switching from the ATmega128 chip to ATmega103 the Mode options for External Interrupts 4 to 7 remained those of ATmega128
fixed: the comments for the code generated for disabling the Digital Input Buffers on AIN0 and AIN1 inputs were not correct for the ATmega48A/48PA/88A/88PA/168A/168PA/328/328P chips, altough the code itself was OK
fixed: entering an incorrect EBI base address resulted in an endless error message, without the possibility to correct it
Programmer
corrected the chip signature for the ATmega88A chip

[/align][/align][/align][/align][/align][/align]
[/align]

۲۴-تير-۱۳۹۰, ۱۶:۰۴:۱۱
وب سایت ارسال‌ها
پاسخ
تشکر شده توسط : h0x00i, رسول
forghan آفلاین
تازه وارد

ارسال‌ها: 10
موضوع‌ها: 3
تاریخ عضویت: بهمن ۱۳۸۶

تشکرها : 0
( 0 تشکر در 0 ارسال )
ارسال: #10
RE: دانلود CodeVisionAVR V2.05.0 Advanced
سلام
فايل از لينك دانلود بالا حذف شده لطفاً لينك دانلود جديد را قرار دهيد.
۲۵-بهمن-۱۳۹۰, ۱۷:۴۰:۱۱
ارسال‌ها
پاسخ
hosseinjamali آفلاین
تازه وارد

ارسال‌ها: 1
موضوع‌ها: 0
تاریخ عضویت: اردیبهشت ۱۳۹۱

تشکرها : 0
( 0 تشکر در 0 ارسال )
ارسال: #11
RE: دانلود CodeVisionAVR V2.05.0 Advanced
سلام
فايل از لينك دانلود بالا حذف شده لطفاً لينك دانلود جديد را قرار دهيد
۰۱-اردیبهشت-۱۳۹۱, ۱۸:۰۹:۱۱
ارسال‌ها
پاسخ


موضوعات مرتبط با این موضوع...
موضوع نویسنده پاسخ بازدید آخرین ارسال
  دانلود رایگان سورس ساعت حرم امام رضا (ع) ورژن 2 sina6479 3 5,371 ۲۶-اسفند-۱۳۹۶, ۲۲:۱۹:۴۴
آخرین ارسال: sajjad85
  دانلود فایل پی دی اف آموزش AVR از صفر تا بینهایت .. saeed450 3 52,136 ۰۱-بهمن-۱۳۹۶, ۱۸:۰۶:۴۲
آخرین ارسال: sakhtemoon
  دانلود مجموعه کتاب های آردوینو رسول 1 4,616 ۰۲-اردیبهشت-۱۳۹۵, ۰۰:۰۵:۰۹
آخرین ارسال: alimogmov
myBB [آموزشی] دانلود کتاب مرجع کامل میکرو کنترولر های avr milad15m 3 8,233 ۲۷-شهریور-۱۳۹۴, ۱۲:۳۶:۴۳
آخرین ارسال: mahdifaraji
  [آموزشی] Exclamation دانلود ویرایش دوم کتاب اصول کار با میکرو کنترلر های avr و کامپایلر بسکام a.mehran 0 3,259 ۱۷-آبان-۱۳۹۳, ۱۸:۵۵:۳۰
آخرین ارسال: a.mehran
  دانلود مجموعه ۳۶۰ مگابایت پروژه گردآوری شده برای میکروکنترلرهای avr omid_phoenix 2 6,022 ۲۹-شهریور-۱۳۹۳, ۱۰:۳۴:۵۵
آخرین ارسال: omid_phoenix
  [فوری] نمایش دمای منفی روی LCD با lm35 و ATmega16 با نرم افزار codevisionAVR ali khalili 3 5,408 ۱۷-فروردین-۱۳۹۳, ۱۵:۴۶:۱۸
آخرین ارسال: mh1762
  دانلود مجموعه 20 پروژه با avr lktra 5 7,361 ۰۷-اسفند-۱۳۹۱, ۲۳:۵۶:۵۸
آخرین ارسال: sharin
  دانلود C0deVisi0nAVR_V2.05.3_FULL p3rtic@n 2 4,580 ۲۶-بهمن-۱۳۹۰, ۲۳:۳۹:۲۹
آخرین ارسال: apcog
  دانلود فیلم های آموزش AVR poiut 2 5,398 ۰۴-بهمن-۱۳۹۰, ۱۶:۲۱:۳۱
آخرین ارسال: saeed450

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان

صفحه‌ی تماس | IranVig | بازگشت به بالا | | بایگانی | پیوند سایتی RSS