Question
STM32F0 CAN self-reception?
Posted on July 10, 2015 at 23:59
I'm using an STM32F0 for a CAN application. I noticed, though, that the MCU doesn't receive the messages that it sends out on the bus. It would be preferable for me to be able to see all of the data on the bus, though, so is there a way to do this besides saving the data after it's been transmitted? Obviously, LoopBack mode prevents me from seeing other bus traffic so just using that won't work.
