How to disable SuspendMode

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

cross mob
Peya_4162826
Level 2
Level 2
First like received

The log file show "EnterSuspendMode returned 0, wakeup reason=8", I would like disable FX3 suspendmode, how to do?

0 Likes
1 Solution
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hi Peter Yao,

To disable suspend mode

- For USB 2.0, the /* Config characteristics - bus powered */ field in the configuration descriptor need to be changed by disabling the remote wakeup. Please refer to Table 9-10. Standard Configuration Descriptor  in USB 2.0 specification for the changes.

-The CyU3PSysEnterSuspendMode() API should not be called in order to disable suspend mode in the event handler for the suspend event.

Regards,

Rashi

Regards,
Rashi

View solution in original post

0 Likes
1 Reply
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hi Peter Yao,

To disable suspend mode

- For USB 2.0, the /* Config characteristics - bus powered */ field in the configuration descriptor need to be changed by disabling the remote wakeup. Please refer to Table 9-10. Standard Configuration Descriptor  in USB 2.0 specification for the changes.

-The CyU3PSysEnterSuspendMode() API should not be called in order to disable suspend mode in the event handler for the suspend event.

Regards,

Rashi

Regards,
Rashi
0 Likes