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

Mp3 decoding and encoding libraries

Posted on December 31, 2013 at 11:40HiI'm looking for the libraries to decode and encode mp3 files. But when I use the ST site I'm not able to download the mp3 libraries. It only says active.https://my.st.com//st-extranet-web-active/active/catalog/t...

m_ by Associate II
  • 907 Views
  • 1 replies
  • 0 kudos

Lwip delayed ack problem with demo example

Posted on December 30, 2013 at 15:45Hi, I am using STM3220-G Eval board. Sample application ST library - \STM32F2x7_ETH_LwIP_V1.1.0\Project\FreeRTOS UDP_TCP_Echo_server-netconn. No any changes to the examples. No any changes to the board. To tes...

nic by Associate
  • 985 Views
  • 1 replies
  • 0 kudos

SD_ReadBlock weird behaviour

Posted on December 30, 2013 at 14:46 Hello Community, I am trying to implement FatFS via SDIO interface on a STM32F2xx uC, I've checked a few examples online that use DMA and interrupts, however for the purpose of self learning and simpl...

dmg0048 by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos

STM32L1xx DFU bootloader in FLASH memory problems

Posted on April 02, 2014 at 16:49Hello, I have following objective and problems: I want to have USB bootloader on STM32L1xx devices. My starting point is DfuSe demonstration example on PC side and Device_Firmware_Upgrade from STM32_USB-FS-Device_Lib...

pa2 by Associate II
  • 1160 Views
  • 5 replies
  • 0 kudos

Standard Peripherals library for STM32L1xx USB

Posted on April 01, 2014 at 12:59Hello,STM32L1 microcontrollers are having USB peripheral. But unfortunately STM32L1xx Standard Peripherals library from ST does not include a sample project for USB. The library includes a rich set of sample files fo...

STM32cubeF1 schedule

Posted on August 05, 2014 at 19:52Sorry if this has been answered else where, but what is the schedule for release of STM32cubeF1 (generally is it weeks or months?)Thanks,-Jeremy #stm32cubef1

jwaldrop by Associate
  • 490 Views
  • 2 replies
  • 0 kudos

Vector Table OffSet

Posted on December 19, 2014 at 10:04 hi, i want to set an offset value to vector table of my application for writing a custom bootloader. i set it with VECT_TAB_OFFSET definition in thesystem_stm32f4xx.c file like following: #define VE...