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

Why SPI_WaitOnFlagUntilTimeout fails and return timeout?

Hello,I am using STM32F401 and specific SPI_TxCloseIRQHandler : * @version V1.1.0 * @date   19-June-2014As slave, this function fails in this:/* Wait until Busy flag is reset before disabling SPI */   if(SPI_WaitOnFlagUntilTimeout(hspi, SPI_FLAG_BSY,...

ilias by Associate II
  • 1189 Views
  • 2 replies
  • 0 kudos

osxAcousticEC using STM32F407 Discovery

Hi !​I need an example F/W for below.​osxAcounsticEC using STM32F407 Discovery ​In the past, I could download the example file, but I can not find it now.​If you have an old sample(Microphone -> PCMtoPDM -> osxAcousticEC -> DAC) , Please Help me...Th...

slee.121 by Associate II
  • 878 Views
  • 3 replies
  • 0 kudos

Resolved! DeInit entire port, rather than a single pin

Hi,I'm using the STM32 F429ZI MCU, and I was wondering if an entire port can be deinitialized rather than one pin at a time. I know of the HAL_GPIO_DeInit() in the STM32 headers but it looks like it works one pin at a time. Is there a function to DeI...

Debug freeze using STM32CubeMX generated software

​Hi everybody, I'm approaching to HAL. I'm using STM32CubeMX to setup a STM32L431 and when I start debugging the MCU freeze in SystemClock_Config() function. If I don't use HAL my simple program (just i++; inside indefinite loop) works fine. Maybe I ...

adavide by Associate
  • 324 Views
  • 0 replies
  • 0 kudos

Bug in the STM32Cube_FW_H7_V1.3.0 CANFD?

Hi, I made a CANFD application for H7 using STM32Cube_FW_H7_V1.3.0 and noticed that the filter is not working, the H7 receives any CANFD message ID. I just changed the "Drivers" folder to that of STM32Cube_FW_H7_V1.2.0, and the CANFD filter started w...

Asantos by Senior
  • 422 Views
  • 1 replies
  • 0 kudos