STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

CubeMX CANFD problems with stm32H747

Dear all,the more I dig into the CANFD programming the more question marks I have concerning the CubeMX functionality.For instance you can select CANFD1 and CubeMX is proposing to use the pin PH14. However, according to DS12931 Rev 1 this pin is very...

mkrug by Associate III
  • 275 Views
  • 4 replies
  • 0 kudos

USART in synchronous mode

So I have a busy board, and SPI MISO is occupied.I would like to communicate in synchronous fashion with an FPGA.Can I Make this USART peripheral work in a SPI Master full dulex, synchronous mode?The baud rate seems to be limited in CubeMx, is this b...

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
  • 262 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
  • 520 Views
  • 6 replies
  • 0 kudos

Resolved! code generated calls MX_DMA_Init too late, after MX_SPI_Init

I'm a relatively new user but am just about getting up to speed with STM32 family and STM32CubeIDE. I love that there is a gui that helps to generate code to configure peripherals, however I am learning to distrust some of the detals of the code gene...

mmalex by Associate II
  • 456 Views
  • 3 replies
  • 2 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...