STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to flash external flash with DfuSe?

Posted on August 27, 2014 at 16:41Hi All I'm working with Keils' Eval Board MCBSTM32F200 which has external NOR Flash attatched to the STM32F207IG. For my final application I would like to use the DfuSe Mode to upgrade my firmware which is located o...

b_ by Associate II
  • 679 Views
  • 4 replies
  • 0 kudos

STM32F4 Ethernet access after FLASH Erase

Posted on August 27, 2014 at 17:20I have a project that needs to erase FLASH sectors so that configuration data can be updated. The device is being accessed via ethernet. In the past, I was just polling the DMA status to access an incoming packet. T...

cwparker by Associate II
  • 561 Views
  • 7 replies
  • 0 kudos

Problem using USB in Nucleo F302R8

Posted on July 19, 2014 at 23:29Hi all, I'm using the Nucleo F302R8 to build the firmware for a new board I'll develop using the same MCU. I'm trying to use USB CDC to have a VCP. I've started with CubeMX with the Nucleo F302R8 template, changed th...

STM32 F3 problem in playing audio

Posted on August 05, 2014 at 07:00Hi,I am new to STM32 and probably asking a dumb question. I have designed a board to play audio files off a SPI flash. I can read and write to flash properly, but when I try to send the audio data to the speaker all...

b2 by Associate II
  • 1396 Views
  • 7 replies
  • 0 kudos

Problem in FreeRTOS+cubef4+usb host

Posted on July 02, 2014 at 16:55I choose USB host MSC + FREERTOS+FATFS . make a project and compile it . but when i connect a USB flash , it dose not  work. but when I don't choose FreeRTOS , It worked. why ? #usb-msc-mass-storage #stm32f4-disco...

CDC Host for STM32F407

Posted on May 12, 2014 at 22:12Hi, I'm going to implement CDC Host on STM32F407 using OTG_HS. I looked for some examples, but not found any source, only advices how to modify MSC Host on STM32_USB-Host-Device_Lib_V2.1.0... Also I noticed, that there...

antony by Associate II
  • 402 Views
  • 3 replies
  • 0 kudos

STM32 Cube USB Host wmaxpacketsize problem

Posted on August 14, 2014 at 00:13Hi, I use STM32F205ZE USB FS Host library for UVC device. Some UVC device has ISOC EP wMaxPacketSize=192Bytes, but others device's wmaxpacketsize > 500Bytes.I can get JPEG stream if device wMaxPacketSize=192Bytes or...

emre by Associate II
  • 785 Views
  • 3 replies
  • 0 kudos

Variable-size Rx on UART using Interrupts

Posted on August 18, 2014 at 18:19I need to implement the reception of messages on UART using interrupt and the HAL set of drivers. Messages can be of varied length, but they have a terminating character. My problem is that HAL_UART_Receive_IT() tak...

dbegun by Associate II
  • 1251 Views
  • 9 replies
  • 0 kudos