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

WARNING: Category 'Communications' in library AST_CAN is not valid. Setting to 'Uncategorized' #5

Open
antimodular opened this issue Nov 8, 2018 · 3 comments

Comments

@antimodular
Copy link

Hi
I am on macOS 10.12 with Arduino 1.8.5

I followed the sparkfun guide to install all 3 libraries and add the board to the IDE.

But when i compile the example code i get this error message:

WARNING: Category 'Communications' in library AST_CAN is not valid. Setting to 'Uncategorized'
WARNING: Category 'Communications' in library AST_RS485 is not valid. Setting to 'Uncategorized'
Sketch uses 2266 bytes (1%) of program storage space. Maximum is 130048 bytes.
Global variables use 341 bytes (8%) of dynamic memory, leaving 3755 bytes for local variables. Maximum is 4096 bytes.

Do you know what i am doing wrong?

thanks

@antimodular
Copy link
Author

and when i try to upload the code it says:

WARNING: Category 'Communications' in library AST_CAN is not valid. Setting to 'Uncategorized'
WARNING: Category 'Communications' in library AST_RS485 is not valid. Setting to 'Uncategorized'
Sketch uses 2266 bytes (1%) of program storage space. Maximum is 130048 bytes.
Global variables use 341 bytes (8%) of dynamic memory, leaving 3755 bytes for local variables. Maximum is 4096 bytes.
avrdude: verification error, first mismatch at byte 0x0000
0x14 != 0x0c
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch

screen shot 2018-11-08 at 2 28 43 pm

@per1234
Copy link
Contributor

per1234 commented Nov 8, 2018

But when i compile the example code i get this error message:

As should be obvious, those are warnings, not error messages. It is fixed by #4. You can safely ignore these warnings because they won't cause you any problems.

avrdude: verification error, first mismatch at byte 0x0000
0x14 != 0x0c
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch

This error has nothing to do with the library. It's a problem with your hardware.

@antimodular
Copy link
Author

thanks for the quick reply.
i will try a different board and hope it will work.
ftdi, usb cable and computer have been used on other micro controllers successfully. So it must be the CAN485 board.

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