You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using STM32G0 and embassy-stm32 0.4.0. Feature max-interface-count-6 on embassy-usb.
I use 3 CdcAcmClass with version embassy version b55726c51 and that works as expected.
Trying to upgrade to 0.4.0 in no longer works due to change in how endpoints are allocated. In the older version the same endpoint index was used for both IN and OUT, but now a new index is allocated, resulting in fewer available endpoints, which in turn means only two CdcAcmClass can be used.
Using
STM32G0
andembassy-stm32 0.4.0
. Featuremax-interface-count-6
onembassy-usb
.I use 3 CdcAcmClass with version embassy version
b55726c51
and that works as expected.Trying to upgrade to
0.4.0
in no longer works due to change in how endpoints are allocated. In the older version the same endpoint index was used for both IN and OUT, but now a new index is allocated, resulting in fewer available endpoints, which in turn means only two CdcAcmClass can be used.Log from working version:
Log from non working version:
The text was updated successfully, but these errors were encountered: