Discussion Title | Created date |
---|---|
Failed to initialize ASF distribution Hi, I was trying to open some Example project from Microchip (Atmel) Studio 7.0.2542: Microchip Studio 7 (Version: 7.0.2542 - ) © 2020 Microchip Technology, Inc. All... |
Monday, 10 January 2022 - 18:47 |
Variables changing in function call Hi, I'm calling function from main program, function is located in the same file as main program: #define..... #include .... void function2(uint8_t a, uint8_t... |
Thursday, 16 September 2021 - 13:46 |
XMEGA RTC without interrupts Hi, I'm trying to make stopwatch. I'm counting impulses from RTC, as per code bellow: //Initial code OSC.CTRL |= OSC_RC32KEN_bm; do { } while ( ( OSC.STATUS &... |
Friday, 11 December 2020 - 09:56 |
Xmega A3U I2C STOP signal missing Hi, I', trying to communicate with EEPROM ON-Semicon-ON-CAT24C128WI. I created following program. I order to made easy readable, source code is attached in PDF. WP... |
Tuesday, 22 October 2019 - 16:02 |
SPI not working well Hi, I worked with following code on ATXMEGA128a4U to create SPI communication: #define SPI_PORT PORTC #define SPI_MOSI 5 #define SPI_MISO 6 #define SPI_SCK 7 #define SPI_SS 4 #... |
Saturday, 15 June 2019 - 20:18 |
Unstable clock on ATXMEGA128A4 Hello, I used following code for using external 16Mhz Crystal and setup Timer to generate signal to be 1Mhz: #define F_CPU 32000000UL #include <avr/io.h> #... |
Monday, 3 June 2019 - 14:06 |