2020-12-19 06:42 AM - last edited on 2023-09-01 09:40 AM by Amel NASRI
Hi,
I tried to do a research but since I'm kinda lost and nothing helped me to clear it I decided to ask here.
I got STM32H747i-Disco + MB1280 A-03 (to receive CAN). I designed graphics in TouchGFX, which should act accordingly to CAN messages received. I wrote code for Arduino DUE to transmit messages, conected RX and TX with cables and that's kinda as far as I can go right now.
I read some articles about interfacing with touchgfx, where I understood that in model.hpp I should write the receiving part and then decided which function I should call. Is there any library/code for the "model" for my board that I could use or at least be inspired?
I already wrote a CAN receiver in python for Raspberry but I don't know how to do it here in Touch GFX.
Thank you for every helpful answer in advance.