Discussion Title | Created date |
---|---|
Which debuggers work with AS7/1645 ? I came back to programming AVR-devices. It is an several years old design based on an ATmega32. I have a whole bunch of debuggers available, but none is working... |
Sunday, 11 February 2018 - 15:22 |
JTAGICE3 upgrade failes WDAPI1200.DLL missing I ran into problems when trying to connect a JTAGICE3 to AS 7.0/1645 Upgrade within AS70 failed, therefore I tried to do it form commandline. For this, I downloaded... |
Sunday, 11 February 2018 - 15:16 |
static library: undefined reference error ... I am trying to bring some functions into a static library. But I get undefined reference errors for all functions form the library which are used in the main project (AS 7.0)... |
Thursday, 8 February 2018 - 16:33 |
Tool for setting up your µC ... I have been pretty inactive with my µC-projects for the last years. Now, I want a revival for an old project powered by a Atmega32. I remember, I... |
Tuesday, 6 February 2018 - 21:42 |
AT90CANxxx - Error management on CAN-Bus A few years before I started using the AT90CANxxx types for my own CAN-based projects. This worked okay for me, as I used the same bit-rate setting for all my nodes at... |
Sunday, 8 February 2015 - 20:25 |
Which is the best bootloader for a AT90CANxxx ? I have developed a USB<->CAN-Bus "DOngle" which works good for now. One is for my lab, 3 or 4 more are working somewhere else. for these, I would like to provide an... |
Sunday, 8 February 2015 - 19:45 |
Wrong line highlighted while debugging I updated to AS 6.2 These days and try now to debug an older Project. Firmware of my JTAGICE3 was also updated. Sometimes my Debugging worked okay, but now I land on... |
Monday, 22 December 2014 - 08:36 |
breakpoints cannot be reached are out-of-Sync I updated to AS 6.2 These days and try now to debug an older Project. Firmware of my JTAGICE3 was also updated. Sometimes my Debugging worked okay, but now I land on... |
Sunday, 21 December 2014 - 16:56 |
USART: example needed for interrupt-driven transmission I have problems sending data through the USART. The data should be sent in packets of 14 bytes. But the process simply does not stop. I am sure that something is wrong with my... |
Friday, 3 January 2014 - 17:31 |
debugging/watching classes in AS6.1 It is the first time I use C++ for one of my projects. Even more stupid, I tried to modify an existing (and more or less working) project and replaced parts of the code for use of... |
Wednesday, 1 January 2014 - 21:25 |
error compiling wdt_enable in c++ this line wdt_enable(WDTO_500ms); raises an error at compile-time: Quote:Fehler 2 1761 : cast from pointer to smaller type 'uint16_t' (aka 'unsigned short') loses information Z... |
Wednesday, 1 January 2014 - 18:25 |
library: is the correct device necessary ? I have written some functions for a circular buffer. These functions should be available as a library for further usage in several Projects. The library contains no hradware... |
Saturday, 28 December 2013 - 17:23 |