AVR GCC Library of AVR Studio – An Overview
In embedded C, pre defined libraries play very important role to compile a program and significantly reduces the code size for particular. However, the optimization and the output file size are very much dependent upon the compiler. In AVR Studio predefined library is pretty big. And, it is a very complex one. To offer portability, there a huge amount of work has been made in its Header files. Plus, they have been successful to keep the rules for its Embedded C closer to the ANSI C. They resolved the register addressing problem by defining Macros with the same of corresponding…
Read More
Recent Comments