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

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...

Threadx Link with static library

Hello ST community,           I am using STM32U585AIIQ6 micro controller I wanted a .c files to be as a static library i am using tx_thread_sleep one function of my .c files if those files are are included as a source file in my project the tx_thread...

QDEC on STM32H563RG with Zephyr

Hi all, I was able to make the qdec on timer1 run and read pulses from an external encoder. Now I wanna generate an interrupt after let's say 100 pulses. That interrupt should toggle a led I mean the timer has interrupts, but i don't know how to use ...

Lukas4 by Associate II
  • 368 Views
  • 2 replies
  • 0 kudos

Resolved! STL flash test failing

I do not know if this is appropriate place to ask but I will try. We are integrating the STM STL library and we cannot get the flash test to be successful.This, this, this nor this helped. I believe we are generating the checksums correctly, we tried...

Firmware bug in X-CUBE-AZRTOS-H7

Hello, I know that STM doesn't manage AZ-RTOS, so this is more of an informational post to help others. In one of my projects, I'm using an STM32H7R3L8H7H MPU, on which I found this behavior very cumbersome. Some settings for my board are stored in a...