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
Principal

Look at the CAN_TSR register and the TXOKn bits.  

If you FIFO doesn't work, then it's called GIGO.
TimerCallback tutorial! | UART and DMA Idle with multiple UART instances 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
Principal

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

If you FIFO doesn't work, then it's called GIGO.
TimerCallback tutorial! | UART and DMA Idle with multiple UART instances 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
Principal

Look at the CAN_TSR register and the TXOKn bits.  

If you FIFO doesn't work, then it's called GIGO.
TimerCallback tutorial! | UART and DMA Idle with multiple UART instances tutorial!

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