Posted on November 14, 2015 at 11:22
Hello, I'm trying to communicate with a STM32f4x9 EVAL board and a STM32F429-Discovery board via CAN Bus,
I am using MCP2551 transceiver IC for Discovery board, I know that CAN1 is being used by LCD an...
Posted on January 29, 2016 at 00:50For anyone who is trying to read a car ECU CAN data, here is a handy github gist(A guide how to automate the baudrate calculating for CAN bus) https://gist.github.com/Arman92/154e2540847b32c44c29
Posted on December 05, 2015 at 08:35I contacted ST online support, here is the complete conversation: SOLUTION PROPOSED BY SUPPORTER - 4/12/2015 18:53:22 : Yes the interface circuit is needed ( power supply contraints) ; you can find a referen...
Posted on December 02, 2015 at 17:30I don't know what you mean, I just runned the STMCube example (ported for stm32f49), connecting an smart card (which I'm sure it works) and by connecting, I mean simply connecting wires for VCC, GND, CLK and I/O p...
Posted on December 01, 2015 at 14:36I have the exact same question. I am using the SmartCard example project that cames with STMCubeF4 for STM324xG_EVAL, however I ported the codes for STM32F429 Discovery.I think it's working partially ok, but I am ...
Posted on December 01, 2015 at 13:10Well, the timeout problem was a physical link issue, I don't remember what it was exactly (maybe the MCP2551s where broken, because I changed them), however, it is working right now.I also tried without using tran...