User Activity

Hello everyone,I develop a project with STM32U575 and I want to use LPUART with LPDMA, normally I use LPUART with normal DMA in my other stm32L4 projects but here I couldnt work with this peripherals. Low power is not a critical issue of this part of...
Hello, I use STM32F746 , touchgfx, SDRAM, NORFLASH in my project. I use MPU and I make configurations in CUBEMX and I have MPU_Config() funciton in my main.c. I wonder that;  is MPU one time programmable after reset or can I  reconfig MPU during runt...
Hi everyone, I checked but I couldn't find anything. Is there any application or demo project for ISOBUS communication on STM32 or demo boards? Thanks,Erdem 
Hi guys, I use stm32L4 and freertos, I try to make low power run mode in my project. Normally my mcu works 60Mhz but I want to reduce clock as much as possible in low power run mode like 1Mhz and I want to use freertos in low power run mode. I change...
Hi everyone,I want to learn something about "Begin Frame" - "End Frame" process. If touchgfx "Begin Frame" has started, will it come to "End Frame" status no matter what happen. For example code status is "Begin Frame" but something is changed (scr...