Discussion Title | Created date |
---|---|
Issue when using printf on Atmega256RFR2 Hello, I'm trying to use the stdio functions on an Atmega256RFR2 through the UART interface. I have firstly tested the basic UART functions and everything is ok, I can retransmit... |
Sunday, 6 April 2014 - 17:21 |
FAT FS ChaN's lib can't write in file Hi guys ! I use the FAT FS ChaN's lib on a SD card (1Go, block 512 bytes) and an AVR to manage files for an MP3 player. To check if code is OK, I tried to create a file and write... |
Monday, 24 August 2009 - 08:38 |
ATmega32 ADC Hey guys ! I'm trying to get the ADC working on an ATmega32. The adc_value() function doesn't work in a finite loop (for) or when I use it only one time. The function returns 0... |
Sunday, 27 July 2008 - 17:51 |
Attiny13 and External Interrupt Hello, The external interrupt INT0 on my Attiny13 doesn't work. This is the code : #define F_CPU 1000000UL #include #include #include #define CAPTEUR PB0 #define SORTIE... |
Sunday, 20 April 2008 - 16:41 |