STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

capture and play sound by STM32F407 and Codec

Posted on March 01, 2017 at 10:34Hi.I designed a PCB to use stm32f407 and TLV320AIC12 codec for capturing and playing sound.As you can see I connected I2S pin of stm to tlv in this way:STM32F407                   TLV320AIC12CK-----------------------...

nima2 by Associate II
  • 546 Views
  • 0 replies
  • 0 kudos

pma start address

Posted on February 28, 2017 at 15:24Hi,In the CDC_Standalone example of stm32f0cube there is the following line in usbd_conf.h.HAL_PCDEx_PMAConfig(&hpcd , 0x00 , PCD_SNG_BUF, 0x40);Online I also often see 0x18 instead of 0x40. How do you determine t...

kenny2 by Associate
  • 577 Views
  • 1 replies
  • 0 kudos

STM32 with USB Host and SD Card Interface

Posted on February 27, 2017 at 10:41Greetings to all the GEEKS.Well i am looking for STM32 microcontroller that has usb host capability as well as it can interface with micro sd card or sd card. The reason for usb host capability is --- I want to st...

how run Free RTOS on STM32????

Posted on February 19, 2017 at 19:06Hi.i want run free RTOS on STM32.But there are a lot of concepts and parameters for setting (task,Queues,Thread,.....).I have read 'Developing Applications on STM32Cube with RTOS'  But I am still confused.so pleas...

l90mehdi by Associate II
  • 991 Views
  • 2 replies
  • 0 kudos

STM32 USB Library NAKs OUT packets from host

Posted on February 01, 2017 at 02:32I have the STMicro USB library configured as a full speed CDC device.  This is running on a STM32F405OG chip.  Everything works as expected but (very) occasionally it gets into a state where the device NAKs every ...