|
|||||||||||
Technical Support Support Resources
Product Information |
µVISION DEBUGGER: Viewing GPIF Registers on CY3671 EZ-USB FXInformation in this article applies to:
QUESTIONProjects that I create and debug on the Cypress EZ-USB FX CY3671 that use the GPIF configuration registers to access the FIFO's can not be viewed using the Keil debugger memory window (region of memory from X:0x7800-0x7B3F). In particular I am trying to watch the AINPF register. ANSWERFirst, in order to read from the AINPF register, you need to make sure that the following steps are used to program the CY3671:
If you use the memory window to read values from location 0x7800, the Keil debugger actually reads around 256 address locations (see values displayed for various locations from 0x7800). In essence, reading numerous registers at the same time. In the case of memory locations X:0x7800-0x7B3F, using the memory window is not a good way to assure reliable values of registers in these locations. Therefore, do not use the memory window to view the AINPIF. Use the "Watch and Call Stack" window and add the specific watch variable in the watch#1 window. This results in reading from one and only one location at a time. MORE INFORMATION
SEE ALSO
Last Reviewed: Tuesday, December 1, 2020 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.