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 STM32N6 seriesAdded the support for ...

I will try to ping another ip with STM32F207VG.

I pinged STM32 with my PC.However, STM32 did not find a way to ping another ip.Ask for advice.I am using STM32F207.I'm using STM32CubeIDE.I am using FreeRTOS.I called functions in api_lib.c to connect the network.The PC pinged STM32 and the response ...

Lyoun.1 by Associate
  • 293 Views
  • 0 replies
  • 0 kudos

Resolved! Debugging .hex file on STM32f469i Board

Hello All,I want to load AND debug a precompiled .hex file onto my STM32f469i Discovery board. I've looked around and tried several tools such as the STM32CubeIDE and the ST-Link utility, but no luck. The CubeIDE seems to be unable to flash the file,...

TLian.11 by Associate II
  • 2333 Views
  • 10 replies
  • 0 kudos

SWV Exception Trace is not working in STM32CubeIDE

I want to trace exceptions/interrupts happening in my board with STM32L4xx in STM32CubeIDE by `SWV Exception Trace Log` and `SWV Trace Log`. I use SEGGER J-Link and In Debugger I have correctly set the interface to SWD and the Core Clock to 80 MHz. A...

KK.1 by Associate
  • 331 Views
  • 0 replies
  • 0 kudos

unknown type name '_ARMABI'

Hi Sir,I'm transferring code from Keil to CubeIDE. During compilation, i cannot find the way to solve the error unknown type name '_ARMABI'. _ARMABI is defined in many header files including stdio.h and time.h in Keil environment, but I cannot find w...

LChan.5 by Associate II
  • 415 Views
  • 1 replies
  • 0 kudos

Is there an example of smbus master and slave usage ?

I am trying to use smbus to talk to a charger chip. Is there any example on how this works ?I am using the following HAL API.HAL_SMBUS_Master_Receive_IT(&hsmbus1, 0x0b, &reg_val[0], sizeof(reg_val), SMBUS_FIRST_AND_LAST_FRAME_NO_PEC);IRQ handler:void...

PRedd.111 by Associate III
  • 605 Views
  • 1 replies
  • 0 kudos