Skip to main content
Associate III
July 18, 2023
Solved

STM32 CANBUS ACK

  • July 18, 2023
  • 3 replies
  • 1403 views

I am using stm32f407vgt6 mcu and sending data in canbus but I want to receive ack notification

This topic has been closed for replies.
Best answer by Karl Yamashita

Look at the CAN_TSR register and the TXOKn bits.  

3 replies

Karl Yamashita
Principal
July 19, 2023

You haven't given enough information. What are you trying to send CAN bus data to? Air?

If a reply has proven helpful, click on Accept as Solution so that it'll show at top of the post.CAN Jammer an open source CAN bus hacking toolCANableV3 Open Source
SergenAuthor
Associate III
August 28, 2023

For example, I sent data to the other party, how do I know if it is sent or not?

Karl Yamashita
Karl YamashitaBest answer
Principal
August 28, 2023

Look at the CAN_TSR register and the TXOKn bits.  

If a reply has proven helpful, click on Accept as Solution so that it'll show at top of the post.CAN Jammer an open source CAN bus hacking toolCANableV3 Open Source