STMicroelectronics / STM32CubeU5

Full Firmware Package for the STM32U5 series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
Other
116 stars 61 forks source link

NUCLEO-U575ZI-Q / Ux_Device_CDC_ACM example: USB->USART transmission issue #5

Closed djix123 closed 2 years ago

djix123 commented 2 years ago

OS: OSX 12.1 IDE: STM32CubeIDE: 1.8.0 (fresh installation, all defaults)

Application builds with no errors, but when data transmission from USB->USART does not work correctly. Only 1 character is transmitted, second and subsequent characters do not appear. By contrast, USART->USB works correctly - all characters are transmitted.

It appears that the call back HAL_UART_TxCpltCallback is not called on second and subsequent characters.

[Both the USB and USART via STLink VCP are connected to using screen]

ALABSTM commented 2 years ago

Hi @djix123,

Thank you for this report. We will get back to you with a feedback as soon as possible. Please excuse the delay it may take us sometimes to reply. Thank you for your comprehension.

With regards,

ALABSTM commented 2 years ago

ST Internal Reference: 113129

ALABSTM commented 2 years ago

Hi @djix123,

The issue you reported has been fixed in the frame of version 1.1.0 of this firmware, published some time ago. Please allow me to close this thread.

With regards,

djix123 commented 2 years ago

Thank you - will test - much appreciated!