User Activity

Hello ST community,I can't find on the st.com website the documentation showing the electronic circuit of the STM32F411RE, especially for the user button. In which document can I find it?On the web it seems that schematics from google image show that...
In this package for IDB05A2 https://github.com/STMicroelectronics/x-cube-ble1 In the file Drivers/BSP/X-NUCLEO-IDB0xA1/stm32_bluenrg_ble_dma_lp.h there are few includes :   #include "stm32f4xx_nucleo_bluenrg_dma_lp.h" #include "stm32f4xx_hal_bluenrg_...
I am using a STM32F411RE with a X-Nucleo-NFC01A1 (with the M24SR).From the X-CUBE-NFC1 package ( https://www.st.com/en/embedded-software/x-cube-nfc1.html ), I adapted the code to my stm32F411RE.Below is an extract of the main.cSo the TT4_Init() and T...
I am using a STM32F411RE board, and cubeIDE.__HAL_RCC_TIM6_CLK_ENABLE(); macro from Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_timebase_tim_template.c is called in the function HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority), however it isn...