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

STM32L073 - Jump to Bootaloader from user code

Hi,we are developing an application on a STM32L073RZT, that needs to jump to the embedded bootloader frim software, since we can not use the BOOT0 pin.I tried to write a code that jumps to system flash, using the NUCLEO-L073RZ board. In order to achi...

BSchm.7 by Associate
  • 427 Views
  • 0 replies
  • 0 kudos

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
  • 1204 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
  • 881 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
  • 327 Views
  • 0 replies
  • 0 kudos