STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 FMC + ST7789 LCD

Hi,I am trying to interface Stm32h745 controller with a 240x320 TFT LCD over FMC. Interesting thing is, when I manually control lcd control and data pins(Set them as GPIO_OUTPUT_PP), Lcd works, but when I switched to FMC it does not. Tried lots of ti...

baycanakcay_0-1743510687213.png baycanakcay_1-1743510841119.png

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

UsbX memory split memory pools

Hello,I was looking at the UsbX middleware source code and noticed that the memory pools are split in 2. a) non-cached memory poolb) cached memory poolThe STM implementation doesn't seem to use this code and just places everything into the non-cached...

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