User Activity

Hello All,     I am using Ubuntu 24.04 and STM32 Cube IDE 1.16 version. When I try to  burn code to a STM32F401RE Nucleo board. I am getting below error. Could not determine GDB version using command: arm-none-eabi-gdb --version arm-none-eabi-gdb: er...
Hello All,  I have STM32F401RE Nucleo board, I have connected the controller as below.However when I hit one Piezo all adc channels are getting triggered.I am continously polling every channels to get the ADC values.1. Is this an hardware issue in ST...
Hello All,  I came across the daylight saving feature in RTC peripheral of STM32F401RE. I live in a country where there is no concept of daylight saving, hence this is new to me as well. As per the RM of STM32F401RE, there is a automatic daylight sav...
Hello All,     I am trying to include arm_math.h for STM32F401RE project, I have all the source file of math.h However when I try to build it. I am getting multiple defination  error at linking stage.Can anyone suggest me how to solve this? I am not ...
Hello All,    I am trying to write a baremetal code for ADC, to work in Continous SCAN mode. I needed help with a few bit in internal ADC peripheral in STM32F401RE1. EOCS As per the RM, if EOCS is "1" then EOC is set for each conversion,hence suppose...