STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB enumeration failed !

Posted on December 14, 2015 at 17:16Hi, \STM32Cube_FW_F3_V1.4.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c (version V2.4.1) The last update with ''Prepare endpoint for premature end of transfer'' modification doesn't work. I had ...

thln47 by Associate III
  • 335 Views
  • 0 replies
  • 0 kudos

bug on STM32_USB_Device_Library

Posted on December 08, 2015 at 10:20Hi, I found another bug on USB library for the STM32F3XX (STM32_USB_Device_Library in STM32Cube_FW_F3_V1.3.0). STM32Cube_FW_F3_V1.3.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c In the usbd_core.c...

thln47 by Associate III
  • 375 Views
  • 1 replies
  • 0 kudos

Error in stm32f3xx_hal.h

Posted on December 10, 2015 at 15:15Into HAL driver V1.2.0/November-2015 not defined standard type declarations. Insert include file stdint.h in stm32f3xx_hal.h to solve this problem.In System Workbench, compiler and maker not cancel building proces...

mistake in stm32f3xx_hal_pcd.c

Posted on December 08, 2015 at 10:56Hi, STM32Cube_FW_F3_V1.3.0\Drivers\STM32F3xx_HAL_Driver\Src\stm32f3xx_hal_pcd.c In the function below: static HAL_StatusTypeDef PCD_EP_ISR_Handler(PCD_HandleTypeDef *hpcd)     ... line 455:         /*multi-packet ...

thln47 by Associate III
  • 396 Views
  • 1 replies
  • 0 kudos

HAL_Delay() not working.. help (newbie)

Posted on December 04, 2015 at 01:51Hi, I tried using HAL_Delay(); I thought I can just use HAL_Delay(500); but it's not working.the code is below. (from STM32cubeF4)__weak void HAL_Delay(__IO uint32_t Delay){  uint32_t tickstart = 0;  tickstart = H...

ckim by Associate II
  • 2728 Views
  • 3 replies
  • 0 kudos