Support for ATMEGA328PB

Sysprogs forums Forums VisualGDB Support for ATMEGA328PB

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13163
    asti
    Participant

    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.
    #13165
    support
    Keymaster

    Hi,

    Thanks the for the update. We will try to include support for new devices in our next refresh of the AVR toolchain.

    #13182
    asti
    Participant

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.