STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32Cube updater downloading to repository folder

When booting up STM32Cube for the first time I get the error "A 'stm32Cube Updater' (or another 'STM32CubeMX') software is downloading to the repository folder Please wait for the download to complete and retry" However, no software is open/ download...

Trident by Associate
  • 1410 Views
  • 2 replies
  • 1 kudos

Resolved! Im working on a project where I use the STM32L432 as slave while a Raspberry Pi is the master. The dataprotocol is I²c and im using the HAL_I2C library. But I cant transmit or receive data. Can someone help me with this?

I think i correctly setted up the slave adress on 0x70 with the configuration window.Below my script on the Raspberry Pi. #include "main.h" #include "string.h" #include "stdio.h"       I2C_HandleTypeDef hi2c1;   UART_HandleTypeDef huart2;     void Sy...

0693W00000KczS2QAJ.png
WFouq.1 by Associate II
  • 1633 Views
  • 9 replies
  • 0 kudos

Missing Wi-fi module on STM32H7BI3-DK?

Hello,I wonder if my STM32H7BI3-DK has a wi-fi module? It looks empty on the circuit board?On pictures of the board I could find on internet, there's supposed to be green card: How can I add a wi-fi module to my STM32H7BI3-DK?  

NicoBeru_2-1710260387106.png NicoBeru_1-1710260355067.png
NicoBeru by Associate II
  • 415 Views
  • 1 replies
  • 0 kudos

ADC init hangs after code optimization

Controller: STM32G431VBT6Libraries: CMSISCompiler: arm-none-eabi-gcc version 13.2.1Code Optimization: OPT = -OsAfter code optimization MCU hangs, depending on code constellation. It hangs in ADC initialization. ... system_clock_init(); timer_init(); ...

Marc1 by Associate III
  • 920 Views
  • 4 replies
  • 0 kudos

Resolved! How to implement a few cycles delay macro or function

Hello,I need to implement delay macro, lasting just a few cycles.As the delay is so small I would not like to use TIMs o DWT.On Texas Instruments DSPs, I was used to implement this nanoseconds delays, using NOP() instructions.Unfortunately, as also w...

CTabo.1 by Senior
  • 3024 Views
  • 12 replies
  • 9 kudos

Resolved! Firmware update on MCU with dual-bank memory

Hello everybody,having a dual-bank Flash memory into an STM32G0 MCU, what could be the best approach to update the user application ?By using the swap feature or by making a copy of the new user app from Bank 2 to Bank 1 (by using a bootloader)?Thank...

MaxC by Associate III
  • 1040 Views
  • 1 replies
  • 1 kudos

Nucleo-H503RB Problem of DAC

Hi, ST community.I'm trying to drive a motor using Nucleo-H503RB.At that time, I want to use DAC pin to watch variables, but I have problem of DAC.<Detail>To use the DAC, I set the PA5 to the DAC in Motor Workbench.I confirmed that when the DAC is se...

Kota by Associate
  • 476 Views
  • 1 replies
  • 0 kudos