STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32U3 series.Added the support for...

ST Cube Ide bad ELF programming from debugger.

Good morning,we have a problem with ELF file loading. We are using an STM32U575 MCU on a Nucleo board.In particular:the location 0x0802A61B in the ELF file is set at 0x00 (we see it by open the ELF file with Cube Programmer).1) If we load the ELF fil...

SafeDev by Associate II
  • 221 Views
  • 1 replies
  • 0 kudos

Resolved! Retarget scanf on STM32G070RBxx Cortex M0+

(originally a reply to https://community.st.com/t5/stm32cubeide-mcus/retarget-printf-on-stm32g070rbxx-cortex-m0/td-p/720883) Hi @Andrew Neil,For the scanf do we need to make any other change?My read function is-  int _read(int fd, char *ptr, int len)...

AVerm.4 by Associate III
  • 668 Views
  • 9 replies
  • 4 kudos

Resolved! STM32L552 Breakpoints won't work

Hi, I just got my board STM32L552 and currently am setting up development environment for it. I'm testing the board with an example project 'CORTEXM_InterruptSwitch_TrustZone' and the code works well, however, I'm not able to set breakpoints for debu...

How to run code and view serial on Nucleo board

Hello,I am trying to count how many clock cycles pieces of code take to run on my Nucleo board. I am using the following code for timing: start_cycles = DWT->CYCCNT; // dummy code end_cycles = DWT->CYCCNT; diff_cycles = end_cycles - start_cycles; pri...

Resolved! Retarget printf on STM32G070RBxx Cortex M0+

Hi,I'm trying retarget printf. My uart_write function is working correctly and i'm able to see character on Teraterm.But when i try to use printf it is not working. i even tried semihosting to execute printf but it fails. i'm attaching the screenshot...

uart_code.jpg disassembly_debug.jpg
AVerm.4 by Associate III
  • 1561 Views
  • 22 replies
  • 5 kudos

undefined reference to `SEGGER_RTT_ASM_WriteSkipNoLock'

Hi,i am trying to port FreeRTOS to my STM32L152RCT6.i did it successfully.but when i am trying use segger debug tool.i am facing issue like this  18:09:25 **** Incremental Build of configuration Debug for project freertosporting **** make -j4 all ar...

chaithu by Associate II
  • 494 Views
  • 3 replies
  • 0 kudos