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

Resolved! USB Audio Device Class usage clarification

Posted on February 19, 2018 at 14:19In my attempt to create a BSP Audio Driver for Nucleo boards, I am having difficulty visualizing how to get data out of the incoming audio packets.Currently in my project, I am guessing where the audio buffers are...

STM32f407 IAP UART Bootloader

Posted on February 19, 2018 at 09:03Hello,        I want to use STM32f407 IAP UART Bootloader. I'm using the CubeMX example. The example is woking fine. When I use HAL_Delay() on my code, The code is crashing. If there is no HAL_Delay() on my code, ...

osxAcousticEC Implementation on STM32F4-DISCOVERY

Posted on May 18, 2017 at 15:19Hey everyone,I'm trying to implement the osxAcousticEC library on a STM32F4-DISCOVERY. The first problem was that I wasn't able to compile the library as it is and had to change this in system_stm32f4xx.c - -    __I ui...

Nikil Rao by Associate II
  • 1816 Views
  • 7 replies
  • 0 kudos

USB bootloaser does not work

Posted on July 17, 2016 at 12:48So, hello everyone. I have a problem with starting bootloader using USB cable.I think i did all conditions to provide this mode. NUCLEO F070RB. Win10, Win7HSE(crystall) 12 MHz works fine in Led-blink project. BOOT0=1,...

DmtryVovk by Associate II
  • 3681 Views
  • 24 replies
  • 0 kudos

Resolved! Commercial use of ST Hal Libraries and Middlewares

Posted on February 13, 2018 at 09:34Hello,I built a project, based on STM32F103, that uses the HAL libraries, CMSIS-FreeRtos and Middleware for STM32_ BlueNRG.This is a commercial project and I want to understand the term of license associated to ea...

Fede Rico by Associate III
  • 4235 Views
  • 3 replies
  • 0 kudos

STM32F217 I2S

Posted on February 15, 2018 at 11:24I'm using stm32f217 controller for my project where i have to interface with tlv320aic1106(pcm audio codec), which requires mclk of 2.048 Mhz and a pcmSync signal of 8khz,But when I tried configuring the i2s modul...