mirror of
https://github.com/embassy-rs/embassy.git
synced 2026-03-27 13:46:25 +00:00
G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver). Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
|
|
/* Select non-parity range of SRAM due to SRAM_ERR_01 errata in SLAZ758 */
|
|
RAM : ORIGIN = 0x20200000, LENGTH = 32K
|
|
}
|