STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Polling or Interrupt better for CAN-FD reception

Hi,I have brought a new Nucleo-H743ZI kit. I wanted to receive data from 5 nodes using CAN-FD which transmits at the rate of 5mbps. which is the best method to use Polling or interrupt to receive the data over CAN-FD??Note: each node send 30 kilobyte...

VPras by Associate II
  • 277 Views
  • 1 replies
  • 0 kudos

Communication between two FDCAN members and a third member transmit a CAN-FRAME which the two others should ignore. The thrid member ignores FDCAN-Messages

Hello everyone,I am using the NUCLEO-144 Board with STM32H743ZI.I would like to test the FDCAN with three members. Two of them use the FDCAN. The third one is an uC which accept FDCAN but cannot do anything the message of the two others. If I send me...

MSchn.14 by Associate
  • 193 Views
  • 0 replies
  • 0 kudos

FDCAN example on Nucleo H743ZI not working

Hi, So I am trying to use the example of "FDCAN_Classic_Frame_Networking" from the mentioned examples in other thread STM32Cube_FW_H7_V1.2.0\Projects\STM32H743I_EVAL\Examples\FDCAN\FDCAN_Classic_Frame_NetworkingBut I am always caught in an error when...

Problems with configuring the FDCAN of the STM32H743ZI

We have the following situation: We want to use the FDCAN of the STM32H743ZI with 500 kbit/s. We've got followingconfiguration parameters for the FDCAN1:hfdcan1.Instance = FDCAN1;    hfdcan1.Init.FrameFormat = FDCAN_FRAME_CLASSIC;    hfdcan1.Init.Mod...

TPien by Associate
  • 245 Views
  • 1 replies
  • 0 kudos

STM32H743 FDCAN Communication problem in classic mode

Hey guys,I have this project with STM32H743 MCUs one board uses ZI and second VI version. Sources for both boards were generated in CubeMX.After many unsuccessful attempts to get these two boards talking to each other via classic CAN I replaced one o...

PMego by Associate
  • 460 Views
  • 2 replies
  • 0 kudos

FDCAN (Classic, Normal) STM32H753 STM32CubeMX HAL

I am new to FDCAN on STM32H7.Using STM32H753VIT6, STM32CubeMX , and HAL, I configured both FDCAN1 (master) and FDCAN2 (slave) at 250 kbps, and all seems to work fine.To check it, I used a MicroChip CAN Bus Analyzer Tool (BTW a very limited and buggy ...

Jack3 by Senior II
  • 482 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H743I-EVAL FDCAN can not receive

Posted on August 17, 2017 at 13:48Hello,    I tried the example 'FDCAN_Com_polling' on STM32H743I-EVAL, it worked like it should be.Then I separated the example code into TX part and RX part, made one of my STM32H743I-EVAL board as TX and another as...

Labels