Discussion Title | Created date |
---|---|
AVR32 for Automotive. Hello Guys, Is there any AVR32 MCU with CAN controller support ? - i searched the site and i found all the Automotive MCUs are 8-bits. If there is anybody can help me, please... |
Wednesday, 14 April 2010 - 13:15 |
Random Number Generation Well it seems weird .. but i urgently need to know how can i generate completely random number which differs every time i start the controller ? i am using WinAVR-20090313 +... |
Tuesday, 2 June 2009 - 21:14 |
Questions about ATmega406 Hello All, i need to ask about the atmega406 controller. is it fully supported from WinAVR ? and also what is the difference between the Coulomb Counter - Dedicated Fuel Gauging... |
Sunday, 24 May 2009 - 21:04 |
FreeRTOS Application Now i am newbie in the RTOS application world and i want to make my first RTOS application with FreeRTOS on Target ATmega32 with 8Mhz. crystal. does anyone have a DETAILED... |
Tuesday, 12 August 2008 - 23:47 |
USB Driver. Anybody knows how to make an USB interface to ATmega series with low clock (8 MHz for example). i am newbie in this topic. So, Any material may be useful Thanks in advance. --A.El... |
Thursday, 24 July 2008 - 18:58 |
Multi-Slave RS-232 Can i connect multi-slave RS-232 Devices and send to them from master MCU and receive from both of them ?! assuming the presence of bus arbitrator by SW of course. |
Sunday, 29 June 2008 - 23:40 |
Array Compare hello there, are there any library in the winAVR that has a function that makes 2 arrays compare and return the result ?! i know it is an easy function to be implemented,... |
Saturday, 28 June 2008 - 22:38 |
EEPROM has blown up my AVR :( i don't know what happened !! but when i tried to make a program to write in the EEPROM of the ATmega8515, the MCU just didn't work right and the STK500 doesn't start IF this... |
Wednesday, 25 June 2008 - 23:34 |
AVR Butterfly Order - Digikey i am so saad :( i received my new AVR Butterfly from Digikey without the LDR .. is that normal ?!?! |
Tuesday, 24 June 2008 - 23:34 |
Floating Point Case Hey Folks, i have a strange behavior from my ATmega8515 when i write a code like: int main(void) { DDRB = 0xFF; PORTB=0xFF; float a=1.22; float b=1.22; float c; c=a+b... |
Sunday, 22 June 2008 - 20:13 |
includes problem now folks i have a strange problem .. i made a .c file called main.c and i made a library file called USART.h and USART.c when i put both the implementation and the prototypes in... |
Friday, 13 June 2008 - 22:17 |
Question in FreeRTOS Dear Friends, i have a quite small problem and i wish i can find a solution with you. i use FreeRTOS for the first time (on ATMEGA32), and i wanted to make a small... |
Monday, 24 March 2008 - 23:01 |