User Activity

Hi there,There is a config option named "OB_STOP_RST" that exists in Option Bytes' USERconfig, I tested it with STOP mode, and it works well.But I can't understand when we should use it. After clearing this bit to OB_STOP_RST, the MCU will reset righ...
Hi there,I want to clear the specified flash page's WRP by program, but I can only do it by clearing all the flash page's WRP,meanwhile, I also need to keep my data in option byte.my code is as follows(the project at HERE :(uint8_t data0 = HAL_FLASHE...
Hi there,As the title, I use a static graph with a line, and I want to change the line's color according the data.But I check the API of static graph in TouchGFX document, I didn't find the function like setColor() or setLineColor().How can I do it b...
Hi,I want to show a circle progress like below:In touchgfx's circleProgress, there is't the little circle at the progress line end;So I am drawing the little circle and update its position realtime;Is there any simpler way to do the same things?And m...
Hi there,In my STM32F429BI TouchGFX project, I using some images.I want to show a image in areaA, and then rotate the image 90dgr and show it in areaB.But seems I must store the 2 images(before and after the rotation) in RAM to show both of them.Can ...