Ali LABBENE
Ali LABBENE
Hi @IC-killer, As you mentioned, structure member `sysevt_ready_rsp` is an enumeration, as shown below. https://github.com/STMicroelectronics/STM32CubeWB/blob/1ceb3b0c5bfffbf0ee20bccec683f37a0c2a51d5/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h#L34-L38 Its value is checked against the two values the enumerated type could take, as shown...
See also [STM32CubeH7#176](https://github.com/STMicroelectronics/STM32CubeH7/issues/176)
ST Internal Reference: 173362
Hi @rlam23, Thank you for this pull-request and for having pointed out this. Currently, STM32CubeF2 firmware is still supporting version **2.5.3** of the USB Device library as there is no...
ST Internal Reference: 157171
Hi @AndyD87, Thank you for all these details. Your report has been forwarded to our development teams. I will keep you informed. With regards,
ST Internal Reference: 175167
Hi @AndyD87, Thank you very much to propose your support. I'll let our development teams know you can provide a modified example allowing to reproduce the issue in case they...
Hi @AndyD87, I hope you are fine. Please excuse this delayed reply. Could you please share the modified example you mentioned? It would be helpful to us. Many thanks,
Hi @AnthonyGBES, Thank you for all these helpful details. However, I generated a project using the same configuration as you described and noticed no issue. Both `HAL_HCD_MspInit()` and `HAL_HCD_MspDeInit()` have...