Problem with AVR studio debugger reseting
2005-04-10 by wbounce
More info Looking at the aps file AVR studio generates I noticed these
differences in the XML
>From problem project .aps file
- <AVRSimulator>
<FuseExt>0</FuseExt>
<FuseHigh>93</FuseHigh>
<FuseLow>60</FuseLow>
<LockBits>20</LockBits>
<Frequency>15999998</Frequency>
<ExtSRAM>0</ExtSRAM>
<SimBoot>0</SimBoot>
</AVRSimulator>
My board is configures as
extended : 0xff
high : 0x89
low : 0x3f
My figures are in hex I do not know if the .aps file is using hex or
decimals.
I am guessing hex. Which means in the high fuse I have a different boot
size (no big deal) and my CKOPT is programmed (this relates to clock
speed) and they have preserve eeprom and I do not (again no big deal.)
On the low my clock select is says external crytal 8mhz but with the
ckopt it is 16mhz
There setting says external clock.
Does this have anything to do with my problem with debugging and getting
stuck in the interrupt code?
Should I edit these to the values of my board?