Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CAN Transmit Loopback Mode

Hello all,I would like to put the CAN2 interface into operation on a NUCLEO STM32F466RE board. For this purpose I have programmed an example in which a BYTE array HELLO is to be sent in the loopback.If I now pass the TxHeader Struct to the HAL_CAN_Ad...

0693W00000Y9cC4QAJ.png
MZimm.3 by Associate II
  • 1795 Views
  • 10 replies
  • 1 kudos

CAN Loopback at STM32L433

Hi All,I'm a newbie at STM32 device. Now, I have STM32L433 and I would like to try CAN loopback mode at my device. Does anyone can help me out? It does not work. Please check the attachment. Thanks.

EHsie.2 by Associate II
  • 387 Views
  • 0 replies
  • 0 kudos

Hi, does anybody has some example code (CAN interface configuration, CAN interrupts) for STM32 as CAN slave receiving data via CANopen protocol?

Posted on July 09, 2018 at 16:42I am trying to receive CANopen data (8bytes sent every 1s) with Nucleo  L476RG (it has only Master CAN interface but I think it should not matter since CAN is multimaster). For conversion CANH and CANL to CANRx and CA...