STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H723 Input capture timer over DMA using Low Layer

  Hello STM Community,   I want to implement on STM32H723 ultrasonic sensor and I use TIM8 Input Capture mode to read time between falling edges. It worked on interrupts, but I want to use DMA in order prevent interrupt storm and to speed up calcula...

adakPal by Associate II
  • 442 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H743Zit6 board CAN not working

 #include"STM32H743.h" /* CAN Handle */ FDCAN_HandleTypeDef hfdcan1; /* Function to Initialize CAN Peripheral */ void CAN_Init(void) { /*CAN GPIO Configuration (PB12 as RX, PB13 as TX)*/ GPIO_InitTypeDef GPIO_InitStruct = {0}; __HAL_RCC_G...

bhargav23 by Associate II
  • 1097 Views
  • 10 replies
  • 3 kudos

how to use stm32f407 dual can communication(can1 & can2)

Hello.I'm currently researching can communication with stm32f407vg​currently, i want to use can1 and can2 at the same time, but only one of them works.​​canfilter is used, and the test is currently in progress through timer interupt.​maybe the can fi...

0693W00000NqK9JQAV.png 0693W00000NqK8gQAF.png 0693W00000NqK9TQAV.png 0693W00000NqK9UQAV.png
KHyun.1 by Associate II
  • 4364 Views
  • 12 replies
  • 1 kudos

Resolved! FDCAN missed RX interrupt on STM32H743

Hi, i need help with a strange behaviour of the FDCAN RX interrupt. I have 2 controllers which communicate with each other over CAN bus (Classic CAN). The first (my problem mcu) sends a command message and the second answers with 3 messages. The prob...

Phil4 by Associate
  • 1823 Views
  • 5 replies
  • 1 kudos

Resolved! STM32H7XX Board

Hello, I am a beginner in Embedded systems and I have the board DevEbox STM32H7XX with STM32H743VIT6. when i come to select it in Stm32cubeide I don't find this board. how can i fix it? Thank you in advance

Afsd24 by Associate II
  • 1566 Views
  • 5 replies
  • 0 kudos

STM32 CAN Communication isn't occuring

Setup- I am using Platform I/o to upload code to STM32 , Teensy. I am Sending Data from one STM to another STM via CAN and the message that I received on STM I am communicating it through UART to  Teensy to Serial print it. I couldn't Serial print us...