STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

H723 FDCAN1 and FDCAN2

Hi there,I am using two STM32H723ZGT communicating via FDCAN2 instance (FDCAN, no bit rate switch, 12500 bit/s). Both controller use the same FDCAN initialization code, but different filter IDs.As shown below, the message is transfered on receiver CA...

2024-02-13 14_52_36-Logic 2 [Logic - Connected] [Session 0].png
PGrif.2 by Associate III
  • 2199 Views
  • 23 replies
  • 2 kudos

Resolved! STM32F1 canbus problem zephyr

Hello everybody,I try to get canbus communication on the blue pill+ under zephyr to work. I use the canopennode sample. I got the following overlay: / { model = "STM32 Minimum Development Board (Blue)"; compatible = "stm32_min_dev_blu...

eiten by Associate
  • 209 Views
  • 5 replies
  • 1 kudos

Resolved! STM32F446RET6R TWO CAN PERIPHERALS

Hello!! I'm trying to use both CAN peripherals in an STM32F446RET6R on a custom PCB, but something is not going well enough. I've done the basic configuration using the STMCubeIDE platform (I'll add the code later, but first I want to know if someone...

Davaol19 by Associate III
  • 1438 Views
  • 30 replies
  • 2 kudos

STM32 CAN Normal mode

Hi All,I am currently working on the CAN normal mode in a custom board with MCU STM32F098RCT6 and CAN transceiver TJA1042. Very first I tried the loopback mode and it was successful. Then I am now trying to interface two custom boards using the norma...

Resolved! CAN2 on NUCLEOF446RE is not working.

I am working on NUCLEO F446RE, I need to use CAN1 and CAN2 on the STM32 NUCLEO-F446RE board. I tested CAN1, which works normally for sending and receiving data, but when I tried CAN2, it didn’t work at all. I looked for solutions in https://community...

pawatJoy by Associate II
  • 657 Views
  • 12 replies
  • 0 kudos

Resolved! I can't get value from can bus transmission

You can see my codeThe 'send_frame' / 'CAN_CMD_STD' functions are about CAN bus transmission.Removing 'CAN_CMD_STD' code will make all my code work. In particular, the 'data_set1' array can contain appropriate adc values.But if I add 'CAN_CMD_STD' co...

Resolved! CAN Write State issue

Dear, I am trying to run the CAN Communication in STM32F407 discovery board, In CAN_INIT I have made controller state to Ready after that I have changed the controller state from ready to LISTENING in CAN_START function,   but when I am trying to exe...

Resolved! CAN TX Error

Hi, I am new to ST, trying CAN TX RX Code. Every time I Transmit Error frame is getting generated instead of Data . Please  suggest what i am doing wrong in the below code.  I am sharing my main file   Thanks

ssalvi by Associate II
  • 581 Views
  • 5 replies
  • 0 kudos
Labels