User Activity

I port GuiLite on my board with stm32h7, when I develop with multi layer app, I found when I use DMA2A to transfer data on two layers. the screen get some blink like.video_down_load_link:https://img.nickyam.com/file/BAACAgUAAyEGAASS2zT1AAIChGfS0ygzo2...
I use cubemx generate a project with uart5. It's ok.But when I move some init codes of uart5 to function ``void SystemInit (void)`` tail as below```MPU_Config();HAL_Init();SystemClock_Config();PeriphCommonClock_Config();MX_UART5_Init();dbg_console_tx...
I made  a project on keil with generate flm file to download to external flash with my board. My board has a stm32h7b0zbt6 chip with ospi interface with a spi nor flash W25Q128. the interface releate is:  PF6 ------> OCTOSPIM_P1_IO3 PF7 ------> OCTOS...
I made a board with ST32H7B0ZBT6, and add a external flash with W25Q128JVS。I found after I enable mapped function, I couldn't write data to external flash any more.the code with enable mapped func as below: uint8_t W25Qxx_OSPI_Init(void) { OSPI_R...
I made a project with stm32h7 board, and use pemicro multlink to debug it under keil. I found it keep in systick handler pending but no active.I checked systick module register as:the counter is changed.and then I checked SCB releate registers asand ...
Kudos from
Kudos given to