STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 CAN BUS missing some transferred messages

Hi, I am trying to communicate with other CAN devices on CAN BUS with STM32F103.I have enabled "void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan)" to receive message interrupt as highest priority and in main loop I am checking if I got ...

JBond.1 by Senior
  • 713 Views
  • 1 replies
  • 0 kudos

STM32L1 Stop mode usage

Hello, I have problem with entering to the stop mode againHere is my function to configure stop mode, used once before main loop, and it's ok after that MCU goes to stop mode and power consumption is low.void EnterLowPowerMode(void) { //used just onc...

ughr1 by Associate II
  • 761 Views
  • 4 replies
  • 0 kudos