Discussion Title | Created date |
---|---|
Yet Another Bootloader + Application Build Question on ATXMega32E5 Apologies in advance if this has been answered, or proven impossible, but I painfully searched for hours but could not lay eyes upon either. More apologies for being... |
Tuesday, 12 January 2021 - 22:38 |
AS7 Watch Window Acting Funny...Solved by Unchecking GDB Box I started using AS7 about 2 months ago and never noticed anything odd. I saw that ASF had notched up by 0.0.1 to 3.34.2, so I installed it. From that point... |
Friday, 4 August 2017 - 14:20 |
Freak looking for at45dbx_mem.c and at45dbx_mem.h... I'm probably just tired, but I cannot seem to find a copy of at45dbx_mem.c or at45dbx_mem.h on the entire internet (ok, only the first three pages of it, but did I mention - I'm... |
Wednesday, 26 July 2017 - 03:01 |
How to print the names of the files in a project? I'm using AS7.1417. Is there an "easy" way to print the names of the files used in a project? In this case, my project files are added as links. Thanks. |
Thursday, 13 July 2017 - 16:17 |
Mass Storage Device recognized by Windows 7 - but no drive icon ... sad face I know this topic has been discussed at great length - but I just can't remember the details, or where I saw it...my apologies. The problem is classic, everything seems... |
Thursday, 28 April 2016 - 00:41 |
Variables now "Optimized away" I too have SOME global variables now, "Optimized away", in C, using AStudio 6.1.2674, SP1, JTAGICE3, on ATXMega256A3U. Again, only some global structs have this issue, so I'm... |
Thursday, 27 June 2013 - 17:08 |
What are the GPIO registers used for? Thanks in advance for any information about the purpose of the GPIO registers in the XMega. |
Wednesday, 23 January 2013 - 17:01 |
Can XMega CRC-CCITT be adapted for Modbus CRC? The XMega 16-bit CCITT polynomial generator is 0x1021, and since this cannot be changed (to my knowledge), I was wondering if the input data stream could be altered on the fly to... |
Friday, 24 August 2012 - 16:23 |
Does the XMEGA TWI master always set RIF after SLA+R? I've seen posts with polling loops that look something like this: ... TWIC.MASTER.ADDR=(address<<1)|0x01; //enter MR mode //wait for data while (!(TWIC.MASTER.STATUS &... |
Thursday, 12 July 2012 - 15:47 |
No clock_prescale_set(), wdt_disable() for XMega? Ok freaks, I can't seem to find the definitions for clock_prescale_set() and wdt_disable() for the ATXMega256A3B. The wdt_enable() inline assembly macro is there, but these... |
Thursday, 28 June 2012 - 17:05 |
Section Control I have a collection of C-language data structures that must be ordered in SRAM at fixed distances from each other, so they appear at proper offsets during block transfers out of... |
Wednesday, 6 June 2012 - 16:01 |