Hello All,
The snag turned out to be that my onchip exception memory was too small. I had it set to 512 bytes which was just a guess. NiosI requires only 256 bytes.
Anyway a search on Altera's Find Answers turns up info that doesn't specify this size.
As a temporary fix, I've set the Exception Address to sdram.
It would be nice to know how big this area needs to be and how it relates to ISR's. My system (and I imagine everyone elses?) needs to minimize IRQ latency. An app note or at least a FAQ probably wouldn't be out of the question. This very topic has been discussed at length on usenet. (related to register windows on NiosI)
Ken