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! STM32H743II / SD Card Init Problem

Hey I have a Custom Board with a STM32H743IIT6 (Rev V) (My IOC is attached) i have a clock source with 25 MHZ, and the SDCARD is connected over 4 Bits, and Clock Divider 5.My code runs on main function in to the Error_Handler with Reason "HAL_SD_ERRO...

Sany by Associate III
  • 636 Views
  • 2 replies
  • 0 kudos

Switching from HAL to LL complications

Good day,I recently made a post about getting my SPI to a certain speed. Ive managed to get the core down but found out that HAL is way too slow for what I need. I thus switched to low-level drivers. Now using LL instead of hal, Im trying to do a sim...

Igneous by Associate III
  • 890 Views
  • 9 replies
  • 3 kudos

Mid-byte SPI transfer detection

Hello,This is assuming STM32G0 with SPI configured as slave. I'm looking for a way to detect if a ongoing SPI transfer is happening. Not at the byte level but at the bit level.So I can detect if some incomplete byte is pending in the RX buffer (due t...