STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SBSFU porting to STM32G0B1XX

Hi,I have a problem with SBSFU.I'm using STM32G0B1RE dev kit.But I have got STM32G071RB example. G071RB is example works fine in G0B1RE board.The problem occurs when I change Compile Symbol to STM32G0B1xx STM32CubeIde Properties > Settings > GCC Comp...

Tarun by Associate III
  • 1181 Views
  • 2 replies
  • 0 kudos

STM32F2 Bootloader question

Hi, i'm Roberto.In my Project i need to update firmware from USB. I wrote a code that when i send a command (a determinated string) from my PC to my board by USB, the code jump from my application to the bootloader address so i can update my firmware...

RCola2_0-1692863563561.png
RCola.2 by Associate II
  • 3167 Views
  • 11 replies
  • 0 kudos

Resolved! STM32 CANBUS ACK

I am using stm32f407vgt6 mcu and sending data in canbus but I want to receive ack notification

Sergen by Associate III
  • 1217 Views
  • 3 replies
  • 1 kudos

Resolved! STM32U575VG Azure RTOS USBX host MSC

Hello,why is the MSC Host class not active in the Cube IDE configuration tool for STM32U575 series MCUs?I am developing a product based on STM32U575VGT6 and need the USB Host functionality for firmware updates and file storage to USB flash key. As I ...

QDot by Associate II
  • 1114 Views
  • 1 replies
  • 1 kudos

Resolved! STM32G4 HAL does not support ADC_CHANNEL_0. Bug?

We are using the ADC on an STM32G4xx for a safety project. The safety manual requires us to read VSS or VDD for ADC diagnostics. STM32G4 has ADC channel 0 internally connected to VSSA, so we are trying to use HAL_ADC_ConfigChannel() to configure ADC_...