data breakpoints in avr studio

Posted by Art Spasky on Stack Overflow See other posts from Stack Overflow or by Art Spasky
Published on 2010-04-22T08:21:45Z Indexed on 2010/04/22 8:23 UTC
Read the original article Hit count: 413

Filed under:
|
|

I want to set data breakpoint for TCNT1 register of ATMega16 in AVR Studio 4.17 Build 666. I add breakpoint by specifing in the Location field of "Add data breakpoint" window the value IO@0x2C. But breakpoint seems not work.

Can some one help me how to setup a data breakpoint for an IO reginster?

© Stack Overflow or respective owner

Related posts about avr

Related posts about debugging