Skip to content

Utilising the atmega2560's "USART in SPI Mode" #561

Open
@CoolSlimbo

Description

@CoolSlimbo

According the the atmega2560 datasheet, its USART modules can be used in "SPI Mode," which essentially gives an extra bus (or four) to add SPI devices to it.
However, within the current implementation of avr_hal/atmega_hal, it's not plausible to use the USART modules in SPI mode.

Given this is hardware supported on the atmega's (versions of it), it would make sense to have a hardware implementation of it it in the HAL's.

Free to give this an attempt if given a suggestion in the right way for how to get started.


Related Issue:

Linked PR: #562

Metadata

Metadata

Assignees

No one assigned

    Labels

    hal-genericRelated to MCU generic parts of avr-halhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions