User Activity

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...
Hello All,   I am trying to implement baremetal implementation for Continous Conversion Mode. I have wrote the below code. I am expecting that the ADC will read A0-B0-A1-B0 in this sequence. However the code is only reading A0 and not any other pins....
Hello All,  I was trying to include "arm_math.h", however I couldn't find LIB folder under CMSIS folder.Any suggestion, where can I find it?Thank you,RegardsNewton
Hello Everyone ,I have a wrote a code to send STM32F401re to sleep with all peripherals on at 84Mhz , as per the datasheet i should be seeing a current consumption of 18-20mA, however I am seeing a consumption of 27mA. The code sends data through UA...