Discussion Title | Created date |
---|---|
Atmel Studio 6.2 upgrade/uninstall problem Hi, after some years of absence I started a new project a few weeks ago. As I got a new Laptop for my workbench I had to set up a new toolchain. I decided to switch from WinAVR to... |
Wednesday, 25 February 2015 - 21:25 |
WinAVR update trouble Hi, just one more. The Update from 20070127 to 20100110 starts to drive me crazy After fixing my last issues https://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic... |
Wednesday, 27 January 2010 - 12:57 |
"Data loss" when updating WinAVR Hi, while trying to solve my first problem (https://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=88925) I figured out, that WinAVR-20100110 does not put all... |
Tuesday, 26 January 2010 - 14:15 |
Change from 162->324p, boot code does not fit anymore? Hi, In an older project I had to change my uC from ATmega162 to ATmega324P. I did a small bootloader in the past which is OK for me and that I already successfully migrated to an... |
Tuesday, 26 January 2010 - 09:14 |
SRAM integrity / heap & stack / strategies Hi, one more post related to memory layout / heap and stack sizes ;-) While playing around with some global buffer sizes I figured out some strange behaviour and crashes of my... |
Thursday, 30 July 2009 - 10:19 |
Wrapping printf_P / va_list and warning Hi, I added the follwing code lines to my curent project to make code more readable and consuming less space void TestModeMsg(PGM_P string, ...) { IfNotTestMode() return;... |
Wednesday, 18 February 2009 - 12:35 |
Code-, RAM size problems and other strange behaviour Hi, in my current project I encounterered a strange behaviour of my application when re-compiling the sources for a different processor type. The application was doing well on two... |
Monday, 10 November 2008 - 08:08 |
AVRISPmkII and avrdude, Part II Hi, just did the same installation on a different machine. Now I have trouble accessing the AVRISPmkII :-( Installation WinAVR 20070122, Studi v.13, libusb-filter 0.1.12.1,... |
Tuesday, 22 May 2007 - 13:40 |
Programming speed AVRISPmkII / avrdide Hi, for years I've been using a STK200 clone and avrdude. Unfortunatly parallel ports get rare these days. So I bought an AVRISPmkII USB programmer. After fixing the libusb... |
Monday, 21 May 2007 - 16:00 |
OT? software documentation / design concepts I'm doing different projects/designs with microcontrollers (ATmega), DSPs (M, ADI) and small Windows applications. I'm working on my own on these projects, but in future there... |
Wednesday, 1 June 2005 - 08:58 |
AVR Programmer with FT2232 Has anybody started a programmer project with the FT2232 yet? I had a short look on the FTDI web site and this chip looks interesting to get rid of the parallel port wigglers... |
Wednesday, 25 May 2005 - 06:28 |
Memory differences by changing from m8535 to m32 Hi, just one strange thing (for me...). Currently I'm upgrading a project from the mega8535 to the mega32. I just changed one line in my makfile MCU=atmega8535 to MCU=atmega32 and... |
Thursday, 10 March 2005 - 09:58 |