STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Errors in STM32CubeIDE firmware update offline.

Hi,I have a problem with STM32CubeIDE firmware update. STM32CubeIDE wants me to download stm32cube firmware f7_v1.16.0. I downloaded manually this update file offline because of the system have no internet connection. I moved the whole STM32CubeFW-F...

AK47 by Associate II
  • 3402 Views
  • 6 replies
  • 1 kudos

Still fighting to setup SWO trace on STM32H7

Hello,A few months ago I tried without success to setup ITM on a STM32H753I-EVAL2 board (and STM32CubeIDE). Now I'm trying again. There is a precise point I'm not sure about: the signal SWO is multiplexed on GPIO PB3, so I have to setup PB3 with alte...

Gpeti by Senior II
  • 1807 Views
  • 29 replies
  • 0 kudos

NUCLEO-F756ZG ethernet CubeIDE configuration

Hello all!help needed! For last week I try to make UDP server on NUCLEO-F756ZG.I am stuck in the beginning...I can't configure my board to ping it.From reading old threads I understand that there was an issue with automatic ethernet configuration of ...

AKhar.5 by Associate II
  • 698 Views
  • 5 replies
  • 0 kudos

SD card project

I am developing project using SD card on custom board but had some difficulties, so I am learning by using the f746g-disco, the example project provided in CubeMX worked (except for Sandisk XC card), then I followed exactly this example (https://comm...

XLin.2 by Associate II
  • 1309 Views
  • 9 replies
  • 0 kudos

FreeRTOS + LwIP in C++ project on STM32F7

Hello everyone,I want to get 4Diac Forte, which will be added as a static library, working on my Nucleo F767Zi.I need FreeRTOS with LwIP, so I created a base Project in CubeIDE with FreeRTOS+LwIP which was running fine.Since the library I want to add...