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

AT90CAN64 transmit only ONCE a can message.. #20

Open
dnrelectronica opened this issue Jun 27, 2019 · 1 comment
Open

AT90CAN64 transmit only ONCE a can message.. #20

dnrelectronica opened this issue Jun 27, 2019 · 1 comment

Comments

@dnrelectronica
Copy link

Hi ,

If i place the can_send_message() inside the while loop (with a 100ms delay) i expect a message every 100ms , but iT sends iT only once. Any Idea?

For example a keep Alive message need to be sent over the network every Lets say 100ms. The message is exactly the same every time. Can this be the problem? The lib recognize the message and think iT is the same message as before so ignores iT?

@dnrelectronica
Copy link
Author

I already find out myself.. In your main program you need to enable global interrupts with sei().

Receiving is not working yet, working on that..

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

No branches or pull requests

1 participant