STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wake up MCU by CANbus interruptions from sleep mode (STM32L4)

Hello,I am working on power management and I put MCU in sleep mode (no low-power), but it doesn't wake up when it receives a CAN frame, it stays in sleep mode. I would like any CAN frame to wake up the MCU.To switch to sleep mode I use :HAL_PWR_Ent...

0690X00000AqPZKQA3.png
K-C by Associate II
  • 1806 Views
  • 1 replies
  • 0 kudos

STM32F103C8T6 CAN receive interrupt not firing

Hi, I'm using an STM32F103C8T6 MCU with SN65HVD230 CAN transceiver to read can data. 500bps.Bus is healthy, terminated and HAL initializes OK, but the receive interrupt never fires.CAN_HandleTypeDef hcan;   CAN_FilterTypeDef sFilterConfig; CAN_TxHead...

Ksmol by Associate II
  • 704 Views
  • 2 replies
  • 0 kudos

How to configure CAN in STM32F103 using CMSIS?

Hi everyone! I use the STM32F103 microcontroller to work with the CAN bus. I work in the Keil v5 environment and use the CMSIS library (I took the source files for my MCU from CubeMX). However, during debug, when I send the first data frame, I get th...

0690X00000AqQZzQAN.jpg 0690X00000AqQaYQAV.jpg
AKilo by Associate
  • 1915 Views
  • 0 replies
  • 0 kudos

Resolved! Timer 3 counter clock source

Is external clock mode 1 and external clock mode 2 are available only for channel 1 of general purpose timer(Timer 3 specifically)?. Or other channels can also be configured for it?

A3 by Associate III
  • 708 Views
  • 4 replies
  • 0 kudos

STM32L475 WKUP pins

Hello all I did not find the answer in the datasheet so please try to answer me I would like to use 4 wkup pin on stm32l475 ; my product should last 5 years ; so i need to calculate the battery very good my question which is less current ; wkup pin w...

STM32F756ZGTX CAN setup (missing pin setup?)

I'm trying to get CAN working with this micro and a prototype PCB. I managed to rewrite the created code from 1.0.2 CUBE and adjusted it to use the example provided in the STM32756G_EVAL\Examples\CAN\CAN_Networking. The Init does not cause any error...

AGrif by Associate
  • 297 Views
  • 0 replies
  • 0 kudos