David C W Brown

Results 85 comments of David C W Brown

Arghh! My dgispark came without RSTDISBL programmed, meaning neither its usbtiny functionality was workable nor could I use the reset pin for debugwire. Have now used my AVRDragon to program...

Thanks, that makes sense. Will need to point it out in the docs. FYI I have now been able to send a break to connect to debugWIRE and successfully measured...

To clarify, are you looking for one of these: . stop using the reset pin for debugwire and use it instead as a reset signal until the next power cycle...

Ironically this would be easy with an FT232/CH430 and is much more difficult with littlewire. The problem is that littlewire uses a software USB implementation and cannot listen to both...

I think I read somewhere for one of the chips that debugWire is implemented using the built in serial port hardware, so you might find it in one of the...

@kadamski's gdb server has been integrated to work on both Linux and Windows. @kadamski: I believe this now works as well ass your protoype, and has the following minor improvements:...

Sounds fine to me. Although it may not look it I was trying not to change too much of @kadamski's code.

It's not as easy as a purpose built fill command, but you can provide up to 16 bytes at a time to wd, so you can zero e.g. the 16...

Gosh, well found! It's a long time ago ... Looking back through history the only relevant comment I found was'Refactor with 0x1000 PC and BP bias for atmega88'. I vaguely...

I don't know when it would be useful. Maybe if you wrote code that used a timer to measure instruction execution time?