sinai1
Junior Member

Posts: 67
|
Post by sinai1 on Nov 20, 2018 20:55:00 GMT
Hello there are plans to flexray on Arduino IDE o Eclipse?
|
|
|
Post by Admin on Nov 20, 2018 21:35:28 GMT
The Infineon iLLD Flexray drivers are in fact included in Youi the Arduino IDE for the ShieldBuddy. We have never tried to use them but they are there. You will need to add extern "C" { #include "Eray/Eray/IfxEray_Eray.h" } in the top of your source files. There is more information in the Eray section of this doc: www.hitex.co.uk/fileadmin/uk-files/downloads/ShieldBuddy/iLLDdoc.zip
|
|
sinai1
Junior Member

Posts: 67
|
Post by sinai1 on Mar 8, 2019 3:12:29 GMT
Is there any example of how to use Flexray with Arduino IDE?
|
|
|
Post by Admin on Mar 8, 2019 8:35:10 GMT
We have never tried to use the Flexray driver in the iLLD from within the Arduino IDE. Theoretically it is possible. Here is the example from the Infineon iLLD. It should be possible to get this working. ErayDemo.zip (14.48 KB)
|
|