2015-11-25 07:32 AM
Hi, I try to use the new STM32F3xx_HAL_Driver for USB stack.
And my function HAL_PCDEx_SetConnectionState in my ''hal msp module'' is never called. So, I notice that the prototype of this function is not correctly defined instm32f3xx_hal_pdc_ex.h
(line 124) __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state); The propotype shoud be defined without ''__weak'' statement as below : void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state); #hal_pcdex_setconnectionstate2015-12-01 01:25 AM
Hi ln.thierry,
The issue is reported and will be corrected.Thanks for your feedback.-Shahrzad-2016-02-05 02:21 AM
Hi ln.thierry,
The reported bug is fixed in STM32CubeF3 V1.4.0 currently available on the web.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.