User Activity

Hi guys,I am using the STM32H750 and try to reprogram the internal 128KB flash.Please check my code as below :During the programming i got the "PGSERR" randomly , and error code is "0x00040000 "Any comment , thanks HAL_FLASH_Unlock();  __HAL_FLASH_CL...
If i enable the TimeOutActivation in the memorymappedmode then device hangup randomly. if i disable the TimeOutActivation then it work normally.The code snippet as below :QSPI_EnableMemoryMappedMode(QSPI_HandleTypeDef *hqspi)  s_command.InstructionMo...
I want to use the STM32H750 option byte to store the device UUID (8 bytes) .But i can't find any good sample on STM32Cube_FW_H7_V1.5.0 or forum .Thanks
I have two hardware boards mount with STM32H750 . I want to set the GPIO G11 to high , the code as below :  __HAL_RCC_GPIOG_CLK_ENABLE();   HAL_GPIO_WritePin(GPIOG, GPIO_PIN_11, GPIO_PIN_SET);    GPIO_InitStruct.Pin    = GPIO_PIN_11;   GPIO_InitSt...
How can i use TrueType font engine (dynamic to display different language in different size in TouchGFX ? thanks
Kudos from