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

Issue in Input capture for overflow condition.

Good morning community,I am capturing the frequency using waveform generator in STM32.Board: STM32F401RE Nucleo.It is working at underflow condition.Condition is,Reference clock is 25MHz and counter period is 65535. So, minimum frequency is 382Hz and...

MG1 by Associate II
  • 443 Views
  • 2 replies
  • 0 kudos

Resolved! ST-Link V2 Update Error

I can't update my ST-Link V2When i try to update first it says update error after that update succesfully. 

St link .png
AnilKose by Associate II
  • 727 Views
  • 2 replies
  • 0 kudos

Resolved! can't make interrup callback work

Hi,I am a newbie to CubeIDE and STM32 Mcus, and have spent hours trying to make interrupt callback work on a Nucleo-STM32G070 board.First, I tried HAL_UART_TxCpltCallback for USART2, this function is not called, then I downloaded an example project T...

Chao_0-1707314144251.png Chao_1-1707314190727.png Chao_2-1707314294871.png Chao_3-1707314348468.png
Chao by Senior
  • 990 Views
  • 12 replies
  • 2 kudos

nucleo-h745zi-q is not working

I was using STM32CubeIDE 1.14.1 to write a program to nucleo-h745zi-q and the program I wrote stopped working.I can connect to stm cube programmer.LD5 is also lit.Please help. 

mn0504 by Associate
  • 297 Views
  • 1 replies
  • 0 kudos

Should ST put Eclipse out to pasture?

Hello,I'm just starting with STM32. Came up with a low-power project, picked a suitable STM32L0 MCU, STLINK-V3PWR to debug and power-profile it, perfect! Then, to my horror, realized that STM32CubeIDE is based on Eclipse. I use Mac with large, high-r...

Zbig by Associate
  • 797 Views
  • 6 replies
  • 4 kudos

Debug: "No source available for main()"

I am trying to debug my code, but it just ain't working the way it's working in e.g. the STM32CubeIDE intro-video on Youtube; I'm getting "No source available for main()", instead of Eclipse displaying where in the code it's actually at.I haven't cha...

Resolved! B-U585I-IOT02A Undefined reference HAL_I2C

Dear Experts,I'm currently working on a project involving an STM32 board (B-U585I-IOT02A). I would like to use this board as a TCP Server. Therefore, from the STM32CUBEIDE application, I had observed that there is an example project in which it is po...

Nicolas_G_0-1707315922146.png Nicolas_G_2-1707315922156.png Nicolas_G_6-1707315969626.png Nicolas_G_3-1707315922158.png

Input capture frequency overflow handle

Good afternoon community,I am trying to capture the frequency which is given by wave-form generator and i am able to capture that,But issue is i am not able to capture when it is face the underflow condition and it will not working properly.please su...

MG1 by Associate II
  • 507 Views
  • 4 replies
  • 0 kudos

how to solve semaphore issues: button toggling issue

/* USER CODE END Header_Normal_init */void Normal_init(void const * argument){  /* USER CODE BEGIN 5 */  /* Infinite loop */  for(;;)  {//while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13)); char *msg1 =  "hello mid\r\n";HAL_UART_Transmit(&huart3, (uint8_t *...

Akshay_ by Associate II
  • 257 Views
  • 1 replies
  • 0 kudos