User Activity

I have a custom board with stm32L496ZG similar to stm32L496G-disco evaluation board.only the CLK and CS for quad spi are different. I want to use the programmer to check the functionality of the external flash that is connected with quad spi. I have ...
hello.touchGFX in the project I set is not going to tick. it is going to :touchgfx::HAL::taskEntry() , OSWrappers::waitForVSyncI need it to go to :touchgfx::HAL::taskEntry() , touchgfx::HAL::tick() , FrontEndApplication:handleTickEvent(), Model:tick(...
I want to use touchGFX on STM32L496G-Disco with a screen connected to spi1 and not the on board screen.the screen connected to spi1 is supported on another board with the driver in ST7789.c + .h when it is connected to STM32L476RG_NUCLEO. the problem...
any logger application for stm32 MCUs that use FAT on external flash is available ?thanks.