STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Play multiple Audio in one time [STM32f407xx]

Posted on September 09, 2015 at 10:05Hi guys, I am intend to using STM32f4 Discovery as sound board, the problem I am only able to play one audio in one time, I need 3 or 4 audio overlapping. is it possible to mix the audio buffer in firmware ? so ...

edward23 by Associate
  • 930 Views
  • 1 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
  • 588 Views
  • 2 replies
  • 0 kudos

I2C how to generate NACK and STOP

Posted on September 01, 2015 at 00:33 Hello, I'm using MCP3424 and it says in it's datasheet When the Master finds the RDY bit is cleared, it can send a not-acknowledge (NAK) bit and a stop bit to exit the current read operat...

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
  • 516 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...

STM32F105/7 USB MSD - STM32CubeMX

Posted on September 02, 2015 at 13:40I have generated code, using STM32CubeMX,  to operate and show up as a MSD on my windows computer - HOWEVER,  when I connect my device to the computer I can not see the device - instead it shows up in the Univers...