STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! STM32L431KBU6 - can't get past clock initialization

Hi!I'm just starting learning STM32, I got a st-link cutoff from a nucleo-board. I find programming ready boards a bit boring, so I went straight to naked MCU on breakout boards.So I got this STM32L431KBU6 chip on breakout and I can't get it to star...

0690X000008BEo0QAG.png 0690X000008BEpDQAW.png 0690X000008BEojQAG.png

STM32CubeMX / STM32CubeIDE100 - Recommendations

In the build-in CubeMX, there are some improvements possible:Unable to alter some pull-down boxes in the Clock Configuration, they disappear when trying to move the mouse to the desired selection (must use cursor and enter keys instead)When selection...

Jack3 by Senior II
  • 205 Views
  • 0 replies
  • 0 kudos

UART DMA Transmit and receive not working

I'm using Atollic True Studio V 9.0 , CubeMx v5.1.0, STM32F407VG-DISC1 board and enabled DMA for UART2. My code:int main(void) { int i = 0; HAL_Init(); for(i = 0; i<10; i++) rx_arr[i] = 0; for(i = 0; i<10; i++) tx_arr[i] = i*2;   SystemCl...

Resolved! Problem: If I set RTOS task priority to value higher than osPriorityNormal causes a Hard Fault when running on STM32F47xx. Has anyone else encountered this?

I'm running CubeMX 5.1 with FW_F4 V1.24.0 and Atollic TrueStudio 9.3.0. I have eleven RTOS tasks defined in CubeMX, but only one is actually invoked with its StartTask routine. As long as the priority on the task is osPriorityNormal(0) or lower, th...

cjwilde by Associate II
  • 794 Views
  • 3 replies
  • 0 kudos