Discussion Title | Created date |
---|---|
Why is GET_FAR_ADDRESS not official? Okay, it seems I now have the stupid questions' day. I wonder, once there is support for _far code memory access in avr-libc (pgmspace.h and stuff), why did not GET_FAR_ADDRESS -... |
Thursday, 16 April 2009 - 10:28 |
Why does .heap overlap .bss? I tried to write my version of malloc(), and found out that .heap overlaps with .bss. My present understanding of things is, that .heap section is presently generated somewhere in... |
Thursday, 16 April 2009 - 09:18 |
Structured exceptions in C in avr-gcc? Do you, avr-gcc experts, have any tricks, recommendations etc. how to achieve structured exceptions (try-catch-finally-anything) in C in avr-gcc? Thanks, JW |
Thursday, 16 April 2009 - 09:13 |
Output-to-input timing I have an external memory-like device connected to ATMega128 (X=14.7456MHz), with 8-bit data connected to a port and a /RD signal "manually" bit-banged by an another port's pin.... |
Wednesday, 25 March 2009 - 13:49 |
How to enforce alignment of array? I just have finished a set of functions and I want to pass them on to other users of our hardware, preferrably in form of linkable binary object or library. However, for sake of... |
Thursday, 12 February 2009 - 09:10 |
more avr-gcc inline assembler goodies: constraints While I now agree it's better to avoid the inline assembler, I thought it's faster to debug it as it is now. The error I made was the following: #define SOMECONSTANT 12... |
Monday, 2 February 2009 - 13:52 |
avr-gcc inline assembler labels I just have learned something about the inline assembler's labels: I am using routinely L1%=, L2%= etc. and have no problems so far (sort of boring, maybe, but those assembler... |
Friday, 30 January 2009 - 13:36 |
static variables missing from map file Anybody knows, why are variables declared as static - no matter whether explicitly initialised or not, local or global - missing from the map file? avr-gcc (GCC) 4.2.2 (WinAVR... |
Thursday, 29 January 2009 - 12:22 |
Is it worth to update to WinAVR081205? I can't find any comprehensive changelog for WinAVR (not even a hint of it). Anybody knows what's new in this version, as compared to the previous few versions (I am currently... |
Monday, 8 December 2008 - 09:14 |