STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f107vc - driver for TLV320AIC3204 audio codec

Posted on August 07, 2011 at 14:50Hi, If anybody have driver for the audio codec chip by TI(TLV320AIC3204),please share it.I need to program the codec using I2C.Iam using stm32f107 cpu chip. Many thanks in advance. #stm32 #audio-driver #tlv320ai...

mili by Associate II
  • 839 Views
  • 0 replies
  • 0 kudos

STM32 flash-reprogram throught memory stick

Posted on July 06, 2011 at 13:38Hi, I am trying to reprogram the flash memory of an ARM (STM32F105RC) trhought a memry stick (USB OTG) and I would know if it is possible and someone has any experience on that. Reading the documentation it seems it ...

bfeixas by Associate II
  • 1169 Views
  • 6 replies
  • 0 kudos

STM32 USB DFU and User application

Posted on July 21, 2011 at 11:24Hi AllI'm trying to develop a new firmware using USB DFU as well as USB MIDI class.I'm using IAR EWARM, compiling for STM32L152I downloaded the DFU project from ST libraries, and I have a couple of questions regarding...

jerome2 by Associate II
  • 465 Views
  • 0 replies
  • 1 kudos

USB HID on STM32 CL and MD

Posted on July 15, 2011 at 15:31Hello, I'm stucked at programming a USB. Based on ST USB Library and sample project (Custom HID) i've created an program that send to PC data in report of size 10 bytes. So i changed an description of usb (in usb_desc...

mpachock by Associate
  • 764 Views
  • 3 replies
  • 0 kudos

ethernet project using stm3210b-eval

Posted on June 18, 2011 at 06:55hi everybody, I have a stm3210b-eval board and I want to design a project which contains an ethernet port.I know that this board doesn't support ethernet port. could I add any external ICs to this board to have ethern...

USB communication

Posted on July 10, 2011 at 19:37HiI use UM0424  ST library to connect my STM32F103 with computer. I want send 3 bytes data (normally they send 2 bytes from ADC). I change wMaxPacketSize in ''Descriptor of Custom HID interface'' but when I try send 3...

kucel by Associate
  • 373 Views
  • 0 replies
  • 0 kudos

COM over USB sending unexpected packages

Posted on June 28, 2011 at 16:48Hello everybody, I'm using STM32F103ZEH6. The device is connected to a host pc via USB emulating a virtual COM port. From time to time I can detect 2 similar packages with my USB-Sniffer an the host pc recognizes them...