User Activity

Hi there, this is the default implementation of HAL_Delay function for stm32h7xx_hal.c (and I assume many other hals too)__weak void HAL_Delay(uint32_t Delay) { uint32_t tickstart = HAL_GetTick(); uint32_t wait = Delay;   /* Add a freq to guara...
Hi all, I am using X-NUCLEO-BNRG2A1 + NUCLEO-L476RG as for preliminary test. I've tested the SampleApp example and it works fine. The final goal is to use the BlueNRG-M2SA in a stm32h753XI custom board + custom antenna. I've tried to generate the Sam...
Hi there,Is there any way to import X-CUBE-NFC6 software expansion into STM32CubeIDE ?I've seen that there is an option to manage package extensions from local / url. The issue here is that on officials X-CUBE-NFC6 official website https://www.st.com...
Kudos from