STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with microseconds delay with timer

Hi,we are using stm32f745xx and bellow are our configurations.we are using total 6 timers, out of which we are using TIM6 to generate 50us interrupt.htim6.Instance = TIM6;htim6.Init.Prescaler = 1;htim6.Init.CounterMode = TIM_COUNTERMODE_UP;htim6.Init...

RRajb.1 by Associate II
  • 1268 Views
  • 8 replies
  • 0 kudos

I2C HAL sensor reading

Hi,I am using HDC1010 temperature and humidity sensor with STM32F103VET mcu. I am trying to read the sensor temperatre and humidity data, but i always get "0" value from sensör. My project code is below. Any advise ?/* USER CODE BEGIN Header */ /** ...

er3481 by Senior
  • 613 Views
  • 1 replies
  • 0 kudos

Problem receiving CAN message with Interrupt callback

I´ve a problem receiving a CAN message with interrupt. When I poll with the same settings the message is received correctly.I´m using STM32CubeIDE with a STM32F103RBT6.When I poll:if (HAL_CAN_GetRxFifoFillLevel (&hcan, CAN_RX_FIFO0) > 0){     HAL_CA...

AWack by Associate III
  • 383 Views
  • 0 replies
  • 0 kudos