Hello Liviu,
Inside the STM32F429 exists an CAN-BUS interface.
I would like to know weather it is possible to write on the host (v)can bus ?.
In qemu exists the option:
...
-object can-bus,id=canbus0-bus \
-object can-host-socketcan,if=can0,canbus=canbus0-bus,id=canbus0-socketcan \
...
Can I write my can messages to the Host can bus on STM32F4219 as well like on a hosted ARM-Linux ?
Kind Regards,
Clemens
Hi, I've just installed a fresh Eclipse CDT, and then tried to install the Eclipse Embedded CDT via Marketplace and it fails as the repo its contacting has different file versions to what the installer is trying to fetch:
An error occurred while collecting items to be installed
session context was:(profile=C__Apps_EclipseCDT_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: http://download.eclipse.org/embed-cdt/updates/neon/plugins/ilg.gnumcueclipse.codered_1.1.2.202010290820.jar.
http://download.eclipse.org/embed-cdt/updates/neon/plugins/ilg.gnumcueclipse.codered_1.1.2.202010290820.jar
Artifact not found: http://download.eclipse.org/embed-cdt/updates/neon/features/ilg.gnumcueclipse.codered.feature_1.1.2.202010290820.jar.
...
Repo listing: https://download.eclipse.org/embed-cdt/updates/neon/plugins/
Any help would be appreciated!