Support for the newer (2016) releases of AVRs such as theĀ ATMEGA328PB is missing from the BSP – these are mostly the same devices with added features such as QTouch.
I’ve patched the existing BSP because I needed an immediate workaround,
but a more up-to date version from the SysProgs teamĀ is certainly the more reliable option.
BSP:
<MCU>
<ID>ATMEGA328PB</ID>
<CompilationFlags>
<COMMONFLAGS>-mmcu=atmega328pb</COMMONFLAGS>
<EnableLinkerGroups>true</EnableLinkerGroups>
</CompilationFlags>
<FamilyID>avr</FamilyID>
<FLASHSize>32768</FLASHSize>
<RAMSize>2048</RAMSize>
<FLASHBase>0</FLASHBase>
<RAMBase>256</RAMBase>
<MCUDefinitionFile>DeviceDefinitions/</MCUDefinitionFile>
<AdditionalSourcesRequiredForTesting>false</AdditionalSourcesRequiredForTesting>
</MCU>
<h1></h1>
Attachments:
You must be
logged in to view attached files.