-
For the AT90CAN128 controller only one message object can be active at any time. In the AVR port the macro Can_set_mob() is used to select the active MOB. Any code that uses this macro must be protected from the CAN interrupt, because otherwise the interrupt routine can select a different MOB while the code is still active.
There are two solutions:
1. Disable the CAN interrupt before...
2009-09-05 14:25:21 UTC in CanFestival
-
It should be possible to import and export data from/to CSV or XML files.
2008-11-27 12:25:28 UTC in jMATLAB
-
A TreeViewer that displays all available functions, in all the toolboxes.
2008-11-27 12:24:18 UTC in jMATLAB
-
themythos committed revision 587 to the AVR Plugin for Eclipse SVN repository, changing 12 files.
2008-08-24 15:42:36 UTC in AVR Plugin for Eclipse
-
themythos committed revision 584 to the AVR Plugin for Eclipse SVN repository, changing 3 files.
2008-08-17 09:10:48 UTC in AVR Plugin for Eclipse
-
Here is the Tutorial how to implement a LaunchConfigurationType.
http://www.eclipse.org/articles/Article-Launch-Framework/launch.html.
2008-08-16 11:23:31 UTC in AVR Plugin for Eclipse
-
The Download Job for the Programmer (i.e. AVRdude) should be implemented as a Run Configuration not as a seperate button.
This would integrate more in the current Eclipse CDT concept.
Debugging In-System or with a simulator would then be a Debug Configuration.
2008-08-15 13:07:14 UTC in AVR Plugin for Eclipse
-
themythos committed revision 544 to the AVR Plugin for Eclipse SVN repository, changing 3 files.
2008-07-03 15:28:05 UTC in AVR Plugin for Eclipse
-
themythos committed revision 543 to the AVR Plugin for Eclipse SVN repository, changing 2 files.
2008-06-29 17:34:57 UTC in AVR Plugin for Eclipse
-
themythos committed revision 542 to the AVR Plugin for Eclipse SVN repository, changing 1 files.
2008-06-29 17:17:01 UTC in AVR Plugin for Eclipse