User Activity

Hi. everyone"I've found that when I enter sleep mode, my uwtick stops counting, which causes issues with calculating the DataCollect time after waking up with the RTC. Is there a way to resolve this?"while(1){    if(HAL_GetTick() >= Tcmd1_dataCollect...
Hi. I am testing flash read and write operations.In the main function, when I write 1 to address 0x08006000, I can correctly read back 1. However, when using FreeRTOS and performing the same operation within a task, I read back  garbled values (such ...
Hi everyone,My bootloader is located at address 0x08000000,MEMORY{RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8KROM (rx) : ORIGIN = 0x08000000, LENGTH = 32K}#define VECT_TAB_OFFSET 0x00000000Uand the app is at 0x08008000.MEMORY{RAM (xrw) : ORIGIN = 0x2...
I am using the Wireless Connectivity software pack, which automatically generates Wi-Fi and bluetools code files. Due to specific requirements, I have made some modifications to parts of the code files and configured additional pins using CubeMX's IO...
Kudos given to