-
-
Notifications
You must be signed in to change notification settings - Fork 61
"Device type not defined" and "interrupt attach/detach not completed" #24
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
Comments
It looks like you are using an older IDE and that you have installed a new core + toolchain. In this case you have to update/replace the files in the user directory: |
I am using the v1.8.3 :) So did I actually harm something by installing the toolchain manually? I haven't seen "do not install toolchain if you have IDE vx.x.x or above" anywhere... |
If you use v1.8.3 then the AVR Boards v1.6.19 (with the new toolchain) cannot be installed or uninstalled, because they are bundled with the IDE. |
I am talking about installing the Atmega328pb toolchain (sorry if I have chosen my words poorly...) Edit: I also tried "Atmel atmega328pb Xplained mini" board, sketch compiled just fine, but seems that the Xplained mini board with PB is either badly programmed in IDE or using another (HW?) trick, because I got the error that the compiler expected Atmega328p...
|
There is no special ATmega328PB toolchain and the current Arduino toolchain does not include the files/definitions for the ATmega328PB. |
Well, what is your software if not 328pb toolchain? :) I will re-install IDE and delete the folder as you've said and give it a go on a clean IDE :) |
Well, here I am again, deleted the folder and re-installed the Arduino IDE, still got the same problem... |
Pleased post the log messages from the compiler. |
The next Arduino AVR toolchain will have support for the ATmega328PB: |
Uh oh!
There was an error while loading. Please reload this page.
Hi, just installed fresh watterott files for the 328pb (got my own board with 328pb), every step in the manual was done in order and I am getting these errors. I am using USBasp as a programmer, bootloader was burnt fine (no errors).
The text was updated successfully, but these errors were encountered: