STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

I am using stm32f476ZET6 controller. i am use external crystal and internal we use PLL divider but i facing issue regarding PLL clock is not work properly.

i set system clock 216 Mhz but it is not properly workalso i test same thing set as 54Mhz but same issue faced.kindly suggest us how to solve this issue/** * @brief System Clock Configuration * @retval None */void SystemClock_Config(void){ RCC_OscIni...

0693W000003QQGYQA4.png
Hiren by Associate III
  • 473 Views
  • 0 replies
  • 0 kudos

Resolved! SDIO on STM32F769i Discovery

Dear all,I am having a problem with SDIO (SDMMC2) interface on STM32F769i Discovery. I use the DMA-based SDIO, CubeMX (v5.6.1) to generate the codes. Also freeRTOS enabled. After I called "BSP_SD_WriteBlocks_DMA(aTxBuffer, BLOCK_START_ADDR, NUM_OF_BL...

0693W000002lEQFQA2.png
Sfu.1 by Associate II
  • 619 Views
  • 2 replies
  • 0 kudos

Hard fault in Reset_Handler()

We are seeing intermittent hard faults on our custom STM32F413 board when connected with ST-Link V2.The hard fault happens in Reset_Handler() when FLASH contents are copied to SRAM.Obviously this happens long before any of our code is executed.Reset_...

Acarr.1 by Associate
  • 403 Views
  • 1 replies
  • 0 kudos