40.1.19 USBDEVv2_DYN_RECONFIG

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

cross mob
JoBr_1593366
Level 5
Level 5
100 sign-ins 50 questions asked 100 replies posted

In this section of https://www.cypress.com/documentation/technical-reference-manuals/psoc-4200l-family-psoc-4-registers...

it says "Use 0 for EP1, 1 for EP2, etc." under DYN_CONFIG_EN, but DYN_CONFIG_EN is a single enable bit.  Was that supposed to be listed under DYN_RECONFIG_EPNO?

0 Likes
1 Solution
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello Jonathan,

You are correct that the description listed under DYN_CONFIG_EN should have been under DYN_RECONFIG_EPNO.

To make it clear:

DYN_CONFIG_EN: This bit is used to enable the dynamic re-configuration for the selected EP.

If set to 1, indicates the reconfiguration required for selected EP.

DYN_RECCONFIG_EPNO:  These bits indicates the EP number for which reconfiguration is required when dyn_config_en

bit is set to 1. Use 0 for EP1, 1 for EP2, etc.

Regards

Ekta

View solution in original post

1 Reply
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello Jonathan,

You are correct that the description listed under DYN_CONFIG_EN should have been under DYN_RECONFIG_EPNO.

To make it clear:

DYN_CONFIG_EN: This bit is used to enable the dynamic re-configuration for the selected EP.

If set to 1, indicates the reconfiguration required for selected EP.

DYN_RECCONFIG_EPNO:  These bits indicates the EP number for which reconfiguration is required when dyn_config_en

bit is set to 1. Use 0 for EP1, 1 for EP2, etc.

Regards

Ekta