STM32 MCUs Embedded 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
  • 1700 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
  • 667 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F4 library call functions

I came from TM4C background. TM4C has a library file that lists each peripheral and the function calls for that peripheral. I'm going to work on STM32F4 and looking for a similar library. Can any point to a pdf file somewhere in the net.