Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

A PIC16 (e.g. this one) have a bunch of registers, which are 8 bit wide, and two "Configuration words" (see pages 43, 44) which are 14 bit wide.

Why do the configuration words make exception for the PIC16?

share|improve this question

1 Answer

up vote 3 down vote accepted

The configuration words are the same width as the program flash memory.

share|improve this answer
1  
For completeness: ...and these configuration words are mapped in program/instruction memory. They are mapped at an address location which is not accessible during normal device operation (it can be accessed only during programming mode) – m.Alin Nov 1 '12 at 18:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.