For cyusb 3065,how to use GPIO 17-20 correctly?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

We are using CYUSB3065-BZXC. In our system, GPIO 17-GPIO25 are used as output. Our problem is: " if " io_cfg.gpioSimpleEn[0]  = 0x3FE0000;, etc. using GPIO17-25",then  "CyU3PDeviceConfigureIOMatrix (&io_cfg)" return fail;and if"io_cfg.gpioSimpleEn[0]  = 0x3E00000”; Then "CyU3PDeviceConfigureIOMatrix (&io_cfg)" return success; and GPIO21-25 are OK。How to use GPIO 17-20 correctly?

0 Likes
1 Solution
2 Replies
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

As the first post, you could invoke CyU3PDeviceGpioOverride to configure GPIO17-20 to the simple GPIO.

0 Likes