User Activity

Hello everyone, we want to read the value from the temperature sensor with ADC using the stm32f431kbu6 microprocessor. We use the code mentioned below. #define TS_CAL_1 (*((uint16_t*)0x1FFF75A8)#define TS_CAL_2 (*((uint16_t*)0x1FFF75CA) float mcuTemp...
Hello,I am trying to read the value from the INA186A3IDCKR current integrated circuit using the ADC2_INO channel on the stm32f103c8t6 microprocessor. My ADC channel is connected to the Vout section. When I examined the datasheet, I did not come acros...
Hi,I want to use input capture mode using TIMER2 feature of Stm32f730vbt6 microcontroller. I am receiving a pulse signal from the oscilloscope and I want to remove it via STM using the timer's input capture mode. What should I use in the code for thi...
Hi,I want to use input capture mode with high resolution timer(HRTIM) on stm32f334r8 microprocessor. I am sending a pulse signal over the oscilloscope. I use one of the External Event Input pins for this. I want to capture the rising edges of the pul...