User Activity

Hi there,I am trying to use an SVG in my project, but the views between the TouchGFX and the simulator differ.please refer to the project in the attachment.My questions are on the page:1. why the rect border seems normal in the TouchGFX Designer view...
Hi there,I have an IIC sensor connected to the MCU. And I read the sensor data at 50Hz.However, there are sometimes some IIC communication errors present with HAL_I2C_ERROR_TIMEOUT.My project is based on FreeRTOS with 4 Tasks, the sensor data collect...
Hi there,In my touchGFX project, I import an SVG file.I can compile and simulate the UI page using TouchGFX Designer, which works as expected.However, after I finished the design in TouchGFX Designer and tried to compiler the project by MDK-ARM, the ...
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...