Accessing PSoC 3/5 Registers in Firmware Last Updated:
05/03/2011 Question: How do I access (Read/Write) the
Registers of PSoC 3/5 in firmware? Answer: To access
registers in firmware, use the following functions.
CY_SET_REG8(addr, value); CY_GET_REG8(addr); Similarly
REG1...
阅读全文>>