mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00

This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series. So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts: - C1104 - L1306 - L2228 - G3507 - G3519 The PAC is generated at https://github.com/mspm0-rs
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x00000000, LENGTH = 64K
|
|
RAM : ORIGIN = 0x20000000, LENGTH = 4K
|
|
}
|