stm32f1xx_hal_driver icon indicating copy to clipboard operation
stm32f1xx_hal_driver copied to clipboard

Provides the STM32Cube MCU Component "hal_driver" of the STM32F1 series.

Results 2 stm32f1xx_hal_driver issues
Sort by recently updated
recently updated
newest added

https://github.com/STMicroelectronics/stm32f1xx_hal_driver/blob/ddf259a6eb9dc4ba421f5e2b1ae619bd77468214/Inc/stm32f1xx_hal_pcd.h#L868 This line of code is interrupting my USB Transfer in random time on STM32F103. In Wireshark i see the OUT Endpoint answered with USBD_STATUS_STALL_PID The host is continously sending...

bug
hal
internal bug tracker
usb

HAL_StatusTypeDef HAL_FLASHEx_Erase_IT(FLASH_EraseInitTypeDef *pEraseInit) { HAL_StatusTypeDef status = HAL_OK; /* Process Locked */ __HAL_LOCK(&pFlash); /* If procedure already ongoing, reject the next one */ if (pFlash.ProcedureOnGoing != FLASH_PROC_NONE) { >>> here...

hal
needs clarification