cyfxuartlpregmode not work

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

cross mob
VlKh_2251656
Level 5
Level 5
10 likes given 5 likes given First like received

Hello!

I see example "cyfxuartlpregmode"

I could not make it workable

determine the speed 115200, transfer to UART, I expected answer, but it absent.

What is it?

Or tell me how to correctly make UART a loop back (echo)

I'm using WIN7

Many stanks

0 Likes
1 Solution

Change the io_cfg.lppMode   = CY_U3P_IO_MATRIX_LPP_UART_ONLY; in CyU3PDeviceConfigureIOMatrix configuration to io_cfg.lppMode   = CY_U3P_IO_MATRIX_LPP_DEFAULT; and build the firmware then check.

This is needed for every firmware that is being tested on CX3 Kit.

View solution in original post

5 Replies
VlKh_2251656
Level 5
Level 5
10 likes given 5 likes given First like received

Yes, I have the Denebola board (CX3)

0 Likes

Change the io_cfg.lppMode   = CY_U3P_IO_MATRIX_LPP_UART_ONLY; in CyU3PDeviceConfigureIOMatrix configuration to io_cfg.lppMode   = CY_U3P_IO_MATRIX_LPP_DEFAULT; and build the firmware then check.

This is needed for every firmware that is being tested on CX3 Kit.

thanks!

0 Likes

please explain in detail about it

status = CyU3PDmaChannelGetBuffer (&glChHandleHID, &buf_p, CYU3P_NO_WAIT);

What is buf_p?

what is buf_p size?

where it is written that 8 bytes?

How its initializing?

0 Likes

Please create a new forum thread for the new query.

0 Likes