STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 446 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...

STM3240G-EVAL lwip FreeRTOS

Posted on November 21, 2014 at 09:01Hi guys, Currently I am working on the lwip application on STM3240G-Eval. I am planning to use the FreeRTOS with lwip. But I found out that lwip with FreeRTOS integration is not as stable as I thought. The etherne...

whwong84 by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos

Cube vs standard peripheral driver

Posted on December 18, 2014 at 17:21Hi,Does anyone know if STM are going to continue developing the standard peripheral drivers for the foreseeable future? Or are they being superseded by by the Cube drivers?If if both will be running in parallel do...

mark2399 by Associate II
  • 637 Views
  • 3 replies
  • 0 kudos

STM32F4 Audio Capture using FatFs SD

Posted on December 16, 2014 at 21:02I am facing problem in capturing and saving audio .wav file to SD card using DMA and SDIO interface. I am using STM32F4 discovery. The loopback works fine. I am using I2S sampling rate of 32k. Problem arrives when...

STM32F0 STM32CubeMX USB CDC problem

Posted on December 16, 2014 at 09:29Hi guys I have a project with STM32F042K6 . My design will get datas via USB  CDC (communication device class ) from PC and it stores datas to a FLASH memory. After a while it will send datas to another device via...

erdem by Associate
  • 314 Views
  • 0 replies
  • 0 kudos

Triple mode ADC with new HAL

Posted on December 02, 2014 at 01:06 Hello, I'm trying to set the ADC(s) of the stm32f407 in triple mode, using DMA for data transfers. Based on the the only available example in the cube package and some old code, written using the stdpheri...

b2527456 by Associate II
  • 2007 Views
  • 10 replies
  • 0 kudos

USB HID - Get Feature Report Asynchronous

Posted on December 02, 2014 at 14:14Hello guys,I am working with the new CubeMX lib on a STM32F4 platform and altough I worked a lot with the ST USB HID implementation/stack it still gives me headaches. I am still new to USB.I am developing an HID d...

STM32F105 + USB

Posted on December 11, 2014 at 18:15 Hello I have a STM32F105RC. I am try use ''STM32_USB-Host-Device_Lib_V2.1.0''. But my PC don't detect my device. I use this defines symbols USE_STDPERIPH_DRIVER STM32F10X_CL ...

lemac by Associate III
  • 593 Views
  • 2 replies
  • 0 kudos

STM32 Custom Bootloader for Stm32VL Discovery

Posted on December 05, 2014 at 12:15Hii,          I am new to the topic of Bootloaders, I am currently writing a custom bootloader for stm32 vl discovery via USART, I am searching for the source codes of the factory Programmed bootloader of stm32, a...