Hello. I am using TI AM64x evaluation board TMDS64EVM. It has 8 leds connected via I2C to SoC.I wanna control them via codesys GPIO device. Is that possible? If so how I can do it.
I had no problem installing codesys runtime, and running program on device. But when it comes to GPIO access, It couldnβt make it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A bit of work but maybe possible to make your own driver using "CODESYS Control SL Extension Package".
Look at the "ExternalIoDrv" example.
It is installed in "C:\Program Files\CODESYS 3.5.20.0\CODESYS\CODESYS Control SL Extension Package" when you install the "CODESYS Control for Linux SL".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I am using TI AM64x evaluation board TMDS64EVM. It has 8 leds connected via I2C to SoC.I wanna control them via codesys GPIO device. Is that possible? If so how I can do it.
I had no problem installing codesys runtime, and running program on device. But when it comes to GPIO access, It couldnβt make it.
A bit of work but maybe possible to make your own driver using "CODESYS Control SL Extension Package".
Look at the "ExternalIoDrv" example.
It is installed in "C:\Program Files\CODESYS 3.5.20.0\CODESYS\CODESYS Control SL Extension Package" when you install the "CODESYS Control for Linux SL".
Can you give more details about how i can make it happen please ? Thanks