User Activity

Hi,I had a doubt regarding the timer interrupt stop function.if(isOpen_Unload == 1){  HAL_NVIC_DisableIRQ(EXTI15_10_IRQn);  HAL_NVIC_EnableIRQ(EXTI9_5_IRQn);  Start_Motor(1);  HAL_Delay(5000);  HAL_NVIC_EnableIRQ(EXTI15_10_IRQn);  HAL_TIM_Base_Start_...
Hi,So I want to have a timer interrupt of 15 seconds. So I calculated the values of pre scalar and counter accordingly:Prescalar - 18356Counter - 65347I just wanted to ask if I set such values. Will it work? Cause I tried the same using an LED Toggle...
Hi,I'm trying to interface the HX711 load cell with an STM32 MCU. The resultant values are varying by a huge margin after every interval so please help. I'm, uploading my codeSo PA6 - GPIO Input - DOUT pinPB9 - GPIO Output - Pulldown - SCLK Pin#inclu...
Hi,I wanted to code an application where the external interrupt would stop the motor. I am gonna be using two limit switches - one with rising edge trigger and one with falling edge trigger.Unfortunately, none seem to work. Please help.I have attache...
 Hello,The input 1 and input2 signals will be fed from an STM32 but the problem is the signal sent from STM32 is 3.3V but the input to the IC is 5V. How do I convert the same? Please help.
Kudos from