STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F042K6 flash loader problem

Posted on September 11, 2014 at 14:33Hi,We started to use SMT32F042K6 microcontroller. I need to download program via serial port. So I am tring to use flash loader demonstrator v2.6.0.First of all, I connected my board to PC via FTDI virtual com po...

murat1 by Associate
  • 885 Views
  • 1 replies
  • 0 kudos

USB CDC Example for DISCO429 Board

Posted on September 11, 2014 at 13:01Hi !I have taken latest Cube4.3.1 and FW package 1.3.0.I have created USB Device VCP example for DISCO429 board and it dosn't work.I can see serial port is appears with yellow triangle in DeviceManager.In forum I...

yevgen by Associate II
  • 497 Views
  • 3 replies
  • 0 kudos

STM32 USB FS Bulk In speed tuning

Posted on September 10, 2014 at 00:55Using STM32Cube_FW_F4_V1.1.0 on STM32F401 I am trying to maximize data from host to stm on FS bulk endpoint.  Using a 64 byte Rx buffer, I can only get about 5 MBps, as the interrupt and setup for next Rx buffer ...

cpmh1 by Associate II
  • 1040 Views
  • 2 replies
  • 0 kudos

Trying to interface to CAN code

Posted on September 08, 2014 at 18:51I am trying to assign a value to the IDE bit.  But when I try to write this I am getting a �HardFault_Handler�.  I am sure it has to do with my syntax, but I have been writing requirements for too many years now ...

ebommer by Associate II
  • 605 Views
  • 6 replies
  • 0 kudos

STM32F4 USB Composite CDC + MSC

Posted on February 13, 2014 at 14:16 I'm in the process of building a USB composite CDC + MSC device on the STM32F4 Discovery board but am having trouble getting windows to recognise it. Using USBlyzer all the descriptor info seems ok bu...

deanos by Associate II
  • 618 Views
  • 1 replies
  • 0 kudos

Making internal FLASH as MSC

Posted on September 04, 2014 at 11:02I download STM32CubeF4 from http://www.st.com/web/en/catalog/tools/PF259243. There is an example of MSC in \STM32Cube_FW_F4_V1.3.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone\MDK-ARM.If I build ...