STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 483 Views
  • 0 replies
  • 0 kudos

How should I use argument "Channel" in function: HAL_SDADC_InjectedGetValue(SDADC_HandleTypeDef *hsdadc, uint32_t* Channel)

Hi!I'm trying to make 16-bit ADC measurement works but I have some trouble understanding the argument Channel. First I have these SD-ADC channels.SDADC1 have:IN4 = Single zero referenceIN6 = DifferentialIN8 = DifferentialSDADC3 have:IN6 = Single zero...

0693W000006EzhIQAS.png 0693W000006GXNdQAO.png
DMårt by Lead
  • 614 Views
  • 0 replies
  • 0 kudos