data breakpoints in avr studio
- by Art Spasky
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?