STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem in Simultaneous Record and Play

Posted on September 11, 2015 at 18:30Hi,  I'm trying to write an application to do simultaneous record and play on the STM32F4Discovery board. (16 KHz, 2 Channel, 16-bits). The audio quality on the speaker is not good in this case.  Thereafter, I tr...

STM32F4 Discovery - HAL ADC crashes FreeRTOS

Posted on January 17, 2015 at 21:53I generated code for FreeRTOS with USB by STM32cube and I�m trying to use ADCs triggered by Timer3 and transfer data to memory by DMA2. There are only three FreeRTOS tasks sending messages to each other and sleepin...

jirik09 by Associate II
  • 910 Views
  • 4 replies
  • 0 kudos

Using USB OTG library STM32F207

Posted on September 02, 2015 at 17:19Hi, i'm using USB-OTG periphery of STM32F207ZE microcontollers. I'm a beginner in the program this micro. I'm using the library stm32_f105-07_f2_f4_usb-host-device_lib but don't know how to fit my case. I would ...

vlr by Associate II
  • 493 Views
  • 2 replies
  • 0 kudos

bug in HAL library stm32l1xx_hal_gpio_ex.h

Posted on February 23, 2015 at 18:20The following macro generated by STM32CubeMX 4.5.0 and 4.6.0 is wrong for SYSCFG_EXTICR1-4 when trying to use registers GPIOF, GPIOG, GPIOH for EXTI. &sharpdefine GET_GPIO_INDEX(__GPIOx__) (((__GPIOx__) == (GPIOA)...

dan2 by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

STM32Cube and OTG

Posted on May 05, 2015 at 11:32Hello, I want to implement OTG (HOST that supports MSC and HID and in DEVICE mode composite MSC + CDC). There are available two implementations of USB stacks from ST. First one is STM32F105/7, STM32F2 and STM32F4 USB o...