Prevention of USB Suspend Mode in PN7462

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Prevention of USB Suspend Mode in PN7462

Jump to solution
238 Views
Bhavin-Dhulkotiya
Contributor I

We want to exercise the Suspend Mode on PN7462 EVK on the phExCcid SDK example. The EVK is connected to the Laptop through a micro USB cable. We configured the macro as PH_EXNFCCCID_USB_IF_USB_SUSPEND_RESUME_FTR 1 and run the code in debug mode.

I am getting prevention reason as E_HOSTCOMM_ONGOING though there is no ongoing communication with the Host. Why is there prevention? Or could you share a proven example of Suspend Mode?

PN7462

Thanks

0 Kudos
1 Solution
180 Views
KellyLi
NXP TechSupport
NXP TechSupport

Hello @Bhavin-Dhulkotiya 

It's recommended that you refer to the below example and document to debug your device.

Example project: SW368334\ExamplesPN7462AU\phExNFCCcid

Document: https://www.nxp.com/docs/en/user-guide/UM10915.pdf

 

BR

kelly

View solution in original post

0 Kudos
2 Replies
181 Views
KellyLi
NXP TechSupport
NXP TechSupport

Hello @Bhavin-Dhulkotiya 

It's recommended that you refer to the below example and document to debug your device.

Example project: SW368334\ExamplesPN7462AU\phExNFCCcid

Document: https://www.nxp.com/docs/en/user-guide/UM10915.pdf

 

BR

kelly

0 Kudos
161 Views
Bhavin-Dhulkotiya
Contributor I

@KellyLi Thanks for pointing to the right document.

The PH_EXCCID_USB_IF_USB_REMOTE_WAKEUP_FTR macro also needs to be set as 1.

0 Kudos