2018-03-25 07:45 AM
Hello, I have question about CAN on STM32F429-DISCO board.
I found that CAN1 is shared with display control and CAN2 with on-chip debugger. In comments for this video (
/external-link.jspa?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4fYoXGiIdDs
) they recommend to disconnect C53 in order for CAN2 to work. In one discussion forum I found that it will be then possible to upload program via ST-link but it will not possible to debug. Is it correct? Thanks, Vaclav
null2018-03-25 08:11 AM
try it ...
don't forget to pull up the Rxpin if here is no line driver.
otherwse the processor will not progress beyond InitCAN
2018-03-26 09:28 AM
Hello, I tried to remove C53 and pull upthe Rx pin via 10k resistor but it still does not work. Vaclav
2018-03-26 06:41 PM
I guess you have to do what I did.
I bought a CanDo unit from UK and started it transmitting every second, then I worked on the receiver first.
then I up'd the transmission to every 10mS, it worked like a dream at 250KHz.
then I worked on the transmitter.
It may be too difficult on that board, try a nucleo board, well recommended.
(I make my own boards)
2018-04-24 07:16 AM
This answer is very help for me. I appreciate to you, sincerely.