User Activity

Hello, how can I call a full reset of the CPU2/BLE stack (as if the device were powered up)?I'm resetting CPU1, which then restarts the CPU2/BLE stack from some other code. But this causes some corruption with BLE notifications.
Hello, I'm trying to implement Low power sleep on STM32WB. The sequence is as per LPSLEEP example:HAL_PWREx_EnableFlashPowerDown(PWR_FLASHPD_LPSLEEP); SystemClock_Decrease(); //MSI 2MHZ HAL_SuspendTick(); HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_...
Hello, I have a simple question: What is the way to update the SysTick configuration after changing the clocks at runtime? I am switching SYSCLK between two modes:1) RUN mode: HSE 32 MHZ2) LPRUN mode: MSI 2 MHZAfter changing to (2), the HAL_GetTick()...
When trying 'import a local project', I get a message "Could not find an STM32CubeIDE installation".I have it installed (D:\Program Files\ST\STM32CubeIDE\1.11.0\STM32CubeIDE), but it's not clear where to set this in the extension settings. Thanks
Hello, is there a way to instruct the compiler to place a const value at a specific address in flash memory? On another toolchain I was able to useconst char array1[4] = {1,2,3,4} absolute 0x9D008000; // stored at flash address 0x9D008000If not, is...
Kudos from