STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

LWIP - Read my IP address

I have found examples online searching under LWIP such as // What is our current IP address? // ulIPAddr = lwIPLocalIPAddrGet();but I cannot find the function in the source code, or any other reference to reading my IP address. I would like to be ab...

richardh by Associate II
  • 11451 Views
  • 11 replies
  • 0 kudos

Hi, I see something that looks like a bug in CubeIDE 1.10.1

Hi,In gpio.c file the order of operations is first writing to a pin/port and after that defining the pin.All MCU pins are defined to input low by default. So writing GPIO_PIN_SET to a pin that is input before we set it to be an output PP seems like a...

NWeis.19 by Associate II
  • 958 Views
  • 3 replies
  • 0 kudos

STM32H743: Which GPIO pins can be used as I2C (SDA & SCL) ?

When configuring I2C in STM32CubeIDE, the SDA & SCL pins are automatically assigned.Can I assign pins PA10 and PA9 on STM32H743 as I2C (SDA & SCL) ?What things i should keep in mind when using pins other than the one auto assigned by STM32CubeIDE?

MSing.8 by Associate III
  • 1178 Views
  • 2 replies
  • 0 kudos

Resolved! Using SPI / HAL - Where to start?

Hey, mechatronics student here. So ive been trying to make the transition from Arduino to STM32 lately, and am a little overwhelmed by hardware-oriented programming.So I can get things like Blink running, and know my way around C good enough to have ...

JGiem.1 by Associate III
  • 1677 Views
  • 2 replies
  • 2 kudos

How to get last address loaded, or size, from .ld file?

A live CAN loader resides in the first 0x8000 in a STM32L431RB. I want to do a CRC check on the application that loads, following the loader, e.g. 0x08008000. The goal is for the loader to run a CRC check upon reset and jump to the app if the CRC is ...

DHase.1 by Associate III
  • 2381 Views
  • 4 replies
  • 0 kudos

Project Explorer icons - what does slash mean?

I have the FWupgrade_Standalone example loaded, looks like files marked with slash and dimmed are part of the example, so should be active files - so what does the CM7 directory icons mean?

0693W00000QMd5XQAT.png
'SMike by Associate III
  • 1937 Views
  • 7 replies
  • 0 kudos