diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 20:02:27 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 20:02:27 +0100 |
commit | 02306ebc435d7ff665f08b5dc0b9a5c3353a39db (patch) | |
tree | f5b45aa9e31dfd6cbaa95d99c5f99a22aace5287 | |
parent | 8da4da004729290033f939a908f397f03fa19de3 (diff) |
README: Update FR5969; split up FR5994
-rw-r--r-- | README.md | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -62,18 +62,27 @@ Peripheral communication: * UART on USART0 / USART1 / USART2 / USART3 (output polling, input interrupt-driven) * DMX on USART1 / USART2 / USART3 (polling) +### MSP430FR5969 (MSP430FR5969 Launchpad) + +Peripheral communication: + +* I²C controller on eUSCI\_B0 +* SPI controller on eUSCI\_B0 +* UART input/output on eUSCI\_A0 / eUSCI\_A1 +* DMX output on eUSCI\_A1 + Hardware features: * ADC (partially) -### MSP430FR5969, MSP430FR5994 (MSP430FR59xx Launchpad) +### MSP430FR5994 (MSP430FR5994 Launchpad) Peripheral communication: -* I²C on eUSCI\_B0 (FR5969) / eUSCI\_B1 (FR5994) (master only, interrupt-driven) -* SPI on eUSCI\_B0 (FR5969) / eUSCI\_B1 (FR5994) (master only, polling) -* UART on eUSCI\_A0 (FR5969) / eUSCI\_A1 (FR5994) (output polling, input interrupt-driven) -* DMX on eUSCI\_A1 (FR5969) / eUSCI\_A3 (FR5994) (polling) +* I²C controller on eUSCI\_B1 +* SPI controller on eUSCI\_B1 +* UART input/output on eUSCI\_A1 (FR5994) +* DMX output on eUSCI\_A3 Hardware features: |