|
|
Question : Problem: reset vector?
|
|
I am unclear with the reset vector. In x86 processor, the reset vector is FFFFFFF0h. It has address lines 0-31. I have use only 0-21 pins in my design. That means will the reset vecor be 3FFFFFh or is the reset vector is independent of the address lines connected to flash?
|
Answer : Problem: reset vector?
|
|
It will be 3FFFF0h if you are using only 21-0 address lines.
|
|
|