Send CAN bus message with STM32F469I-DISCO
Hello!
I've searched but can't find a solution for my problem.
I'm developing a project with TouchGfx and Cube IDE that I'll be using to send CAN bus messages to wakeup automotive components like ecu's and dashboards. I've made all the GUI and also tested the buttons by activating the onboard led's. I've made the connection to CAN1 (that is connected to micro USB port and i've already tested and it's working fine (making a simple project without touchgfx) but I'm lost on how to send my messages from the GUI by pressing a button. I've seen some examples that put the code on the files like Screen1View.cpp and I've tested the led's example sucessfuly doing that but no CAN bus.
Configured CAN1 for 500kbit's, RX pullup, and all atached to MCP2515 transceiver.
I've tried also other similar methods like UART send but can't get CAN working.
Can you point me to some tutorials or tell me the best way to do it?
Thank you for your help!!!
Rick
