I am stymied -- I used to have my downloader working fine and now it isn't working. The main problem is if I do a RESET with the debugger (the "chip" icon) and then run it works fine. No problem. But I cannot start from power on. However, an older version of my code does work from power on. So something changed but I can't find out what and I can't seem to debug it from power-on without the debugger.
( I am sure it is something simple that changed. I have 2 months of changes before I noticed the problem, I have already diffed everything I thought could cause this)
Any ideas? What happens at power-on that is different from the RESET in the debugger? I have my vector at 0x33fff6.
Another problem is my software induced watchdog reset is no longer working either. If I jump to the vector instead it does work.
It kind of indicates there is something missing from an actual hardware reset and running from the vector. What is it?
thanks!
jv