ATMEGA328PB

For general Flowcode discussion that does not belong in the other sections.
Post Reply
dz2869
Posts: 14
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 8:29 pm
Has thanked: 1 time
Been thanked: 1 time

ATMEGA328PB

Post by dz2869 »

Will the ATMEGA328PB be supported in the V10 release?

Thanks

WingNut
Posts: 254
Joined: Tue Jul 13, 2021 1:53 pm
Has thanked: 33 times
Been thanked: 23 times

Re: ATMEGA328PB

Post by WingNut »

Doesn't look like it yet. V10 is released

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: ATMEGA328PB

Post 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.

dz2869
Posts: 14
Joined: Tue Dec 08, 2020 8:29 pm
Has thanked: 1 time
Been thanked: 1 time

Re: ATMEGA328PB

Post 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,

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: ATMEGA328PB

Post by Steve-Matrix »

Thanks. We'll look into it.

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: ATMEGA328PB

Post 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.

dz2869
Posts: 14
Joined: Tue Dec 08, 2020 8:29 pm
Has thanked: 1 time
Been thanked: 1 time

Re: ATMEGA328PB

Post by dz2869 »

Thanks!

DC

Post Reply