There appear to be only a couple of failures, all in the “Interrupt Status Register & Interrupt Mask Tests” section. Could you take a quick look at the failures below?
The first failure is at line 85 of TEST.VEC: V R R 0013 ECEB The register address 0013 (hex) appears to be test mode register 3, which isn’t documented in the ACE user’s guide. The expected data is ECEB, but we get ECFB. If I comment out line 85 (with the letter ‘D’ at the beginning of the line), I get a second failure at line 86 of TEST.VEC: V R R 0006 FFFF It looks like we want the ISR to be FFFF (it was set to this value at line 84). Instead, we get a value of 0 from the ISR.
Related Questions
- If I become an US Top-rated seller status and use Featured First, will my listing appear in the Featured section on eBay.com and eBay Motors when I sort by anything other than Best Match?
- In the Scheduled Online Payments table in the Payments section, several terms appear under the Status column. How many Status terms are there and what do they mean?
- There appear to be only a couple of failures, all in the "Interrupt Status Register & Interrupt Mask Tests" section. Could you take a quick look at the failures below?