STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2051 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
  • 942 Views
  • 2 replies
  • 1 kudos

Can the Tx of the Ethernet of STM32H743BIT work without inserting SCB_CleanDCache_by_Addr() in low_level_output()?

I have STM32H743BIT and want to get its UDP communication working. It uses FreeRTOS and LWIP.I followed this article for the project configuration. (https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3)But my STM32H743BIT is able ...

KYama.4 by Associate
  • 1078 Views
  • 4 replies
  • 0 kudos