STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32Cube and CoIDE

Posted on February 24, 2014 at 13:03Hello! I see the Stm32Cube software. This is very useful and great software. Is there any chance to implement CoIDE project support? Thanlks #stm32-coocox-coide-cube

totti001 by Associate II
  • 418 Views
  • 5 replies
  • 0 kudos

f_utime

Posted on January 31, 2014 at 09:31 Anyone got any experience using the f_utime function from chan's fatfs? I've got a function that uses it to put a timestamp on a file I create on an SD card, but it returns INVALID_NAME every time. Not quite s...

STM32F4 chip erase through DFU

Posted on February 20, 2014 at 12:26Hi,I have a board based on the STM32F429ZIT6, same as on the STM32F429I-Discovery. The board is wired so that the MCU can be reprogrammed via USB DFU. There is no ST-Link since this is a custom prototype board.Whi...

USB HID communication

Posted on October 18, 2011 at 15:09Hi,I am working on the USB HID communication where I am trying to send 1K bytes of data from host to device. I am using the ST32F107V microcontroller and teh board used is STM3210C-EVAL.I am able to send 64 bytes a...

problems with USB lib CDC example

Posted on November 19, 2012 at 11:17I want to use the CDC example to send ADC data to a PC in a fast way. My problem is that I seem to be losing data erratically, especially if I send more data. I changed the  usbd_cdc_VCP.c file in the following wa...

STM32 DFU

Posted on February 18, 2014 at 02:35I would like to know that is there any way to change the Target ID 00 (red circle in attachment) to other value such as 01, 02, etc�?Maybe modify something in startup file, system file or setting of the DFU projec...

jlim by Associate
  • 145 Views
  • 0 replies
  • 0 kudos

boot from bank2, BFB2 bit, SYSCFG_MEMRMP

Posted on February 14, 2014 at 11:40I am confused with these lines on Ref. Manual(0090) RM Rev.6 Page70 of 1710 (6th? para)To select the boot from Flash memory bank 2, clear the BFB2 bit in the user option bytes. When this bit is set and the boot pi...