Why does the firmware usbspidmamode not display BUIK IN and BUIK OUT when downloaded into RAM

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

cross mob
chli_4311816
Level 2
Level 2
5 replies posted 5 questions asked First question asked

Why does the firmware usbspidmamode not display BUIK IN and BUIK OUT when downloaded into RAM?

But I saw in the cyfxusbspidmamode. h file

# define CY_FX_EP_PRODUCER 0x01/* EP 1 OUT.*/

# define CY_FX_EP_CONSUMER 0x81/* EP 1 IN*/

spi.jpg

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

The writing and reading operations are done via EP0. Other bulk endpoints are not necessary.

View solution in original post

0 Likes
5 Replies
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

The writing and reading operations are done via EP0. Other bulk endpoints are not necessary.

0 Likes

EP0 can't find a definition, no port how to transmit data?

0 Likes
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

Check the readme.txt in project.

0 Likes