Re: [Zephyr-users] Support for Atmel SAMG55
Adam Podogrocki
Hi Michael, I'm afraid it won't be as easy as using definition for SAMD51. I've compared memory mapping. It is enough to see that Internal Flash has different address, there is Internal ROM in G55. G55 has a single AHB-APB Brigde, wheres D51 has 4 Bridges. In D51 there are Serial Communication Interfaces (SERCOM) which can be configured in I2C, SPI, or USART mode. In G55 similar role is played by FLEXCOM, but memory addresses are different. In short words it looks like G55 needs its own HAL files. BR, Adam
On Mon, 1 Jun 2020 at 15:25, Michael Hope <michaelh@...> wrote: Hi Adam. I just so happen to be adding support for the Adafruit
|
|