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

How can I test this entire Boot loader receiving application software over SPI for STM32F207 X and Y version chip , and how to check if my IC is STM32F207 X and Y version .

How can I test this entire Boot loader receiving application software over SPI for STM32F207 X and Y version chip , and how to check if my IC is STM32F207 X and Y version .I am working with STM32F207 as making it as Slave SPI and using another Master...

get problem in USB audio device

Hi,I'm working in an audio project. We use stm32f407 like a USB audio device to get audio data from PC then send out by I2S module. We are using stm32f4 Discovery kit and STM32cubeMX. After generate code, i change nothing and flash to Kit; my PC ide...

0690X000006DHaSQAW.png 0690X000006DHaXQAW.png 0690X000006DHacQAG.png 0690X000006DHahQAG.png
TPham.12 by Associate
  • 521 Views
  • 0 replies
  • 0 kudos

Resolved! Difference DMA and IT?

Hi,i am a newby with STM32what is the difference between the three functions:HAL_UART_Transmit_IT,HAL_UART_Transmit_DMA,HAL_UART_Transmit

arduo by Senior
  • 2340 Views
  • 5 replies
  • 0 kudos

STM32H7 8xPDM microphones via SAI using STM32CubeMX

Hi guys,I'm looking at a number of ways to interface 8xPDM microphones and one of the ways is using an STM32H7 with it's SAI/PDM interface. According to the documentation (AN5027, 4.3.1), I should be able to select up to 8 microphones in the H7 SAI1_...

sully by Associate II
  • 2786 Views
  • 7 replies
  • 0 kudos

Caps lock led turn on/off

Posted on August 22, 2014 at 08:53I want to turn on/off keyboard led using STM32F4 Discovery HID example.. Keys are working fine.I have problem with output Set_report. Led is not turning on/off although it seems i am sending correct request.I am sen...