Ds1307 codevisionavr code#
Ds1307 codevisionavr full#
The MEDIUM and LARGE memory models allow full FLASH addressing for chips like ATmega128, ATmega1280, ATmega2560, etc, the compiler handling the RAMPZ register totally transparently for the programmer. 4 memory models: TINY (8 bit data pointers for chips with up to 256 bytes of RAM), SMALL (16 bit data pointers for chips with more than 256 bytes of RAM), MEDIUM (for chips with 128k of FLASH) and LARGE (for chips with 256k or more FLASH). This optimizer is available as Standard in CodeVisionAVR, at no additional costs, not like in our competitor’s products. Common Block Subroutine Packing (what our competition calls “Code Compressor”), replaces repetitive code sequences with calls to subroutines. Advanced variables to register allocator, allows very efficient use of the AVR architecture Accessing the EEPROM & FLASH memory areas Fast floating point library with hardware multiplier and enhanced core instructions support for all the new ATmega chips.
Supported data types: bit, bool, char, int, short, long, float.Editor with auto indentation, syntax highlighting for both C and AVR assembler, function parameters and structure/union members autocomplete.Easy to use Integrated Development Environment and ANSI C compatible Compiler.