Discussion Title | Created date |
---|---|
Studio 7 doesn't break on breakpoint in assembly code I use Imagecraft to compile my code. Then I open the cof file with studio 7. Some of my code is in C and some is in assembly. I can set breakpoints on the C portion and studio 7... |
Tuesday, 7 June 2016 - 14:58 |
How to re-enable SPI with Studio 7 and Atmel-ICE I'm using an ATmega88 and I was able to switch to debugWire to debug my code with Studio 7. Now I'd like to switch it back to SPI to use the Device programming interface, but I... |
Thursday, 26 May 2016 - 14:46 |
AVR Studio 4 doesn't see anymore my JTAGICE mkII on Windows 10 I had studio 4 running on my windows 8 and I used it with my jtagice mkii. Then I upgraded to windows 10 and studio 4 still worked. Then the other day it stopped working: the... |
Tuesday, 1 March 2016 - 10:16 |
Alter the program counter via Studio 7 GUI I have a fault code where my micro jumps when something, well, fault. It's a non exiting function, at the end of it there is a while (1) to just refresh the watchdog. At the... |
Friday, 18 December 2015 - 13:54 |
Bootloader progamming itself. How? Hello. For my XMega256 application I wrote a simple bootloader to reprogram the application section, it's working as expected and I'm fine with it. Now I'd like to explore the... |
Thursday, 17 May 2012 - 12:54 |
C functions for reading and writing XMega Flash memory I read all the application data about self programming, I got the sp_driver.s, but I'm still wondering: any chance someone has the C code for programming the XMega? Why there is... |
Tuesday, 17 April 2012 - 10:27 |
Debugging issues I built my project for the XMega256A3 with Imagecraft toolchain then I was used to open the .cof file with AVR Studio 4 to debug it with the JTAGICE MKII. I'm trying the new AVR... |
Friday, 11 March 2011 - 14:31 |
Breakpoint gone mad Today I was working with my JtagIce mkII plugged on an XMega when suddendly I wasn't able to put a breakpoint on my code anymore. I mean, I have breakpoints on the code, I changed... |
Thursday, 10 February 2011 - 16:19 |
[XMega] How to place a function over 64k I'm using an xmega256A3. I need to place a function at the end of my program area, so over the 64k address. My compiler is imagecraft. Can someone help me? TIA |
Wednesday, 20 January 2010 - 10:52 |