cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 CANBUS ACK

Sergen
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Karl Yamashita
Lead III

Look at the CAN_TSR register and the TXOKn bits.  

Don't worry, I won't byte.
TimerCallback tutorial! | UART and DMA Idle tutorial!

If you find my solution useful, please click the Accept as Solution so others see the solution.

View solution in original post

3 REPLIES 3
Karl Yamashita
Lead III

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

Don't worry, I won't byte.
TimerCallback tutorial! | UART and DMA Idle tutorial!

If you find my solution useful, please click the Accept as Solution so others see the solution.
Sergen
Associate III

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

Karl Yamashita
Lead III

Look at the CAN_TSR register and the TXOKn bits.  

Don't worry, I won't byte.
TimerCallback tutorial! | UART and DMA Idle tutorial!

If you find my solution useful, please click the Accept as Solution so others see the solution.