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...

Output Compare - Changing pulse

I am trying to generate pulses using output compare mode for my stepper motor on my board STM32f103C8T6 and STM32F401CCU6 on various timers. For some reason I am not able to change the period i want the signal to toggle at i.esConfigOC.PulseHere is...

0690X00000AtGddQAF.png 0690X00000AtGdnQAF.png
Safi N by Associate II
  • 512 Views
  • 2 replies
  • 0 kudos

Set up a general purpose timer and verify its operation.

I have a new NUCLEO-H743ZI2 board and STM32CubeIDE.I've made a Blinky project and seen it work - via led and debugger.I'd like to configure a timer - using MX gui or not - and see it working in the debugger.I tried this...I created a new STM32 projec...

0690X00000At9kXQAR.png 0690X00000At9kSQAR.png 0690X00000At9khQAB.png 0690X00000At9kcQAB.png
RonH by Associate II
  • 1195 Views
  • 6 replies
  • 0 kudos

HAL_UART_Receive_IT only receives the first element

Hi, I'm trying to use HAL_UART_Receive_IT with a fixed size buffer, but only the first element changes its value.I'm using CubeMX over NUCLEO-STM32F446REThe only things I do:main.c I declare the buffer like this:uint8_t rx_buffer[5];The UART initiliz...

STM32F103RBT6 external counter

I'm using the STM32F103RBT6 to counter a external pulses with TIM3. But the counter is always ZERO. I can check the pulse with  oscillometer. It is about 1KHz. Here is the code. Could any one tell me what is the issue ? Thank you.​int main(void) ...

DDong.0 by Associate II
  • 708 Views
  • 4 replies
  • 0 kudos