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