STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

While programming with the JLink Ultra, it reports 2 device on the JTAG bus, I am using one STM32L471RGT6. Is this correct? Programming and running code mainly works but not always.

Connecting to target...J-Link found 2 JTAG devices, Total IRLen = 9JTAG ID: 0x4BA00477 (Cortex-M4)Connected to targetWaiting for GDB connection...Connected to 127.0.0.1Reading all registersRead 4 bytes @ address 0x080014B0 (Data = 0xF00369DB)Reading ...

rwils.1 by Associate III
  • 868 Views
  • 4 replies
  • 0 kudos

STM32cubeIDE Board Selector creates incorrect (?) default RCC initialization settings for STM32H735G-DK Discovery Kit.

@Piranha​ pointed me to a fault in the configuration of the RCC in an example related to LW-IP.I have the impression that this fault is also created when STM32cubeIDE creates the default settings for the STM32H735G -DK Discovery kit.The manual RM0468...

0693W00000QM6E2QAL.png 0693W00000QM6AFQA1.png 0693W00000QM6AZQA1.png 0693W00000QM6AtQAL.png
Johi by Senior III
  • 457 Views
  • 0 replies
  • 1 kudos

Resolved! Dma not working when triggered from timer trigger from external source start a DMA transfer on UART or SPI peripheral on STM32F411?

I am using STM32F411 and SDK v1.27.1I am trying to trigger an DMA xfer with an external signal source using the TIMER1 External Trigger, without the need to execute any interrupts in the CPU to utilize the CPU time, as I have two signals one every 2m...

0693W00000QLM9zQAH.png 0693W00000QLMA4QAP.png 0693W00000QLMAdQAP.png 0693W00000QLMA9QAP.png

Resolved! Nucleo-F072RB Multi-channel ADC Problem

Hello. I want to read multi-channel analog data (four channels) with my Nucleo-F072RB. I previously worked with Nucleo F411RE and I did not have any problems. But with F072RB, I'm so confused. When I open my board on CubeMX, I can select multi ADC1 c...

MÇeli.2 by Associate II
  • 1801 Views
  • 4 replies
  • 0 kudos

Error downloading the following files

After I search this problem on Google, I find alot of people face the same problem as me, and those solution did not really work for me.Yes, I know the workaround by manual download the Zip then parse into %UserProfile%\STM32Cube\Repository, but the ...

TTems.1 by Associate
  • 5661 Views
  • 5 replies
  • 1 kudos

CubeMX, using LwIP with an RTOS that isn't FreeRTOS?

Assume for a moment that I want to use LwIP with an RTOS, I have to set NO_SYS = 0. But you can't do that unless you enable FreeRTOS. But I want to use a different RTOS, not FreeRTOS.Enable FreeRTOS and you get to set NO_SYS = 0, but you also get the...