SLAAEI9 December 2023 MSPM0C1103 , MSPM0C1103-Q1 , MSPM0C1104 , MSPM0C1104-Q1 , MSPM0G1105 , MSPM0G1106 , MSPM0G1107 , MSPM0G1505 , MSPM0G1506 , MSPM0G1507 , MSPM0G3105 , MSPM0G3105-Q1 , MSPM0G3106 , MSPM0G3106-Q1 , MSPM0G3107 , MSPM0G3107-Q1 , MSPM0G3505 , MSPM0G3505-Q1 , MSPM0G3506 , MSPM0G3506-Q1 , MSPM0G3507 , MSPM0G3507-Q1 , MSPM0G3519 , MSPM0L1105 , MSPM0L1106 , MSPM0L1227 , MSPM0L1228
MSPM0 and STM8 have different event management structures and features. MSPM0 MCUs use Event handler to manage different events. And STM8 MCUs use different controllers to manage different events. The comparison of Event Handler of MSPM0 and event management of STM8 is shown in Table 3-11.
Features | STM8L and STM8S | MSPM0L and MSPM0C | |
---|---|---|---|
Publisher | Peripheral | Peripheral | |
Subscriber | CPU, DMA trigger, peripheral | CPU, DMA trigger, peripheral | |
Management Style | peripheral → CPU | Interrupt controller (ITC) | Event manager |
peripheral → DMA | DMA controller(1) | ||
peripheral → peripheral | Trigger Controller(2) | ||
Route Type | Point-to-point (1:1) | Point-to-point | |
Point-to-two (splitter)(3) |