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

Resolved! Usart Multiprocessor

I can not find any example for Usart Multiprocessor, It does not work.I config on CubeMx and HAL_MultiProcessor_EnableMuteMode(&huart1);HAL_MultiProcessor_EnterMuteMode(&huart1);put this 2  lines.

nimaltd by Senior
  • 344 Views
  • 5 replies
  • 1 kudos

Resolved! Debugging with ITM not working with SWV in STM32CubeIDE

I am successfully using all the SWV debugging functionality in STM32CubeIDE except for the ITM functionality, as described in UM1609 and in the advanced debugging videos on youtube from ST.I have both tried overriding the "_write " function in main.c...

evenlund by Associate III
  • 3801 Views
  • 6 replies
  • 0 kudos

Cant download anything

I didn't get an email with the download link for stm32cubeIDE and after i made and account, the "Get Software" section went absolutely blank. Why are you making your products so annoying to use?

matpat by Associate
  • 463 Views
  • 4 replies
  • 1 kudos

Readout external ADC by SPI doesn't work correctly

Hallo everyone,As a relative newbe in the world of MCU programming, I am wrestling go get my application running. The origin of the errors is unclear, although I have the impression it is related to conflicts of peripherals or time. I still use CUBEI...

FredS by Associate III
  • 406 Views
  • 0 replies
  • 0 kudos

Not able to see my project in STM32CubeIDE

Hello all,I have created a project using STM32CubeIDE in my memory stick and I was working with it for while with no problem. Then I had to change my work space to somewhere else and now when I want to reopen that project, STM32CubeIDE doesn't show i...

BMano by Associate II
  • 1938 Views
  • 4 replies
  • 1 kudos

Resolved! Power Consumption STM32

Hello everyone,I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.The board is powered from the computer's USB port.I created a project in which the main while loop is empty, all peripherals are dis...