CCU4 Input Selector Matrix

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User15023
Level 1
Level 1
First like received
Hi Everyone,
Where may i find the connection matrix for the CCU4 input selector for XMC4800 microcontroller.
In other words i need to know what event is generated in each of these

#define XMC_CCU4_SLICE_INPUT_A (0U)
#define XMC_CCU4_SLICE_INPUT_B (1U)
#define XMC_CCU4_SLICE_INPUT_C (2U)
#define XMC_CCU4_SLICE_INPUT_D (3U)
#define XMC_CCU4_SLICE_INPUT_E (4U)
#define XMC_CCU4_SLICE_INPUT_F (5U)
#define XMC_CCU4_SLICE_INPUT_G (6U)
#define XMC_CCU4_SLICE_INPUT_H (7U)
#define XMC_CCU4_SLICE_INPUT_I (8U)
#define XMC_CCU4_SLICE_INPUT_J (9U)
#define XMC_CCU4_SLICE_INPUT_K (10U)
#define XMC_CCU4_SLICE_INPUT_L (11U)
#define XMC_CCU4_SLICE_INPUT_M (12U)
#define XMC_CCU4_SLICE_INPUT_N (13U)
#define XMC_CCU4_SLICE_INPUT_O (14U)
#define XMC_CCU4_SLICE_INPUT_P (15U)


best regards
Cacho
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Have a look to the Interconnect section of the CCU4 chapter in the reference manual.
3383.attach

These inputs can be used to trigger timer functions, i.e. external start, stop, count...

BTW: In the table, for the case of the PORTS entries, check the port I/O functions section in reference manual

Regards,
Jesus