STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Interfacing STM32H7 with uSD using SDMMC

I referred a youtube video   https://www.youtube.com/watch?v=I9KDN1o6924So i followed the steps /* USER CODE BEGIN 2 */ if(f_mount(&SDFatFS, (TCHAR const*)SDPath, 0) != FR_OK) {  Error_Handler();}   else {      if(f_mkfs((TCHAR const*)SDPath, FM_ANY,...

Deepau by Associate II
  • 278 Views
  • 5 replies
  • 1 kudos

How to switch MCU by CubeIDE?

Hi,When I used CubeMX, MCU could be switched to select[Pinout]→[List pinout compatible MCUs]→[OK, Import]However, in case of CubeIDE, the [OK, Import] button is not appeared.Is the "switch MCU function" deleted?Thanks your help,   

import button.png
Mori1 by Visitor
  • 29 Views
  • 1 replies
  • 1 kudos

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

How can i get printF to work in other .c files?

I just started out a project with FreeRtos and followed this and managed to get it to work.How to redirect the printf function to a UART for debug messages I can also printF from the freertos.c StartXXXTask functions.But one of the start task functio...

iwagg by Visitor
  • 115 Views
  • 5 replies
  • 0 kudos

stm32cubeIDE 1.16 errata

Hi,I am developing software on the stm32h743 using threadx and have just updated the IDE to version 1.16.In the Errata document for IDE 1.16 under target specific issues it says the following:184869ThreadX should not be available on H7 single core, a...

alan32 by Associate
  • 199 Views
  • 1 replies
  • 0 kudos

Single Conversion Mode for Multi-channel Reading

I m using an STM32 Nucleo F334R8 (for the first time) to control an Inverter. i m having problmes with the ADC channels reading. I have 6 ADC1 channel and 2 ADC2 channels. these channels are going to serve the following purposes:1. All the channels h...

Issue with populating the framebuffer?

So I'm using an ST7789VI display connected to a STM32L4R9I-DISCO board. I've made some test projects in CubeIDE without using TouchGFX to ensure that the driver file and everything else was correct. However, when I try to integrate TouchGFX designs, ...

Hafez1 by Associate
  • 55 Views
  • 0 replies
  • 0 kudos