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

STM32F769 Discovery Board

I am currently trying to use the DFU mode on the STM32F769 Discovery Board. I have shorted a connection to VCC to pull BOOT0 to 3.3V (From Schematic R19). I have wired up PA11, PA12 and ground (Using USB pins) to the arduino connector on the board...

IAgui by Associate III
  • 559 Views
  • 2 replies
  • 0 kudos

Can't get the STM32H7 USB audio HS example to work

Hi there, I've got a new STM32H743I EVAL board and am trying to run the USB audio HS example provided with stm32cube_fw_h7_v130.The Full-speed example works fine.I'm using the correct USB connector, my PC (Windows 10) recognises the device and says i...

Mttjcksn by Associate III
  • 852 Views
  • 2 replies
  • 0 kudos

FreeRTOS with HAL

Hello,We are using FreeRTOS  with HAL.FreeRTOS is used with CMSIS OS APIYet, it seems that for correct functionality of FreeRTOS above HAL, additional code modification are still required:CMSIS OS has API mainly for semaphore, threads, but not for HA...

ranran by Senior II
  • 506 Views
  • 0 replies
  • 1 kudos

I'm writing a bootloader for the STM32L152. I'm trying to understand how I can switch from a code image in Bank 1 to an image in Bank 2 from the bootloader.

Each code image will have an associated bootloader. If the bootloader in the current image runs and decides to change to the image in the other bank (corrupt image, new update, etc) I want to be able to do a reboot and change to the other image. I'd ...

LThal by Associate III
  • 457 Views
  • 2 replies
  • 0 kudos

STM32F769 Discovery Example: ,,Audio_playback_and_record,, SAI Clock for 16kHz with 2MHz works but 48kHz and 3MHz works not

Hello together,I want to record a microphone with the Audio_back_and_record that I can operate at 48kHz and 3MHz.Only the variant 16kHz with 2MHz or 16kHz with 3MHz works, but unfortunately not.According to the Application Note AN5027 different clock...

DWege by Associate
  • 639 Views
  • 0 replies
  • 0 kudos

USB host, mass storage class - how to tell when memory stick has completed writes and is safe to power down.

I’m using the STM32L476 discovery kit to test an application where a battery-powered product powers up a USB memory stick, connects to it, writes some data, and then shuts the stick down again, removing power. I've used the STM32 Cube to generate the...

JGerb by Associate III
  • 678 Views
  • 1 replies
  • 0 kudos

Problem with VPC USB FS and STM32F103VET6 device.

Hello Community,I purchased a Cortex-M3 STM32F103VET6 board and trying to implement USB FS on it. I'm using CubeMX to generate code, the version is up to date and i'm using the latest firmware libraries (FW_F1_V1.6.1). After compile USB device doesn'...