STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4 USB composite device driver MISSING!

Hi!I currently work on USB composite device (CDC + MSC). I putted together a program with help from:https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HALhttps://www.programmersought.com/article/18127793400/The thing is, i don't kn...

bmak by Senior
  • 4188 Views
  • 7 replies
  • 0 kudos

BUG found on HAL STM32L4 HAL_UARTEx_ReceiveToIdle_IT(). This function works on STM32F0 HAL V1.11.3 but not on STM32L4 V1.17 An update is needed to solve bug when UART bytes is equaly to RxXferSize, because currently it stays on endless IT loop

A simple compare between the two HAL Versions shows that line 4730 "huart->ReceptionType = HAL_UART_RECEPTION_STANDARD" needs to be moved at position line 4708. This fixes the bug, same as it is implemented in HAL For STM32F0 series

VPapa by Associate
  • 406 Views
  • 1 replies
  • 1 kudos

Resolved! Flash loader with another mcu

Hi Everyone,I want to do e flash loader device that can be load binary to mcu via Swdio pin. Is any one can give advice about this? Maybe stlink hardware can be use or any STM32-Disco board can be use I don't know. I just want to create something li...

Cannot download STM32CubeIDE

I am trying to download STM32CubeIDE 1.7.0 from www.st.com/content/ccc/. since about 3 hours now for tomorrows workshop. It stops at about 700 or 800 MB and wget --continue ever restarts at 0 byte.Do you have another source for download?

Resolved! HAL bug in GPIO deinit (STM32L0)

in software package STM32L0 1.12.1in file stm32l0xx_hal_gpio.cin function void HAL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin)The pin is deinited by setting it as input floating:/* Configure IO Direction in Input Floting Mode */ GPIOx->MODER ...

SZano by Associate III
  • 1662 Views
  • 3 replies
  • 1 kudos

Resolved! STM32G0B1 MCU, System Viewer file STM32G0B1.SVD does not contain a description of the peripheral modules ADC, COMP, EXTI, DMA, FDCAN, FLASH, RCC, SPI, USB.

STM32G0B1 MCU, System Viewer file STM32G0xx_DFP\1.3.0\CMSIS\SVD\STM32G0B1.SVD: The file does not contain a description of the peripheral modules ADC, COMP, EXTI, DMA, FDCAN, FLASH, RCC, SPI, USB and others. There is a description of only HDMI_CEC, CR...

0693W00000FDbJVQA1.png
DPrid.1 by Associate II
  • 648 Views
  • 2 replies
  • 1 kudos