Discussion Title | Created date |
---|---|
Eclipse - very long compilation time for Xmega. Hi Colleagues, I have installed as follows: - Eclipse JUNO IDE, - AVR plugin 2.4.1, - Atmel toolchain from Atmel Studio 7. And everything works fine (compilation... |
Friday, 18 September 2020 - 13:14 |
XMEGA E ADC - calibration? Hi Colleagues, I'd like to calibrate Xmega E5 ADC with values written into Flash and do as follows: - we have ONLY one 8-bit register ADCA.CAL whose description is as... |
Friday, 18 September 2020 - 12:58 |
Xmega 16E5 - ADC basics... Hi everyone, I'd like to write simple functions for configuring and reading ADC (by pooling). Could you look at them to make me sure that they are right? I ask you because I get... |
Saturday, 28 December 2019 - 20:03 |
Xmega 16E5 - compilation problem. Hello colleagues. I came across following compilation error (linker error) during compilation of simple Xmega16E5 project: make all 'Building target:... |
Friday, 20 December 2019 - 17:37 |
Xmega E ADC event triggered. Hello, Could anybody explain me how to set the ADC to make it triggered by event chanel 0? I know that it should be set as follows: - EVCTRL register, EVSEL bits... |
Sunday, 24 November 2019 - 08:58 |
Xmega E-series definitions... Hi everyone, I've noticed there is no registers definitions regarding xmega16e5. I couldn't find CTRLB -> TRNINTLVL[1:0] and SRCADDCTRL register... |
Wednesday, 20 November 2019 - 10:32 |
ATXmega E-series EDMA - settings. Hi Colleagues, Is there anybody who used ATXmega E-series EDMA? I'd like to ask some questions regarding EDMA settings? Best regards... robiw |
Tuesday, 19 November 2019 - 14:39 |
ATXmega E-series ADC settings. Hi everyone. First, I have been using Mega/Tiny devices for many years but now I'd like to start using ATXmega devices E -series. But I don't know how to set the ADC to make it... |
Tuesday, 19 November 2019 - 13:56 |
Problem with pgm_get_far_address macro. Please, help... Dears, I defined some big arrays in the program space as follows: const uint16_t Picture[] PROGMEM = {....} As they crossed the 64kb limit, I had to use macro ... |
Tuesday, 7 March 2017 - 12:06 |
Statement has no effect PSTR - ? Hi Guys, I'd like to ask you for the problem you could came across. In my program I tried to use following: 1. strcasecmp_P( CmndPtr, PSTR( "string" ) 2. strpbrk_P(Command, PSTR... |
Saturday, 18 August 2012 - 09:37 |