STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Interrupt behavior and its priority

Hello,I have a basic question regarding timer behavior in STM32.I have a common callback function HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) that handles timer interrupts at defined periods. I have set different priorities for timer globa...

PPate.9 by Associate II
  • 1272 Views
  • 2 replies
  • 3 kudos

Resolved! could not verify st device

i am working on board stm32f103c8t6 and when i am going for debugging in stm32cubeide its shows errorFor bug reports, readhttp://openocd.org/doc/doxygen/bugs.htmlInfo : Listening on port 6666 for tcl connectionsInfo : Listening on port 4444 for telne...

Screenshot from 2024-05-24 17-40-00.png Screenshot from 2024-05-24 17-31-45.png

Resolved! LED BLINKING in EMBEDDED C

I built a project in STM32F411E-DISC . project is built successfully and also  when we debugged no issue is found ,but after debugging only ORANGE LED is toggling rest 3 LED is not toggling . kindly help me to resolve this issue .kindly  find for cod...

WhatsApp Image 2024-05-21 at 11.16.40 AM.jpeg Capture-3.PNG Capture-2.PNG Capture-1.PNG
arunoday by Associate II
  • 4277 Views
  • 9 replies
  • 1 kudos

stm32 with simcom A7672S

#include "main.h" #include <stdio.h>#include <stdlib.h>#include <string.h> #define PUTCHAR_PROTOTYPE int __io_putchar(int ch)#define GETCHAR_PROTOTYPE int __io_getchar(void) UART_HandleTypeDef huart1;UART_HandleTypeDef huart2; PUTCHAR_PROTOTYPE{    H...