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

Resolved! Unable to append data to a file in SD Card.

Hello,I am using a F413ZHTx Controller on a custom board. I am logging data onto the SD card using SDIO interface. Since I am logging a lot of data, I created a code to:1) Open the file on the SD card2) Log 100 entries3) Close the SD card file4) Reop...

STM with Fiber optic PHY.

Hi all, I'm looking for an STM microcontroller based eval-board/reference design, using only one Optical Phy. I would also like to have schematic and firmware support [preferred SPL] for the above requirements.Thanking with regardsAatif S...

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
  • 477 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
  • 1463 Views
  • 2 replies
  • 0 kudos