Page 1 of 1

ATMEGA328PB

Posted: Wed Feb 22, 2023 3:49 pm
by dz2869
Will the ATMEGA328PB be supported in the V10 release?

Thanks

Re: ATMEGA328PB

Posted: Wed Feb 22, 2023 5:01 pm
by WingNut
Doesn't look like it yet. V10 is released

Re: ATMEGA328PB

Posted: Thu Feb 23, 2023 12:06 pm
by Steve-Matrix
Please see the link posted in this post:
viewtopic.php?p=8199#p8199

Specifically:
ATmega328PB is not a drop-in replacement for ATmega328 variants, but a new device. However, the functions are backward compatible with the existing ATmega328 functions. Existing code for these devices will work in the new devices without changing existing configuration or enabling new functions. The code that is available for your existing ATmega328 variants will continue to work on the new ATmega328PB device.
Are there specific features of this device you would like to use that are not in the ATmega328 and ATmega328P? If not, then it appears you can use one of those targets instead.

Re: ATMEGA328PB

Posted: Mon Feb 27, 2023 9:57 pm
by dz2869
The feature I am looking to get access to is the additional I/O pins available on the PB device.
Is this something that could be easily added?

Thanks,

Re: ATMEGA328PB

Posted: Tue Feb 28, 2023 9:00 am
by Steve-Matrix
Thanks. We'll look into it.

Re: ATMEGA328PB

Posted: Wed Mar 01, 2023 12:08 pm
by BenR
Hello,

The PB chip requires an updated compiler. I'm just looking at the latest version of the compiler to see if we can move to this without breaking too many things to allow us to support the more modern devices.

Re: ATMEGA328PB

Posted: Mon Mar 06, 2023 10:47 pm
by dz2869
Thanks!

DC