CONmtReset
Description
This function resets the CANopen device with the given type.
...
The following example shows how to request a communication reset of the CANopen node AppNode:End of topic
Code Block | ||
---|---|---|
| ||
:
CONmtReset (&(AppNode.Nmt), CO_RESET_COM);
: |