-
Tue 11 Dec 2012 02:42:22 PM CET
Using _crc_ccitt_update() gives the wrong result. You can verify the result by comparing it with known good implementations, e.g. the XMEGA CRC module, the Boost libra…
-
Fri 07 Aug 2009 12:41:28 PM CEST
When using -std=c99 in conjunction with ATxmega128A1 the following example code from the website for Xmega (Application node AVR1300: Using the XMEGA ADC) does not co…
-
Mon 07 Mar 2011 10:51:38 AM CET
Issue-1:
Before #elif defined(**_AVR_ATmega640_**) \, one more #elif is present.
Issue-2:
do/while mismatch for power_all_disable() for Xmega A series of devices
A…
-
Wed 09 Mar 2011 08:03:03 AM CET
AVR-GCC has a NVM_PROD_SIGNATURES_t which contains all the registers of the production signature row. However, when loading from the signature row, you need the offset…
-
Thu 19 Mar 2009 10:17:10 AM CET
When including , this file in turn includes
. As there's currently no EEPROM API implemented
for Xmega devices, this file throws errors. The only reason
for includin…
-
Mon 15 Feb 2010 02:59:39 PM CET
GPIO and CPU are defined in terms of these missing types and are thus unusable.
For instance:
#define CPU (*(CPU_t **) 0x0030) /** CPU Registers */
All xmega hea…
-
Tue 04 May 2010 06:05:21 PM CEST
The function prologue and epilogue code (in list files **_prologue_saves_** and **_epilogue_restores_**) finish by clearing interrupts, changing the stack pointer, th…
-
I'm trying to get dfu-util to work with a runtime DFU interface, which is interface 1 of a composite HID device. WCID has been used to load the WinUSB driver for this interface successfully.
You ca…
-
Possible we can implement FTDI compatible MPSSE mode support in SAM3U, which would immediately give us things like OpenOCD supported JTAG/SWD.
Would require a command to switch endpoints to MPSSE m…
-
## libusb0.dll missing
At Embeetle IDE, we provide one of your Windows releases on our download server. One of our users experienced the following error on Windows 10 when trying to run the executa…