Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chicken-and-egg problem with LSS slave when running on bare metal: #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maservant
Copy link

  • CO_LSS_SWITCH_STATE_GLOBAL command to go into CO_LSS_STATE_WAITING is a no-op if active node-ID is NOT equal to 0xFF (see CO_LSSslave.c)
  • CO_CANopenInitPDO() returns an error if active node-ID is equal to 0xFF
  • As a result, CO_CANsetNormalMode() is never called and the CAN peripheral cannot receive data
  • This prevents the LSS slave from ever changing the node-ID to or from 0xFF
  • Solution is to ignore that specific error code when calling CO_CANopenInitPDO()

- CO_LSS_SWITCH_STATE_GLOBAL command to go into CO_LSS_STATE_WAITING is a no-op if active node-ID is NOT equal to 0xFF (see CO_LSSslave.c)
- CO_CANopenInitPDO() returns an error if active node-ID is equal to 0xFF
- As a result, CO_CANsetNormalMode() is never called and the CAN peripheral cannot receive data
- This prevents the LSS slave from ever changing the node-ID to or from 0xFF
- Solution is to ignore that specific error code when calling CO_CANopenInitPDO()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant