Discussion Title | Created date |
---|---|
ATmega4809 Xplained Pro USB USART Do I have it right that if I send anything out on USART1 it should come out of the USB/CDC port? (Com21 on mine) Is there anything that needs to be bridged? It seem not. |
Wednesday, 13 June 2018 - 05:57 |
Xmega128D4 RXC int not happening. Of course it must be me but I can't see why it's not working. Other interrupts are working (ie sei();). The RXCIF flag is on, interrupt level set at high (see below) but no... |
Saturday, 12 May 2018 - 01:53 |
Removing files with bad filenames from project I accidentally had 3 files with a space in their file name (late at night etc.) Now I can't remove them from the project, right or left clicking on the file or sneaking up... |
Wednesday, 9 May 2018 - 08:26 |
Xmega128D4 32MHz clock PLL problem? I'm trying to change the system clock from the external crystal @16MHz to PLL x2 using the external crystal @16MHz as the clock source. The code was generated by the CV... |
Monday, 30 April 2018 - 16:05 |
Quadruple Dutch warning I imported a project into AS7 and after some fiddling got it to compile and run correctly, however I get 3 warning I would like to get rid of. One of the changes I... |
Sunday, 22 April 2018 - 08:32 |
Xmega128D4 pro/cons?? I need a chip that is similar to this to drive a GLCD. I can get this from Farnell next day which is surprising. I have lots of Xmega32E5 but no room to move upwards if... |
Friday, 13 April 2018 - 00:38 |
XM32E5 interesting clocktale No, not cocktail...... Not a big thing but I have spent the best part of an hour solving this so someone may benefit. Working on some modules with the Xmega32E5... |
Sunday, 4 February 2018 - 05:47 |
How to Use C's volatile Keyword I came across this, maybe it should be a sticky along Cliff's tutorial? https://barrgroup.com/Embedded-S... |
Thursday, 8 June 2017 - 03:55 |
Microchip/Atmel support page Making a sticky for now as it is likely to be asked again, and also to give people a thread to complain if they wish to do so. Please contact Microchip support For those... |
Thursday, 27 April 2017 - 21:26 |
SAMd21 how to modify register values?? I'm clickin' but it ain't happenin' With AVRs I can change (at least I could) the register values by clicking on the register and enter a new value for it, can't do it with the... |
Sunday, 19 March 2017 - 23:03 |
Stepup/stepdown regulator module (now generator) I'm in the middle of trying to fix up someone else problem. I need a small regulator module with (was 1.5V) 3-5V minimum to 12V (or higher) input and a fixed 5V@ ~1A out... |
Tuesday, 14 March 2017 - 08:08 |
Header files in AS7 This of course applies to the AVR related Studio. I have just realised that, unlike AS4, there doesn't seem to be different section for header files and C files. Looking at... |
Saturday, 11 March 2017 - 03:14 |