CPU: -> CC2650F128

Peripherals:

_INTERRUPTS at 0x00000000 with offset= and size=:

Registers:

AON_BATMON at 0x40095000 with offset=0 and size=1024:

Always On (AON) Battery And Temperature MONitor (BATMON) residing in the AON domain Note: This module only supports 32 bit Read/Write access from MCU.

Registers:

CTL @0x0 = 0x40095000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] MEAS_EN RW

Internal. Only to be used through TI provided API.

[1] CALC_EN RW

Internal. Only to be used through TI provided API.

MEASCFG @0x4 = 0x40095004

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] PER RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
_32CYC 3
_16CYC 2
_8CYC 1
CONT 0

TEMPP0 @0xc = 0x4009500c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] CFG RW

Internal. Only to be used through TI provided API.

TEMPP1 @0x10 = 0x40095010

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] CFG RW

Internal. Only to be used through TI provided API.

TEMPP2 @0x14 = 0x40095014

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] CFG RW

Internal. Only to be used through TI provided API.

BATMONP0 @0x18 = 0x40095018

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] CFG RW

Internal. Only to be used through TI provided API.

BATMONP1 @0x1c = 0x4009501c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] CFG RW

Internal. Only to be used through TI provided API.

IOSTRP0 @0x20 = 0x40095020

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] CFG1 RW

Internal. Only to be used through TI provided API.

[4..=5] CFG2 RW

Internal. Only to be used through TI provided API.

FLASHPUMPP0 @0x24 = 0x40095024

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] CFG RW

Internal. Only to be used through TI provided API.

[4] OVR RW

Internal. Only to be used through TI provided API.

[5] LOWLIM RW

Internal. Only to be used through TI provided API.

[6..=7] HIGHLIM RW

Internal. Only to be used through TI provided API.

[8] FALLB RW

Internal. Only to be used through TI provided API.

BAT @0x28 = 0x40095028

reset=0x00000000

Last Measured Battery Voltage This register may be read while BATUPD.STAT = 1

012345678910111213141516171819202122232425262728293031
[0..=7] FRAC R

Fractional part, standard binary fractional encoding. 0x00: .0V ... 0x20: 1/8 = .125V 0x40: 1/4 = .25V 0x80: 1/2 = .5V ... 0xA0: 1/2 + 1/8 = .625V ... 0xFF: Max

[8..=10] INT R

Integer part: 0x0: 0V + fractional part ... 0x3: 3V + fractional part 0x4: 4V + fractional part

BATUPD @0x2c = 0x4009502c

reset=0x00000000

Battery Update Indicates BAT Updates

012345678910111213141516171819202122232425262728293031
[0] STAT RW

0: No update since last clear 1: New battery voltage is present. Write 1 to clear the status.

TEMP @0x30 = 0x40095030

reset=0x00000000

Temperature Last Measured Temperature in Degrees Celsius This register may be read while TEMPUPD.STAT = 1.

012345678910111213141516171819202122232425262728293031
[8..=16] INT R

Integer part (signed) of temperature value. Total value = INTEGER + FRACTIONAL 2's complement encoding 0x100: Min value 0x1D8: -40C 0x1FF: -1C 0x00: 0C 0x1B: 27C 0x55: 85C 0xFF: Max value

TEMPUPD @0x34 = 0x40095034

reset=0x00000000

Temperature Update Indicates TEMP Updates

012345678910111213141516171819202122232425262728293031
[0] STAT RW

0: No update since last clear 1: New temperature is present. Write 1 to clear the status.

AON_EVENT at 0x40093000 with offset=0 and size=1024:

This module configures the event fabric located in the AON domain. Note: This module is only supporting 32 bit ReadWrite access from MCU

Registers:

MCUWUSEL @0x0 = 0x40093000

reset=0x00000000

Wake-up Selector For MCU This register contains pointers to 4 events which are routed to AON_WUC as wakeup sources for MCU. AON_WUC will start a wakeup sequence for the MCU domain when either of the 4 selected events are asserted. A wakeup sequence will guarantee that the MCU power switches are turned on, LDO resources are available and SCLK_HF is available and selected as clock source for MCU. Note: It is recommended ( or required when AON_WUC:MCUCLK.PWR_DWN_SRC=NONE) to also setup a wakeup event here before MCU is requesting powerdown. ( PRCM requests uLDO, see conditions in PRCM:VDCTL.ULDO ) as it will speed up the wakeup procedure.

012345678910111213141516171819202122232425262728293031
[0..=5] WU0_EV RW

MCU Wakeup Source #0 AON Event Source selecting 1 of 4 events routed to AON_WUC for waking up the MCU domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[8..=13] WU1_EV RW

MCU Wakeup Source #1 AON Event Source selecting 1 of 4 events routed to AON_WUC for waking up the MCU domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[16..=21] WU2_EV RW

MCU Wakeup Source #2 AON Event Source selecting 1 of 4 events routed to AON_WUC for waking up the MCU domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[24..=29] WU3_EV RW

MCU Wakeup Source #3 AON Event Source selecting 1 of 4 events routed to AON_WUC for waking up the MCU domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0

AUXWUSEL @0x4 = 0x40093004

reset=0x00000000

Wake-up Selector For AUX This register contains pointers to 3 events which are routed to AON_WUC as wakeup sources for AUX. AON_WUC will start a wakeup sequence for the AUX domain when either of the 3 selected events are asserted. A wakeup sequence will guarantee that the AUX power switches are turned on, LDO resources are available and SCLK_HF is available and selected as clock source for AUX. Note: It is recommended ( or required when AON_WUC:AUXCLK.PWR_DWN_SRC=NONE) to also setup a wakeup event here before AUX is requesting powerdown. ( AUX_WUC:PWRDWNREQ.REQ is asserted] ) as it will speed up the wakeup procedure.

012345678910111213141516171819202122232425262728293031
[0..=5] WU0_EV RW

AUX Wakeup Source #0 AON Event Source selecting 1 of 3 events routed to AON_WUC for waking up the AUX domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[8..=13] WU1_EV RW

AUX Wakeup Source #1 AON Event Source selecting 1 of 3 events routed to AON_WUC for waking up the AUX domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[16..=21] WU2_EV RW

AUX Wakeup Source #2 AON Event Source selecting 1 of 3 events routed to AON_WUC for waking up the AUX domain from Power Off or Power Down. Note:

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0

EVTOMCUSEL @0x8 = 0x40093008

reset=0x00000000

Event Selector For MCU Event Fabric This register contains pointers for 3 AON events that are routed to the MCU Event Fabric EVENT

012345678910111213141516171819202122232425262728293031
[0..=5] AON_PROG0_EV RW

Event selector for AON_PROG0 event. AON Event Source id# selecting event routed to EVENT as AON_PROG0 event.

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[8..=13] AON_PROG1_EV RW

Event selector for AON_PROG1 event. AON Event Source id# selecting event routed to EVENT as AON_PROG1 event.

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0
[16..=21] AON_PROG2_EV RW

Event selector for AON_PROG2 event. AON Event Source id# selecting event routed to EVENT as AON_PROG2 event.

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0

RTCSEL @0xc = 0x4009300c

reset=0x00000000

RTC Capture Event Selector For AON_RTC This register contains a pointer to select an AON event for RTC capture. Please refer to AON_RTC:CH1CAPT

012345678910111213141516171819202122232425262728293031
[0..=5] RTC_CH1_CAPT_EV RW

AON Event Source id# for RTCSEL event which is fed to AON_RTC. Please refer to AON_RTC:CH1CAPT

Possible values:

NameValuedefault
NONE 63
AUX_COMPB_ASYNC_N 56
AUX_COMPB_ASYNC 55
BATMON_VOLT 54
BATMON_TEMP 53
AUX_TIMER1_EV 52
AUX_TIMER0_EV 51
AUX_TDC_DONE 50
AUX_ADC_DONE 49
AUX_COMPB 48
AUX_COMPA 47
AUX_SWEV2 46
AUX_SWEV1 45
AUX_SWEV0 44
JTAG 43
RTC_UPD 42
RTC_COMB_DLY 41
RTC_CH2_DLY 40
RTC_CH1_DLY 39
RTC_CH0_DLY 38
RTC_CH2 37
RTC_CH1 36
RTC_CH0 35
PAD 32
PAD31 31
PAD30 30
PAD29 29
PAD28 28
PAD27 27
PAD26 26
PAD25 25
PAD24 24
PAD23 23
PAD22 22
PAD21 21
PAD20 20
PAD19 19
PAD18 18
PAD17 17
PAD16 16
PAD15 15
PAD14 14
PAD13 13
PAD12 12
PAD11 11
PAD10 10
PAD9 9
PAD8 8
PAD7 7
PAD6 6
PAD5 5
PAD4 4
PAD3 3
PAD2 2
PAD1 1
PAD0 0

AON_IOC at 0x40094000 with offset=0 and size=1024:

Always On (AON) IO Controller - controls IO operation when the MCU IO Controller (IOC) is powered off and resides in the AON domain. Note: This module only supports 32 bit Read/Write access from MCU.

Registers:

IOSTRMIN @0x0 = 0x40094000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] GRAY_CODE RW

Internal. Only to be used through TI provided API.

IOSTRMED @0x4 = 0x40094004

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] GRAY_CODE RW

Internal. Only to be used through TI provided API.

IOSTRMAX @0x8 = 0x40094008

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] GRAY_CODE RW

Internal. Only to be used through TI provided API.

IOCLATCH @0xc = 0x4009400c

reset=0x00000000

IO Latch Control Controls transparency of all latches holding I/O or configuration state from the MCU IOC

012345678910111213141516171819202122232425262728293031
[0] EN RW

Controls latches between MCU IOC and AON_IOC. The latches are transparent by default. They must be closed prior to power off the domain(s) controlling the IOs in order to preserve IO values on external pins.

Possible values:

NameValuedefault
TRANSP 1
STATIC 0

CLK32KCTL @0x10 = 0x40094010

reset=0x00000000

SCLK_LF External Output Control

012345678910111213141516171819202122232425262728293031
[0] OE_N RW

0: Output enable active. SCLK_LF output on IO pin that has PORT_ID (e.g. IOC:IOCFG0.PORT_ID) set to AON_CLK32K. 1: Output enable not active

AON_RTC at 0x40092000 with offset=0 and size=1024:

This component control the Real Time Clock residing in AON Note: This module is only supporting 32 bit ReadWrite access.

Registers:

CTL @0x0 = 0x40092000

reset=0x00000000

Control This register contains various bitfields for configuration of RTC

012345678910111213141516171819202122232425262728293031
[0] EN RW

Enable RTC counter 0: Halted (frozen) 1: Running

[1] RTC_UPD_EN RW

RTC_UPD is a 16 KHz signal used to sync up the radio timer. The 16 Khz is SCLK_LF divided by 2 0: RTC_UPD signal is forced to 0 1: RTC_UPD signal is toggling @16 kHz

[2] RTC_4KHZ_EN RW

RTC_4KHZ is a 4 KHz reference output, tapped from SUBSEC.VALUE bit 19 which is used by AUX timer. 0: RTC_4KHZ signal is forced to 0 1: RTC_4KHZ is enabled ( provied that RTC is enabled EN)

[7] RESET W

RTC Counter reset. Writing 1 to this bit will reset the RTC counter. This bit is cleared when reset takes effect

[8..=11] EV_DELAY RW

Number of SCLK_LF clock cycles waited before generating delayed events. (Common setting for all RTC cannels) the delayed event is delayed

Possible values:

NameValuedefault
D144 13
D128 12
D112 11
D96 10
D80 9
D64 8
D48 7
D32 6
D16 5
D8 4
D4 3
D2 2
D1 1
D0 0
[16..=18] COMB_EV_MASK RW

Eventmask selecting which delayed events that form the combined event.

Possible values:

NameValuedefault
CH2 4
CH1 2
CH0 1
NONE 0

EVFLAGS @0x4 = 0x40092004

reset=0x00000000

Event Flags, RTC Status This register contains event flags from the 3 RTC channels. Each flag will be cleared when writing a '1' to the corresponding bitfield.

012345678910111213141516171819202122232425262728293031
[0] CH0 RW

Channel 0 event flag, set when CHCTL.CH0_EN = 1 and the RTC value matches or passes the CH0CMP value. An event will be scheduled to occur as soon as possible when writing to CH0CMP provided that the channels is enabled and the new value matches any time between next RTC value and 1 second in the past. Writing 1 clears this flag. Note that a new event can not occur on this channel in first 2 SCLK_LF cycles after a clearance.

[8] CH1 RW

Channel 1 event flag, set when CHCTL.CH1_EN = 1 and one of the following: - CHCTL.CH1_CAPT_EN = 0 and the RTC value matches or passes the CH1CMP value. - CHCTL.CH1_CAPT_EN = 1 and capture occurs. An event will be scheduled to occur as soon as possible when writing to CH1CMP provided that the channel is enabled, in compare mode and the new value matches any time between next RTC value and 1 second in the past. Writing 1 clears this flag. Note that a new event can not occur on this channel in first 2 SCLK_LF cycles after a clearance.

[16] CH2 RW

Channel 2 event flag, set when CHCTL.CH2_EN = 1 and the RTC value matches or passes the CH2CMP value. An event will be scheduled to occur as soon as possible when writing to CH2CMP provided that the channel is enabled and the new value matches any time between next RTC value and 1 second in the past Writing 1 clears this flag. Note that a new event can not occur on this channel in first 2 SCLK_LF cycles after a clearance. AUX_SCE can read the flag through AUX_WUC:WUEVFLAGS.AON_RTC_CH2 and clear it using AUX_WUC:WUEVCLR.AON_RTC_CH2.

SEC @0x8 = 0x40092008

reset=0x00000000

Second Counter Value, Integer Part

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

Unsigned integer representing Real Time Clock in seconds. When reading this register the content of SUBSEC.VALUE is simultaneously latched. A consistent reading of the combined Real Time Clock can be obtained by first reading this register, then reading SUBSEC register.

SUBSEC @0xc = 0x4009200c

reset=0x00000000

Second Counter Value, Fractional Part

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

Unsigned integer representing Real Time Clock in fractions of a second (VALUE/2^32 seconds) at the time when SEC register was read. Examples : - 0x0000_0000 = 0.0 sec - 0x4000_0000 = 0.25 sec - 0x8000_0000 = 0.5 sec - 0xC000_0000 = 0.75 sec

SUBSECINC @0x10 = 0x40092010

reset=0x00000000

Subseconds Increment Value added to SUBSEC.VALUE on every SCLK_LFclock cycle.

012345678910111213141516171819202122232425262728293031
[0..=23] VALUEINC R

This value compensates for a SCLK_LF clock which has an offset from 32768 Hz. The compensation value can be found as 2^38 / freq, where freq is SCLK_LF clock frequency in Hertz This value is added to SUBSEC.VALUE on every cycle, and carry of this is added to SEC.VALUE. To perform the addition, bits [23:6] are aligned with SUBSEC.VALUE bits [17:0]. The remaining bits [5:0] are accumulated in a hidden 6-bit register that generates a carry into the above mentioned addition on overflow. The default value corresponds to incrementing by precisely 1/32768 of a second. NOTE: This register is read only. Modification of the register value must be done using registers AUX_WUC:RTCSUBSECINC1 , AUX_WUC:RTCSUBSECINC0 and AUX_WUC:RTCSUBSECINCCTL

CHCTL @0x14 = 0x40092014

reset=0x00000000

Channel Configuration

012345678910111213141516171819202122232425262728293031
[0] CH0_EN RW

RTC Channel 0 Enable 0: Disable RTC Channel 0 1: Enable RTC Channel 0

[8] CH1_EN RW

RTC Channel 1 Enable 0: Disable RTC Channel 1 1: Enable RTC Channel 1

[9] CH1_CAPT_EN RW

Set Channel 1 mode 0: Compare mode (default) 1: Capture mode

[16] CH2_EN RW

RTC Channel 2 Enable 0: Disable RTC Channel 2 1: Enable RTC Channel 2

[18] CH2_CONT_EN RW

Set to enable continuous operation of Channel 2

CH0CMP @0x18 = 0x40092018

reset=0x00000000

Channel 0 Compare Value

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

RTC Channel 0 compare value. Bit 31 to 16 represents seconds and bits 15 to 0 represents subseconds of the compare value. The compare value is compared against SEC.VALUE (15:0) and SUBSEC.VALUE (31:16) values of the Real Time Clock register. A Cannel 0 event is generated when {SEC.VALUE(15:0),SUBSEC.VALUE (31:16)} is reaching or exciting the compare value. Writing to this register can trigger an immediate*) event in case the new compare value matches a Real Time Clock value from 1 second in the past up till current Real Time Clock value. Example: To generate a compare 5.5 seconds RTC start,- set this value = 0x0005_8000 *) It can take up to 2 SCLK_LF clock cycles before event occurs due to synchronization.

CH1CMP @0x1c = 0x4009201c

reset=0x00000000

Channel 1 Compare Value

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

RTC Channel 1 compare value. Bit 31 to 16 represents seconds and bits 15 to 0 represents subseconds of the compare value. The compare value is compared against SEC.VALUE (15:0) and SUBSEC.VALUE (31:16) values of the Real Time Clock register. A Cannel 0 event is generated when {SEC.VALUE(15:0),SUBSEC.VALUE (31:16)} is reaching or exciting the compare value. Writing to this register can trigger an immediate*) event in case the new compare value matches a Real Time Clock value from 1 second in the past up till current Real Time Clock value. Example: To generate a compare 5.5 seconds RTC start,- set this value = 0x0005_8000 *) It can take up to 2 SCLK_LF clock cycles before event occurs due to synchronization.

CH2CMP @0x20 = 0x40092020

reset=0x00000000

Channel 2 Compare Value

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

RTC Channel 2 compare value. Bit 31 to 16 represents seconds and bits 15 to 0 represents subseconds of the compare value. The compare value is compared against SEC.VALUE (15:0) and SUBSEC.VALUE (31:16) values of the Real Time Clock register. A Cannel 0 event is generated when {SEC.VALUE(15:0),SUBSEC.VALUE (31:16)} is reaching or exciting the compare value. Writing to this register can trigger an immediate*) event in case the new compare value matches a Real Time Clock value from 1 second in the past up till current Real Time Clock value. Example: To generate a compare 5.5 seconds RTC start,- set this value = 0x0005_8000 *) It can take up to 2 SCLK_LF clock cycles before event occurs due to synchronization.

CH2CMPINC @0x24 = 0x40092024

reset=0x00000000

Channel 2 Compare Value Auto-increment This register is primarily used to generate periodical wake-up for the AUX_SCE module, through the [AUX_EVCTL.EVSTAT0.AON_RTC] event.

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE RW

If CHCTL.CH2_CONT_EN is set, this value is added to CH2CMP.VALUE on every channel 2 compare event.

CH1CAPT @0x28 = 0x40092028

reset=0x00000000

Channel 1 Capture Value If CHCTL.CH1_EN = 1and CHCTL.CH1_CAPT_EN = 1, capture occurs on each rising edge of the event selected in AON_EVENT:RTCSEL.

012345678910111213141516171819202122232425262728293031
[0..=15] SUBSEC R

Value of SUBSEC.VALUE bits 31:16 at capture time.

[16..=31] SEC R

Value of SEC.VALUE bits 15:0 at capture time.

SYNC @0x2c = 0x4009202c

reset=0x00000000

AON Synchronization This register is used for synchronizing between MCU and entire AON domain.

012345678910111213141516171819202122232425262728293031
[0] WBUSY RW

This register will always return 0,- however it will not return the value until there are no outstanding write requests between MCU and AON Note: Writing to this register prior to reading will force a wait until next SCLK_LF edge. This is recommended for syncing read registers from AON when waking up from sleep Failure to do so may result in reading AON values from prior to going to sleep

AON_SYSCTL at 0x40090000 with offset=0 and size=1024:

This component controls AON_SYSCTL, which is the device's system controller. Note: This module is only supporting 32 bit ReadWrite access from MCU

Registers:

PWRCTL @0x0 = 0x40090000

reset=0x00000000

Power Management This register controls bitfields for setting low level power management features such as selection of regulator for VDDR supply and control of IO ring where certain segments can be enabled / disabled.

012345678910111213141516171819202122232425262728293031
[0] DCDC_EN RW

Select to use DCDC regulator during recharge of VDDR 0: Use GLDO for recharge of VDDR 1: Use DCDC for recharge of VDDR Note: This bitfield should be set to the same as DCDC_ACTIVE

[1] EXT_REG_MODE R

Status of source for VDDRsupply: 0: DCDC/GLDO are generating VDDR 1: DCDC/GLDO are bypassed, external regulator supplies VDDR

[2] DCDC_ACTIVE RW

Select to use DCDC regulator for VDDR in active mode 0: Use GLDO for regulation of VDDRin active mode. 1: Use DCDC for regulation of VDDRin active mode.

RESETCTL @0x4 = 0x40090004

reset=0x00000000

Reset Management This register contains bitfields releated to system reset such as reset source and reset request and control of brown out resets.

012345678910111213141516171819202122232425262728293031
[1..=3] RESET_SRC R

Shows the source of the last system reset: Occurrence of one of the reset sources may trigger several other reset sources as essential parts of the system are undergoing reset. This field will report the root cause of the reset (not the other resets that are consequence of the system reset). To support this feature the actual register is not captured before the reset source being released. If a new reset source is triggered, in a window of four 32 kHz periods after the previous has been released, this register may indicate Power on reset as source.

Possible values:

NameValuedefault
WARMRESET 7
SYSRESET 6
CLK_LOSS 5
VDDR_LOSS 4
VDD_LOSS 3
VDDS_LOSS 2
PIN_RESET 1
PWR_ON 0
[4] CLK_LOSS_EN RW

Controls reset generation in case SCLK_LF is lost. (provided that clock loss detection is enabled by DDI_0_OSC:CTL0.CLK_LOSS_EN) Note: Clock loss reset generation must be disabled before SCLK_LF clock source is changed in DDI_0_OSC:CTL0.SCLK_LF_SRC_SEL and remain disabled untill the change is confirmed in DDI_0_OSC:STAT0.SCLK_LF_SRC. Failure to do so may result in a spurious system reset. Clock loss reset generation can be disabled through this bitfield or by clearing DDI_0_OSC:CTL0.CLK_LOSS_EN 0: Clock loss is ignored 1: Clock loss generates system reset

[5] VDD_LOSS_EN RW

Controls reset generation in case VDD is lost 0: Brown out detect of VDD is ignored, unless VDD_LOSS_EN_OVR=1 1: Brown out detect of VDD generates system reset

[6] VDDR_LOSS_EN RW

Controls reset generation in case VDDR is lost 0: Brown out detect of VDDR is ignored, unless VDDR_LOSS_EN_OVR=1 1: Brown out detect of VDDR generates system reset

[7] VDDS_LOSS_EN RW

Controls reset generation in case VDDS is lost 0: Brown out detect of VDDS is ignored, unless VDDS_LOSS_EN_OVR=1 1: Brown out detect of VDDS generates system reset

[9] VDD_LOSS_EN_OVR RW

Override of VDD_LOSS_EN 0: Brown out detect of VDD is ignored, unless VDD_LOSS_EN=1 1: Brown out detect of VDD generates system reset (regardless of VDD_LOSS_EN) This bit can be locked

[10] VDDR_LOSS_EN_OVR RW

Override of VDDR_LOSS_EN 0: Brown out detect of VDDR is ignored, unless VDDR_LOSS_EN=1 1: Brown out detect of VDDR generates system reset (regardless of VDDR_LOSS_EN) This bit can be locked

[11] VDDS_LOSS_EN_OVR RW

Override of VDDS_LOSS_EN 0: Brown out detect of VDDS is ignored, unless VDDS_LOSS_EN=1 1: Brown out detect of VDDS generates system reset (regardless of VDDS_LOSS_EN) This bit can be locked

[12] BOOT_DET_0 R

Internal. Only to be used through TI provided API.

[13] BOOT_DET_1 R

Internal. Only to be used through TI provided API.

[14] GPIO_WU_FROM_SD R

A wakeup from SHUTDOWN on an IO event has occurred Please refer to [IOC:IOCFGn,.WU_CFG] for configuring the IO's as wakeup sources. 0: The wakeup did not occur from SHUTDOWN on an IO event 1: A wakeup from SHUTDOWN occurred from an IO event The case where WU_FROM_SD is asserted but this bitfield is not asserted will only occur in a debug session. The boot code will not proceed with wakeup from SHUTDOWN procedure until this bitfield is asserted as well. Note: This flag can not be cleared and will therefor remain valid untill poweroff/reset

[15] WU_FROM_SD R

A Wakeup from SHUTDOWN on an IO event has occurred, or a wakeup from SHUTDOWN has occurred as a result of the debugger being attached.. (TCK pin being forced low) Please refer to [IOC:IOCFGn,.WU_CFG] for configuring the IO's as wakeup sources. 0: Wakeup occurred from cold reset or brown out as seen in RESET_SRC 1: A wakeup has occurred from SHUTDOWN Note: This flag can not be cleared and will therefor remain valid untill poweroff/reset

[16] BOOT_DET_0_SET RW

Internal. Only to be used through TI provided API.

[17] BOOT_DET_1_SET RW

Internal. Only to be used through TI provided API.

[24] BOOT_DET_0_CLR RW

Internal. Only to be used through TI provided API.

[25] BOOT_DET_1_CLR RW

Internal. Only to be used through TI provided API.

[31] SYSRESET W

Cold reset register. Writing 1 to this bitfield will reset the entire chip and cause boot code to run again. 0: No effect 1: Generate system reset. Appears as SYSRESET in RESET_SRC.

SLEEPCTL @0x8 = 0x40090008

reset=0x00000000

Sleep Mode This register is used to unfreeze the IO pad ring after waking up from SHUTDOWN

012345678910111213141516171819202122232425262728293031
[0] IO_PAD_SLEEP_DIS RW

Controls the I/O pad sleep mode. The boot code will set this bitfield automatically unless waking up from a SHUTDOWN ( RESETCTL.WU_FROM_SD is set ). 0: I/O pad sleep mode is enabled, ie all pads are latched and can not toggle. 1: I/O pad sleep mode is disabled Application software may want to reconfigure the state for all IO's before setting this bitfield upon waking up from a SHUTDOWN.

AON_WUC at 0x40091000 with offset=0 and size=4096:

This component control the Wakeup controller residing in the AON domain. Note: This module is only supporting 32 bit ReadWrite access from MCU

Registers:

MCUCLK @0x0 = 0x40091000

reset=0x00000000

MCU Clock Management This register contains bitfields related to the MCU clock.

012345678910111213141516171819202122232425262728293031
[0..=1] PWR_DWN_SRC RW

Controls the clock source for the entire MCU domain while MCU is requesting powerdown. When MCU requests powerdown with SCLK_HF as source, then WUC will switch over to this clock source during powerdown, and automatically switch back to SCLK_HF when MCU is no longer requesting powerdown and system is back in active mode.

Possible values:

NameValuedefault
SCLK_LF 1
NONE 0
[2] RCOSC_HF_CAL_DONE RW

MCU bootcode will set this bit when RCOSC_HF is calibrated. The FLASH can not be used until this bit is set. 1: RCOSC_HF is calibrated to 48 MHz, allowing FLASH to power up. 0: RCOSC_HF is not yet calibrated, ie FLASH must not assume that the SCLK_HF is safe

AUXCLK @0x4 = 0x40091004

reset=0x00000000

AUX Clock Management This register contains bitfields that are relevant for setting up the clock to the AUX domain.

012345678910111213141516171819202122232425262728293031
[0..=2] SRC RW

Selects the clock source for AUX: NB: Switching the clock source is guaranteed to be glitchless

Possible values:

NameValuedefault
SCLK_LF 4
SCLK_HF 1
[8..=10] SCLK_HF_DIV RW

Select the AUX clock divider for SCLK_HF NB: It is not supported to change the AUX clock divider while SCLK_HF is active source for AUX

Possible values:

NameValuedefault
DIV256 7
DIV128 6
DIV64 5
DIV32 4
DIV16 3
DIV8 2
DIV4 1
DIV2 0
[11..=12] PWR_DWN_SRC RW

When AUX requests powerdown with SCLK_HF as source, then WUC will switch over to this clock source during powerdown, and automatically switch back to SCLK_HF when AUX system is back in active mode

Possible values:

NameValuedefault
SCLK_LF 1
NONE 0

MCUCFG @0x8 = 0x40091008

reset=0x00000000

MCU Configuration This register contains power management related bitfields for the MCU domain.

012345678910111213141516171819202122232425262728293031
[0..=3] SRAM_RET_EN RW

MCU SRAM is partitioned into 4 banks . This register controls which of the banks that has retention during MCU power off

Possible values:

NameValuedefault
RET_FULL 15
RET_LEVEL3 7
RET_LEVEL2 3
RET_LEVEL1 1
RET_NONE 0
[16] FIXED_WU_EN RW

Internal. Only to be used through TI provided API.

[17] VIRT_OFF RW

Internal. Only to be used through TI provided API.

AUXCFG @0xc = 0x4009100c

reset=0x00000000

AUX Configuration This register contains power management related signals for the AUX domain.

012345678910111213141516171819202122232425262728293031
[0] RAM_RET_EN RW

This bit controls retention mode for the AUX_RAM:BANK0: 0: Retention is disabled 1: Retention is enabled NB: If retention is disabled, the AUX_RAM will be powered off when it would otherwise be put in retention mode

AUXCTL @0x10 = 0x40091010

reset=0x00000000

AUX Control This register contains events and control signals for the AUX domain.

012345678910111213141516171819202122232425262728293031
[0] AUX_FORCE_ON RW

Forces the AUX domain into active mode, overriding the requests from AUX_WUC:PWROFFREQ, AUX_WUC:PWRDWNREQ and AUX_WUC:MCUBUSCTL. Note that an ongoing AUX_WUC:PWROFFREQ will complete before this bit will set the AUX domain into active mode. MCU must set this bit in order to access the AUX peripherals. The AUX domain status can be read from PWRSTAT.AUX_PD_ON 0: AUX is allowed to Power Off, Power Down or Disconnect. 1: AUX Power OFF, Power Down or Disconnect requests will be overruled

[1] SWEV RW

Writing 1 sets the software event to the AUX domain, which can be read through AUX_WUC:WUEVFLAGS.AON_SW. This event is normally cleared by AUX_SCE through the AUX_WUC:WUEVCLR.AON_SW. It can also be cleared by writing 0 to this register. Reading 0 means that there is no outstanding software event for AUX. Note that it can take up to 1,5 SCLK_LF clock cycles to clear the event from AUX.

[2] SCE_RUN_EN RW

Enables (1) or disables (0) AUX_SCE execution. AUX_SCE execution will begin when AUX Domain is powered and either this or AUX_SCE:CTL.CLK_EN is set. Setting this bit will assure that AUX_SCE execution starts as soon as AUX power domain is woken up. ( AUX_SCE:CTL.CLK_EN will be reset to 0 if AUX power domain has been off) 0: AUX_SCE execution will be disabled if AUX_SCE:CTL.CLK_EN is 0 1: AUX_SCE execution is enabled.

[31] RESET_REQ RW

Reset request for AUX. Writing 1 to this register will assert reset to AUX. The reset will be held until the bit is cleared again. 0: AUX reset pin will be deasserted 1: AUX reset pin will be asserted

PWRSTAT @0x14 = 0x40091014

reset=0x00000000

Power Status This register is used to monitor various power management related signals in AON. Most signals are for test, calibration and debug purpose only, and others can be used to detect that AUX or JTAG domains are powered up.

012345678910111213141516171819202122232425262728293031
[1] AUX_RESET_DONE R

Indicates Reset Done from AUX: 0: AUX is being reset 1: AUX reset is released

[2] AUX_BUS_CONNECTED R

Indicates that AUX Bus is connected: 0: AUX bus is not connected 1: AUX bus is connected ( idle_ack = 0 )

[4] MCU_PD_ON R

Indicates MCU power state: 0: MCU Power sequencing is not yet finalized and MCU_AONIF registers may not be reliable 1: MCU Power sequencing is finalized and all MCU_AONIF registers are reliable

[5] AUX_PD_ON R

Indicates AUX power state: 0: AUX is not ready for use ( may be powered off or in power state transition ) 1: AUX is powered on, connected to bus and ready for use,

[6] JTAG_PD_ON R

Indicates JTAG power state: 0: JTAG is powered off 1: JTAG is powered on

[9] AUX_PWR_DWN R

Indicates the AUX powerdown state when AUX domain is powered up. 0: Active mode 1: AUX Powerdown request has been granted

SHUTDOWN @0x18 = 0x40091018

reset=0x00000000

Shutdown Control This register contains bitfields required for entering shutdown mode

012345678910111213141516171819202122232425262728293031
[0] EN RW

Writing a 1 to this bit forces a shutdown request to be registered and all I/O values to be latched - in the PAD ring, possibly enabling I/O wakeup. Writing 0 will cancel a registered shutdown request and open th I/O latches residing in the PAD ring. A registered shutdown request takes effect the next time power down conditions exists. At this time, the will not enter Powerdown mode, but instead it will turn off all internal powersupplies, effectively putting the device into Shutdown mode.

CTL0 @0x20 = 0x40091020

reset=0x00000000

Control 0 This register contains various chip level control and debug bitfields.

012345678910111213141516171819202122232425262728293031
[2] MCU_SRAM_ERASE W

Internal. Only to be used through TI provided API.

[3] AUX_SRAM_ERASE W

Internal. Only to be used through TI provided API.

[8] PWR_DWN_DIS RW

Controls whether MCU and AUX requesting to be powered off will enable a transition to powerdown: 0: Enabled 1: Disabled

CTL1 @0x24 = 0x40091024

reset=0x00000000

Control 1 This register contains various chip level control and debug bitfields.

012345678910111213141516171819202122232425262728293031
[0] MCU_WARM_RESET RW

Indicates type of last MCU Voltage Domain reset: 0: Last MCU reset was not a warm reset 1: Last MCU reset was a warm reset (requested from MCU or JTAG as indicated in MCU_RESET_SRC) This bit can only be cleared by writing a 1 to it

[1] MCU_RESET_SRC RW

Indicates source of last MCU Voltage Domain warm reset request: 0: MCU SW reset 1: JTAG reset This bit can only be cleared by writing a 1 to it

RECHARGECFG @0x30 = 0x40091030

reset=0x00000000

Recharge Controller Configuration This register sets all relevant patameters for controlling the recharge algorithm.

012345678910111213141516171819202122232425262728293031
[0..=2] PER_E RW

Number of 32 KHz clocks between activation of recharge controller For recharge algorithm, PERIOD is the initial period when entering powerdown mode. The adaptive recharge algorithm will not change this register PERIOD will effectively be a 16 bit value coded in a 5 bit mantissa and 3 bit exponent: This field sets the Exponent of the Period. PERIOD=(PER_M*16+15)*2^PER_E

[3..=7] PER_M RW

Number of 32 KHz clocks between activation of recharge controller For recharge algorithm, PERIOD is the initial period when entering powerdown mode. The adaptive recharge algorithm will not change this register PERIOD will effectively be a 16 bit value coded in a 5 bit mantissa and 3 bit exponent: This field sets the Mantissa of the Period. PERIOD=(PER_M*16+15)*2^PER_E

[8..=10] MAX_PER_E RW

This register defines the maximum period that the recharge algorithm can take, i.e. it defines the maximum number of cycles between 2 recharges. The maximum number of cycles is specified with a 5 bit mantissa and 3 bit exponent: MAXCYCLES=(MAX_PER_M*16+15)*2^MAX_PER_E This field sets the exponent MAXCYCLES

[11..=15] MAX_PER_M RW

This register defines the maximum period that the recharge algorithm can take, i.e. it defines the maximum number of cycles between 2 recharges. The maximum number of cycles is specified with a 5 bit mantissa and 3 bit exponent: MAXCYCLES=(MAX_PER_M*16+15)*2^MAX_PER_E This field sets the mantissa of MAXCYCLES

[16..=19] C1 RW

Gain factor for adaptive recharge algorithm period_new=period * ( 1+/-(2^-C1+2^-C2) ) Valid values for C1 is 1 to 10 Note: Rounding may cause adaptive recharge not to start for very small values of both Gain and Initial period. Criteria for algorithm to start is MAX(PERIOD*2^-C1,PERIOD*2^-C2) >= 1

[20..=23] C2 RW

Gain factor for adaptive recharge algorithm period_new=period * ( 1+/-(2^-C1+2^-C2) ) Valid values for C2 is 2 to 10 Note: Rounding may cause adaptive recharge not to start for very small values of both Gain and Initial period. Criteria for algorithm to start is MAX(PERIOD*2^-C1,PERIOD*2^-C2) >= 1

[31] ADAPTIVE_EN RW

Enable adaptive recharge Note: Recharge can be turned completely of by setting MAX_PER_E=7 and MAX_PER_M=31 and this bitfield to 0

RECHARGESTAT @0x34 = 0x40091034

reset=0x00000000

Recharge Controller Status This register controls various status registers which are updated during recharge. The register is mostly intended for test and debug.

012345678910111213141516171819202122232425262728293031
[0..=15] MAX_USED_PER RW

The maximum value of recharge period seen with VDDR>threshold. The VDDR voltage is compared against the threshold voltage at just before each recharge. If VDDR is above threshold, MAX_USED_PER is updated with max ( current recharge peride; MAX_USED_PER ) This way MAX_USED_PER can track the recharge period where VDDR is decharged to the threshold value. We can therefore use the value as an indication of the leakage current during recharge. This bitfield is cleared to 0 when writing this register.

[16..=19] VDDR_SMPLS R

The last 4 VDDR samples, bit 0 being the newest. The register is being updated in every recharge period with a shift left, and bit 0 is updated with the last VDDR sample, ie a 1 is shiftet in in case VDDR > VDDR_threshold just before recharge starts. Otherwise a 0 will be shifted in.

OSCCFG @0x38 = 0x40091038

reset=0x00000000

Oscillator Configuration This register sets the period for Amplitude compensation requests sent to the oscillator control system. The amplitude compensations is only applicable when XOSC_HF is running in low power mode.

012345678910111213141516171819202122232425262728293031
[0..=2] PER_E RW

Number of 32 KHz clocks between oscillator amplitude calibrations. When this counter expires, an oscillator amplitude compensation is triggered immediately in Active mode. When this counter expires in Powerdown mode an internal flag is set such that the amplitude compensation is postponed until the next recharge occurs. The Period will effectively be a 16 bit value coded in a 5 bit mantissa and 3 bit exponent PERIOD=(PER_M*16+15)*2^PER_E This field sets the exponent Note: Oscillator amplitude calibration is turned of when both PER_M and this bitfield are set to 0

[3..=7] PER_M RW

Number of 32 KHz clocks between oscillator amplitude calibrations. When this counter expires, an oscillator amplitude compensation is triggered immediately in Active mode. When this counter expires in Powerdown mode an internal flag is set such that the amplitude compensation is postponed until the next recharge occurs. The Period will effectively be a 16 bit value coded in a 5 bit mantissa and 3 bit exponent PERIOD=(PER_M*16+15)*2^PER_E This field sets the mantissa Note: Oscillator amplitude calibration is turned of when both this bitfield and PER_E are set to 0

JTAGCFG @0x40 = 0x40091040

reset=0x00000000

JTAG Configuration This register contains control for configuration of the JTAG domain,- hereunder access permissions for each TAP.

012345678910111213141516171819202122232425262728293031
[8] JTAG_PD_FORCE_ON RW

Controls JTAG PowerDomain power state: 0: Controlled exclusively by debug subsystem. (JTAG Powerdomain will be powered off unless a debugger is attached) 1: JTAG Power Domain is forced on, independent of debug subsystem. NB: The reset value causes JTAG Power Domain to be powered on by default. Software must clear this bit to turn off the JTAG Power Domain

JTAGUSERCODE @0x44 = 0x40091044

reset=0x00000000

JTAG USERCODE Boot code copies the JTAG USERCODE to this register from where it is forwarded to the debug subsystem.

012345678910111213141516171819202122232425262728293031
[0..=31] USER_CODE RW

32-bit JTAG USERCODE register feeding main JTAG TAP NB: This field can be locked

AUX_ADI4 at 0x400cb000 with offset=0 and size=512:

Configuration registers controlling analog peripherals of AUX. Registers Fields should be considered static unless otherwise noted (as dynamic)

Registers:

MUX0 @0x0 = 0x400cb000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] COMPA_REF RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
ADCVREFP 8
VDDS 4
VSS 2
DCOUPL 1
NC 0

MUX1 @0x1 = 0x400cb001

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] COMPA_IN RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
AUXIO0 128
AUXIO1 64
AUXIO2 32
AUXIO3 16
AUXIO4 8
AUXIO5 4
AUXIO6 2
AUXIO7 1
NC 0

MUX2 @0x2 = 0x400cb002

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] COMPB_REF RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
VDDS 4
VSS 2
DCOUPL 1
NC 0
[3..=7] ADCCOMPB_IN RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
VDDS 16
VSS 8
DCOUPL 4
ATEST1 2
ATEST0 1
NC 0

MUX3 @0x3 = 0x400cb003

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ADCCOMPB_IN RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
AUXIO0 128
AUXIO1 64
AUXIO2 32
AUXIO3 16
AUXIO4 8
AUXIO5 4
AUXIO6 2
AUXIO7 1
NC 0

ISRC @0x4 = 0x400cb004

reset=0x00000000

Current Source Strength and trim control for current source. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] EN RW

Current source enable

[2..=7] TRIM RW

Adjust current from current source. Output currents may be combined to get desired total current.

Possible values:

NameValuedefault
_11P75U 32
_4P5U 16
_2P0U 8
_1P0U 4
_0P5U 2
_0P25U 1
NC 0

COMP @0x5 = 0x400cb005

reset=0x00000000

Comparator Control COMPA and COMPB comparators. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] COMPA_EN RW

COMPA enable

[2] COMPB_EN RW

COMPB enable

[3..=5] COMPB_TRIM RW

COMPB voltage reference trim temperature coded:

Possible values:

NameValuedefault
DIV4 7
DIV3 3
DIV2 1
DIV1 0
[6] COMPA_REF_CURR_EN RW

Enables 2uA IPTAT current from ISRC to COMPA reference node. Requires ISRC.EN = 1. Used with COMPA_REF_RES_EN to generate voltage reference for cap-sense.

[7] COMPA_REF_RES_EN RW

Enables 400kohm resistance from COMPA reference node to ground. Used with COMPA_REF_CURR_EN to generate voltage reference for cap-sense.

MUX4 @0x7 = 0x400cb007

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] COMPA_REF RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
AUXIO0 128
AUXIO1 64
AUXIO2 32
AUXIO3 16
AUXIO4 8
AUXIO5 4
AUXIO6 2
AUXIO7 1
NC 0

ADC0 @0x8 = 0x400cb008

reset=0x00000000

ADC Control 0 ADC Sample Control. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] EN RW

ADC Enable 0: Disable 1: Enable

[1] RESET_N RW

Reset ADC digital subchip, active low. ADC must be reset every time it is reconfigured. 0: Reset 1: Normal operation

[3..=6] SMPL_CYCLE_EXP RW

Controls the sampling duration before conversion when the ADC is operated in synchronous mode (SMPL_MODE = 0). The setting has no effect in asynchronous mode. The sampling duration is given as 2^(SMPL_CYCLE_EXP + 1) / 6 us.

Possible values:

NameValuedefault
_10P9_MS 15
_5P46_MS 14
_2P73_MS 13
_1P37_MS 12
_682_US 11
_341_US 10
_170_US 9
_85P3_US 8
_42P6_US 7
_21P3_US 6
_10P6_US 5
_5P3_US 4
_2P7_US 3
[7] SMPL_MODE RW

ADC Sampling mode: 0: Synchronous mode 1: Asynchronous mode The ADC does a sample-and-hold before conversion. In synchronous mode the sampling starts when the ADC clock detects a rising edge on the trigger signal. Jitter/uncertainty will be inferred in the detection if the trigger signal originates from a domain that is asynchronous to the ADC clock. SMPL_CYCLE_EXP determines the the duration of sampling. Conversion starts immediately after sampling ends. In asynchronous mode the sampling is continuous when enabled. Sampling ends and conversion starts immediately with the rising edge of the trigger signal. Sampling restarts when the conversion has finished. Asynchronous mode is useful when it is important to avoid jitter in the sampling instant of an externally driven signal

ADC1 @0x9 = 0x400cb009

reset=0x00000000

ADC Control 1 ADC Comparator Control. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] SCALE_DIS RW

Internal. Only to be used through TI provided API.

ADCREF0 @0xa = 0x400cb00a

reset=0x00000000

ADC Reference 0 Control reference used by the ADC. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] EN RW

ADC reference module enable: 0: ADC reference module powered down 1: ADC reference module enabled

[3] SRC RW

ADC reference source: 0: Fixed reference = 4.3V 1: Relative reference = VDDS

[4] EXT RW

Internal. Only to be used through TI provided API.

[5] IOMUX RW

Internal. Only to be used through TI provided API.

[6] REF_ON_IDLE RW

Keep ADCREF powered up in IDLE state when ADC0.SMPL_MODE = 0. Set to 1 if ADC0.SMPL_CYCLE_EXP is less than 6 (21.3us sampling time)

ADCREF1 @0xb = 0x400cb00b

reset=0x00000000

ADC Reference 1 Control reference used by the ADC. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] VTRIM RW

Trim output voltage of ADC fixed reference (64 steps, 2's complement). Applies only for ADCREF0.SRC = 0. Examples: 0x00 - nominal voltage 1.43V 0x01 - nominal + 0.4% 1.435V 0x3F - nominal - 0.4% 1.425V 0x1F - maximum voltage 1.6V 0x20 - minimum voltage 1.3V

AUX_AIODIO0 at 0x400c1000 with offset=0 and size=4096:

AUX Analog/Digital Input Output Controller

Registers:

GPIODOUT @0x0 = 0x400c1000

reset=0x00000000

General Purpose Input Output Data Out The output data register is used to set data on AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to set AUXIO[8i+n]. Write 0 to bit index n in this bit vector to clear AUXIO[8i+n].

IOMODE @0x4 = 0x400c1004

reset=0x00000000

Input Output Mode This register controls pull-up, pull-down, and output mode for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1

012345678910111213141516171819202122232425262728293031
[0..=1] IO0 RW

Select mode for AUXIO[8i+0].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[2..=3] IO1 RW

Select mode for AUXIO[8i+1].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[4..=5] IO2 RW

Select mode for AUXIO[8i+2].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[6..=7] IO3 RW

Select mode for AUXIO[8i+3].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[8..=9] IO4 RW

Select mode for AUXIO[8i+4].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[10..=11] IO5 RW

Select mode for AUXIO[8i+5].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[12..=13] IO6 RW

Select mode for AUXIO[8i+6].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[14..=15] IO7 RW

Select mode for AUXIO[8i+7].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0

GPIODIN @0x8 = 0x400c1008

reset=0x00000000

General Purpose Input Output Data In This register provides synchronized input data for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and I = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 R

Bit n in this bit vector contains the value for AUXIO[8i+n] when GPIODIE bit n is set. Otherwise, bit n value is old.

GPIODOUTSET @0xc = 0x400c100c

reset=0x00000000

General Purpose Input Output Data Out Set Set bits in GPIODOUT in instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to set GPIODOUT bit n. Read value is 0.

GPIODOUTCLR @0x10 = 0x400c1010

reset=0x00000000

General Purpose Input Output Data Out Clear Clear bits in GPIODOUT instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to clear GPIODOUT bit n. Read value is 0.

GPIODOUTTGL @0x14 = 0x400c1014

reset=0x00000000

General Purpose Input Output Data Out Toggle Toggle bits in GPIODOUT in instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to toggle GPIODOUT bit n. Read value is 0.

GPIODIE @0x18 = 0x400c1018

reset=0x00000000

General Purpose Input Output Digital Input Enable This register controls input buffers for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and I = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to enable digital input buffer for AUXIO[8i+n]. Write 0 to bit index n in this bit vector to disable digital input buffer for AUXIO[8i+n]. You must enable the digital input buffer for AUXIO[8i+n] to read the pin value in GPIODIN. You must disable the digital input buffer for analog input or pins that float to avoid current leakage.

AUX_AIODIO1 at 0x400c2000 with offset=0 and size=4096:

AUX Analog/Digital Input Output Controller

Registers:

GPIODOUT @0x0 = 0x400c2000

reset=0x00000000

General Purpose Input Output Data Out The output data register is used to set data on AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to set AUXIO[8i+n]. Write 0 to bit index n in this bit vector to clear AUXIO[8i+n].

IOMODE @0x4 = 0x400c2004

reset=0x00000000

Input Output Mode This register controls pull-up, pull-down, and output mode for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1

012345678910111213141516171819202122232425262728293031
[0..=1] IO0 RW

Select mode for AUXIO[8i+0].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[2..=3] IO1 RW

Select mode for AUXIO[8i+1].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[4..=5] IO2 RW

Select mode for AUXIO[8i+2].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[6..=7] IO3 RW

Select mode for AUXIO[8i+3].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[8..=9] IO4 RW

Select mode for AUXIO[8i+4].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[10..=11] IO5 RW

Select mode for AUXIO[8i+5].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[12..=13] IO6 RW

Select mode for AUXIO[8i+6].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0
[14..=15] IO7 RW

Select mode for AUXIO[8i+7].

Possible values:

NameValuedefault
OPEN_SOURCE 3
OPEN_DRAIN 2
IN 1
OUT 0

GPIODIN @0x8 = 0x400c2008

reset=0x00000000

General Purpose Input Output Data In This register provides synchronized input data for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and I = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 R

Bit n in this bit vector contains the value for AUXIO[8i+n] when GPIODIE bit n is set. Otherwise, bit n value is old.

GPIODOUTSET @0xc = 0x400c200c

reset=0x00000000

General Purpose Input Output Data Out Set Set bits in GPIODOUT in instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to set GPIODOUT bit n. Read value is 0.

GPIODOUTCLR @0x10 = 0x400c2010

reset=0x00000000

General Purpose Input Output Data Out Clear Clear bits in GPIODOUT instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to clear GPIODOUT bit n. Read value is 0.

GPIODOUTTGL @0x14 = 0x400c2014

reset=0x00000000

General Purpose Input Output Data Out Toggle Toggle bits in GPIODOUT in instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and i = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to toggle GPIODOUT bit n. Read value is 0.

GPIODIE @0x18 = 0x400c2018

reset=0x00000000

General Purpose Input Output Digital Input Enable This register controls input buffers for AUXIO that are controlled by instance i of AUX_AIODIO. Hence, in formulas below i = 0 for AUX_AIODIO0 and I = 1 for AUX_AIODIO1.

012345678910111213141516171819202122232425262728293031
[0..=7] IO7_0 RW

Write 1 to bit index n in this bit vector to enable digital input buffer for AUXIO[8i+n]. Write 0 to bit index n in this bit vector to disable digital input buffer for AUXIO[8i+n]. You must enable the digital input buffer for AUXIO[8i+n] to read the pin value in GPIODIN. You must disable the digital input buffer for analog input or pins that float to avoid current leakage.

AUX_ANAIF at 0x400c9000 with offset=0 and size=4096:

AUX Analog Peripheral Control Module

Registers:

ADCCTL @0x10 = 0x400c9010

reset=0x00000000

ADC Control Configuration of ADI_4_AUX:ADC0.SMPL_MODE decides if the ADC trigger starts sampling or conversion.

012345678910111213141516171819202122232425262728293031
[0..=1] CMD RW

ADC interface command. Non-enumerated values are not supported. The written value is returned when read.

Possible values:

NameValuedefault
FLUSH 3
EN 1
DIS 0
[8..=12] START_SRC RW

Select ADC trigger event source from the asynchronous AUX event bus. Set START_SRC to NO_EVENT if you want to trigger the ADC manually through ADCTRIG.START.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
NO_EVENT1 10
NO_EVENT0 9
RESERVED1 8
RESERVED0 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
RTC_CH2_EV 0
[13] START_POL RW

Select active polarity for START_SRC event.

Possible values:

NameValuedefault
FALL 1
RISE 0

ADCFIFOSTAT @0x14 = 0x400c9014

reset=0x00000000

ADC FIFO Status FIFO can hold up to four ADC samples.

012345678910111213141516171819202122232425262728293031
[0] EMPTY R

FIFO empty flag. 0: FIFO contains one or more samples. 1: FIFO is empty. When the flag is set, read returns the previous sample that was read and sets the UNDERFLOW flag.

[1] ALMOST_FULL R

FIFO almost full flag. 0: There are less than 3 samples in the FIFO, or the FIFO is full. The FULL flag is also asserted in the latter case. 1: There are 3 samples in the FIFO, there is room for one more sample.

[2] FULL R

FIFO full flag. 0: FIFO is not full, there is less than 4 samples in the FIFO. 1: FIFO is full, there are 4 samples in the FIFO. When the flag is set, it is not possible to add more samples to the ADC FIFO. An attempt to add samples sets the OVERFLOW flag.

[3] UNDERFLOW R

FIFO underflow flag. 0: FIFO has not underflowed. 1: FIFO has underflowed, this flag is sticky until you flush the FIFO. When the flag is set, the ADC FIFO read pointer is static. Read returns the previous sample that was read. Flush FIFO to clear the flag.

[4] OVERFLOW R

FIFO overflow flag. 0: FIFO has not overflowed. 1: FIFO has overflowed, this flag is sticky until you flush the FIFO. When the flag is set, the ADC FIFO write pointer is static. It is not possible to add more samples to the ADC FIFO. Flush FIFO to clear the flag.

ADCFIFO @0x18 = 0x400c9018

reset=0x00000000

ADC FIFO

012345678910111213141516171819202122232425262728293031
[0..=11] DATA RW

FIFO data. Read: Get oldest ADC sample from FIFO. Write: Write dummy sample to FIFO. This is useful for code development when you do not have real ADC samples.

ADCTRIG @0x1c = 0x400c901c

reset=0x00000000

ADC Trigger

012345678910111213141516171819202122232425262728293031
[0] START W

Manual ADC trigger. 0: No effect. 1: Single ADC trigger. To manually trigger the ADC, you must set ADCCTL.START_SRC to NO_EVENT to avoid conflict with event-driven ADC trigger.

ISRCCTL @0x20 = 0x400c9020

reset=0x00000000

Current Source Control

012345678910111213141516171819202122232425262728293031
[0] RESET_N RW

ISRC reset control. 0: ISRC drives 0 uA. 1: ISRC drives current ADI_4_AUX:ISRC.TRIM to COMPA_IN.

AUX_DDI0_OSC at 0x400ca000 with offset=0 and size=4096:

This is the DDI for the digital block that controls all the analog clock oscillators (OSC_DIG) and performs qualification of the clocks generated.

Registers:

CTL0 @0x0 = 0x400ca000

reset=0x00000000

Control 0 Controls clock source selects

012345678910111213141516171819202122232425262728293031
[0] SCLK_HF_SRC_SEL RW

Source select for sclk_hf. XOSC option is supported for test and debug only and should be used when the XOSC_HF is running.

Possible values:

NameValuedefault
XOSC 1
RCOSC 0
[1] SCLK_MF_SRC_SEL RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
XCOSCHFDMF 1
RCOSCHFDMF 0
[2..=3] SCLK_LF_SRC_SEL RW

Source select for sclk_lf

Possible values:

NameValuedefault
XOSCLF 3
RCOSCLF 2
XOSCHFDLF 1
RCOSCHFDLF 0
[4] SPARE4 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[5..=6] ACLK_REF_SRC_SEL RW

Source select for aclk_ref 00: RCOSC_HF derived (31.25kHz) 01: XOSC_HF derived (31.25kHz) 10: RCOSC_LF (32kHz) 11: XOSC_LF (32.768kHz)

[7..=8] ACLK_TDC_SRC_SEL RW

Source select for aclk_tdc. 00: RCOSC_HF (48MHz) 01: RCOSC_HF (24MHz) 10: XOSC_HF (24MHz) 11: Not used

[9] CLK_LOSS_EN RW

Enable clock loss detection and hence the indicators to system controller. Checks both SCLK_HF and SCLK_LF clock loss indicators. 0: Disable 1: Enable Clock loss detection must be disabled when changing the sclk_lf source. STAT0.SCLK_LF_SRC can be polled to determine when a change to a new sclk_lf source has completed.

[10] XOSC_LF_DIG_BYPASS RW

Bypass XOSC_LF and use the digital input clock from AON for the xosc_lf clock. 0: Use 32kHz XOSC as xosc_lf clock source 1: Use digital input (from AON) as xosc_lf clock source. This bit will only have effect when SCLK_LF_SRC_SEL is selecting the xosc_lf as the sclk_lf source. The muxing performed by this bit is not glitch free. The following procedure must be followed when changing this field to avoid glitches on sclk_lf. 1) Set SCLK_LF_SRC_SEL to select any source other than the xosc_lf clock source. 2) Set or clear this bit to bypass or not bypass the xosc_lf. 3) Set SCLK_LF_SRC_SEL to use xosc_lf. It is recommended that either the rcosc_hf or xosc_hf (whichever is currently active) be selected as the source in step 1 above. This provides a faster clock change.

[11] XOSC_HF_POWER_MODE RW

Internal. Only to be used through TI provided API.

[12] RCOSC_LF_TRIMMED RW

Internal. Only to be used through TI provided API.

[14] HPOSC_MODE_EN RW

Internal. Only to be used through TI provided API.

[16] ALLOW_SCLK_HF_SWITCHING RW

0: Default - Switching of HF clock source is disabled . 1: Allows switching of sclk_hf source. Provided to prevent switching of the SCLK_HF source when running from flash (a long period during switching could corrupt flash). When sclk_hf switching is disabled, a new source can be started when SCLK_HF_SRC_SEL is changed, but the switch will not occur until this bit is set. This bit should be set to enable clock switching after STAT0.PENDINGSCLKHFSWITCHING indicates the new HF clock is ready. When switching completes (also indicated by STAT0.PENDINGSCLKHFSWITCHING) sclk_hf switching should be disabled to prevent flash corruption. Switching should not be enabled when running from flash.

[22] FORCE_KICKSTART_EN RW

Internal. Only to be used through TI provided API.

[25] DOUBLER_RESET_DURATION RW

Internal. Only to be used through TI provided API.

[26..=27] DOUBLER_START_DURATION RW

Internal. Only to be used through TI provided API.

[28] BYPASS_RCOSC_LF_CLK_QUAL RW

Internal. Only to be used through TI provided API.

[29] BYPASS_XOSC_LF_CLK_QUAL RW

Internal. Only to be used through TI provided API.

[31] XTAL_IS_24M RW

Set based on the accurate high frequency XTAL.

Possible values:

NameValuedefault
_24M 1
_48M 0

CTL1 @0x4 = 0x400ca004

reset=0x00000000

Control 1 This register contains OSC_DIG configuration

012345678910111213141516171819202122232425262728293031
[0..=1] XOSC_HF_FAST_START RW

Internal. Only to be used through TI provided API.

[2..=16] SPARE2 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[17] RCOSCHFCTRIMFRACT_EN RW

Internal. Only to be used through TI provided API.

[18..=22] RCOSCHFCTRIMFRACT RW

Internal. Only to be used through TI provided API.

RADCEXTCFG @0x8 = 0x400ca008

reset=0x00000000

RADC External Configuration

012345678910111213141516171819202122232425262728293031
[5] RADC_MODE_IS_SAR RW

Internal. Only to be used through TI provided API.

[6..=11] RADC_DAC_TH RW

Internal. Only to be used through TI provided API.

[12..=15] IDAC_STEP RW

Internal. Only to be used through TI provided API.

[16..=21] LPM_IBIAS_WAIT_CNT RW

Internal. Only to be used through TI provided API.

[22..=31] HPM_IBIAS_WAIT_CNT RW

Internal. Only to be used through TI provided API.

AMPCOMPCTL @0xc = 0x400ca00c

reset=0x00000000

Amplitude Compensation Control

012345678910111213141516171819202122232425262728293031
[0..=3] IBIASCAP_HPTOLP_OL_CNT RW

Internal. Only to be used through TI provided API.

[4..=7] CAP_STEP RW

Internal. Only to be used through TI provided API.

[8..=15] LPM_IBIAS_WAIT_CNT_FINAL RW

Internal. Only to be used through TI provided API.

[16..=19] IBIAS_INIT RW

Internal. Only to be used through TI provided API.

[20..=23] IBIAS_OFFSET RW

Internal. Only to be used through TI provided API.

[26] AMPCOMP_SW_EN RW

Internal. Only to be used through TI provided API.

[27] AMPCOMP_SW_CTRL RW

Internal. Only to be used through TI provided API.

[28..=29] AMPCOMP_FSM_UPDATE_RATE RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
_250KHZ 3
_500KHZ 2
_1MHZ 1
_2MHZ 0
[30] AMPCOMP_REQ_MODE RW

Internal. Only to be used through TI provided API.

[31] SPARE31 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

AMPCOMPTH1 @0x10 = 0x400ca010

reset=0x00000000

Amplitude Compensation Threshold 1 This register contains threshold values for amplitude compensation algorithm

012345678910111213141516171819202122232425262728293031
[0..=5] HPMRAMP1_TH RW

Internal. Only to be used through TI provided API.

[6..=9] IBIASCAP_LPTOHP_OL_CNT RW

Internal. Only to be used through TI provided API.

[10..=15] HPMRAMP3_HTH RW

Internal. Only to be used through TI provided API.

[16..=17] SPARE16 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[18..=23] HPMRAMP3_LTH RW

Internal. Only to be used through TI provided API.

[24..=31] SPARE24 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

AMPCOMPTH2 @0x14 = 0x400ca014

reset=0x00000000

Amplitude Compensation Threshold 2 This register contains threshold values for amplitude compensation algorithm.

012345678910111213141516171819202122232425262728293031
[0..=1] SPARE0 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[2..=7] ADC_COMP_AMPTH_HPM RW

Internal. Only to be used through TI provided API.

[8..=9] SPARE8 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[10..=15] ADC_COMP_AMPTH_LPM RW

Internal. Only to be used through TI provided API.

[16..=17] SPARE16 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[18..=23] LPMUPDATE_HTH RW

Internal. Only to be used through TI provided API.

[24..=25] SPARE24 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[26..=31] LPMUPDATE_LTH RW

Internal. Only to be used through TI provided API.

ANABYPASSVAL1 @0x18 = 0x400ca018

reset=0x00000000

Analog Bypass Values 1

012345678910111213141516171819202122232425262728293031
[0..=15] XOSC_HF_COLUMN_Q12 RW

Internal. Only to be used through TI provided API.

[16..=19] XOSC_HF_ROW_Q12 RW

Internal. Only to be used through TI provided API.

ANABYPASSVAL2 @0x1c = 0x400ca01c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=13] XOSC_HF_IBIASTHERM RW

Internal. Only to be used through TI provided API.

ATESTCTL @0x20 = 0x400ca020

reset=0x00000000

Analog Test Control

012345678910111213141516171819202122232425262728293031
[29] SCLK_LF_AUX_EN RW

Enable 32 kHz clock to AUX_COMPB.

[30..=31] SPARE30 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

ADCDOUBLERNANOAMPCTL @0x24 = 0x400ca024

reset=0x00000000

ADC Doubler Nanoamp Control

012345678910111213141516171819202122232425262728293031
[0..=1] ADC_IREF_CTRL RW

Internal. Only to be used through TI provided API.

[4] ADC_SH_VBUF_EN RW

Internal. Only to be used through TI provided API.

[5] ADC_SH_MODE_EN RW

Internal. Only to be used through TI provided API.

[23] SPARE23 RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior

[24] NANOAMP_BIAS_ENABLE RW

Internal. Only to be used through TI provided API.

XOSCHFCTL @0x28 = 0x400ca028

reset=0x00000000

XOSCHF Control

012345678910111213141516171819202122232425262728293031
[0..=1] LP_BUF_ITRIM RW

Internal. Only to be used through TI provided API.

[2..=4] HP_BUF_ITRIM RW

Internal. Only to be used through TI provided API.

[6] BYPASS RW

Internal. Only to be used through TI provided API.

[8..=9] PEAK_DET_ITRIM RW

Internal. Only to be used through TI provided API.

LFOSCCTL @0x2c = 0x400ca02c

reset=0x00000000

Low Frequency Oscillator Control

012345678910111213141516171819202122232425262728293031
[0..=7] RCOSCLF_CTUNE_TRIM RW

Internal. Only to be used through TI provided API.

[8..=9] RCOSCLF_RTUNE_TRIM RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
_6P0MEG 3
_6P5MEG 2
_7P0MEG 1
_7P5MEG 0
[18..=21] XOSCLF_CMIRRWR_RATIO RW

Internal. Only to be used through TI provided API.

[22..=23] XOSCLF_REGULATOR_TRIM RW

Internal. Only to be used through TI provided API.

RCOSCHFCTL @0x30 = 0x400ca030

reset=0x00000000

RCOSCHF Control

012345678910111213141516171819202122232425262728293031
[8..=15] RCOSCHF_CTRIM RW

Internal. Only to be used through TI provided API.

STAT0 @0x34 = 0x400ca034

reset=0x00000000

Status 0 This register contains status signals from OSC_DIG

012345678910111213141516171819202122232425262728293031
[0] PENDINGSCLKHFSWITCHING R

Indicates when sclk_hf is ready to be switched

[1..=6] ADC_DATA R

adc_data

[7] ADC_DATA_READY R

indicates when adc_data is ready.

[8] ADC_THMET R

ADC_THMET

[10] XOSC_HF_HP_BUF_EN R

XOSC_HF_HP_BUF_EN

[11] XOSC_HF_LP_BUF_EN R

XOSC_HF_LP_BUF_EN

[13] XB_48M_CLK_EN R

Indicates that the 48MHz clock from the DOUBLER is enabled. It will be enabled if 24 or 48 MHz crystal is used (enabled in doubler bypass for the 48MHz crystal).

[15] XOSC_HF_EN R

Indicates that XOSC_HF is enabled.

[16] SCLK_LF_LOSS R

Indicates sclk_lf is lost

[17] SCLK_HF_LOSS R

Indicates sclk_hf is lost

[18] CLK_DCDC_RDY_ACK R

CLK_DCDC_RDY_ACK

[19] CLK_DCDC_RDY R

CLK_DCDC_RDY

[20] XOSC_LF_EN R

XOSC_LF_EN

[21] RCOSC_LF_EN R

RCOSC_LF_EN

[22] RCOSC_HF_EN R

RCOSC_HF_EN

[28] SCLK_HF_SRC R

Indicates source for the sclk_hf

Possible values:

NameValuedefault
XOSC 1
RCOSC 0
[29..=30] SCLK_LF_SRC R

Indicates source for the sclk_lf

Possible values:

NameValuedefault
XOSCLF 3
RCOSCLF 2
XOSCHFDLF 1
RCOSCHFDLF 0
[31] SPARE31 R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

STAT1 @0x38 = 0x400ca038

reset=0x00000000

Status 1 This register contains status signals from OSC_DIG

012345678910111213141516171819202122232425262728293031
[0] CLK_DCDC_GOOD R

CLK_DCDC_GOOD

[1] CLK_CHP_GOOD R

CLK_CHP_GOOD

[2] ACLK_REF_GOOD R

ACLK_REF_GOOD

[3] ACLK_TDC_GOOD R

ACLK_TDC_GOOD

[4] ACLK_ADC_GOOD R

ACLK_ADC_GOOD

[5] SCLK_LF_GOOD R

SCLK_LF_GOOD

[6] SCLK_MF_GOOD R

SCLK_MF_GOOD

[7] SCLK_HF_GOOD R

SCLK_HF_GOOD

[8] CLK_DCDC_EN R

CLK_DCDC_EN

[9] CLK_CHP_EN R

CLK_CHP_EN

[10] ACLK_REF_EN R

ACLK_REF_EN

[11] ACLK_TDC_EN R

ACLK_TDC_EN

[12] ACLK_ADC_EN R

ACLK_ADC_EN

[13] SCLK_MF_EN R

SCLK_MF_EN

[14] SCLK_HF_EN R

SCLK_HF_EN

[15] FORCE_RCOSC_HF R

force_rcosc_hf

[16..=21] LPM_UPDATE_AMP R

OSC amplitude during LPM_UPDATE state When amplitude compensation of XOSC_HF is enabled in low power mode, this value is the amplitude of the crystal oscillations measured by the on-chip oscillator ADC, divided by 15 mV. For example, a value of 0x20 would indicate that the amplitude of the crystal is approximately 480 mV. To enable amplitude compensation, AON_WUC OSCCFG must be set to a non-zero value.

[22..=27] HPM_UPDATE_AMP R

OSC amplitude during HPM_UPDATE state. When amplitude compensation of XOSC_HF is enabled in high performance mode, this value is the amplitude of the crystal oscillations measured by the on-chip oscillator ADC, divided by 15 mV. For example, a value of 0x20 would indicate that the amplitude of the crystal is approximately 480 mV. To enable amplitude compensation, AON_WUC OSCCFG must be set to a non-zero value.

[28..=31] RAMPSTATE R

AMPCOMP FSM State

Possible values:

NameValuedefault
FAST_START_SETTLE 14
FAST_START 13
DUMMY_TO_INIT_1 12
IDAC_DEC_W_MEASURE 11
IBIAS_INC 10
LPM_UPDATE 9
IBIAS_DEC_W_MEASURE 8
IBIAS_CAP_UPDATE 7
IDAC_INCREMENT 6
HPM_UPDATE 5
HPM_RAMP3 4
HPM_RAMP2 3
HPM_RAMP1 2
INITIALIZATION 1
RESET 0

STAT2 @0x3c = 0x400ca03c

reset=0x00000000

Status 2 This register contains status signals from AMPCOMP FSM

012345678910111213141516171819202122232425262728293031
[0] XOSC_HF_RF_FREQGOOD R

frequency of xosc_hf is within +/- 20 ppm and xosc_hf is good for radio operations. Used for SW to start synthesizer.

[1] XOSC_HF_FREQGOOD R

frequency of xosc_hf is good to use for the digital clocks

[2] XOSC_HF_AMPGOOD R

amplitude of xosc_hf is within the required threshold (set by DDI). Not used for anything just for debug/status

[3] AMPCOMP_REQ R

ampcomp_req

[12..=15] RAMPSTATE R

xosc_hf amplitude compensation FSM This is identical to STAT1.RAMPSTATE. See that description for encoding.

[23] HPM_RAMP3_THMET R

Indication of threshold is met for hpm_ramp3

[24] HPM_RAMP2_THMET R

Indication of threshold is met for hpm_ramp2

[25] HPM_RAMP1_THMET R

Indication of threshold is met for hpm_ramp1

[26..=31] ADC_DCBIAS R

DC Bias read by RADC during SAR mode The value is an unsigned integer. It is used for debug only.

AUX_EVCTL at 0x400c5000 with offset=0 and size=4096:

AUX Event Controller

Registers:

VECCFG0 @0x0 = 0x400c5000

reset=0x00000000

Vector Configuration 0 AUX_SCE wakeup vector 0 and 1 configuration

012345678910111213141516171819202122232425262728293031
[0..=4] VEC0_EV RW

Select vector 0 trigger source event.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[5] VEC0_EN RW

Vector 0 trigger enable. When enabled, VEC0_EV event with VEC0_POL polarity triggers a jump to vector # 0 when AUX_SCE sleeps.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] VEC0_POL RW

Vector 0 trigger event polarity. To manually trigger vector 0 execution: - AUX_SCE must sleep. - Set VEC0_EV to a known static value. - Toggle VEC0_POL twice.

Possible values:

NameValuedefault
FALL 1
RISE 0
[8..=12] VEC1_EV RW

Select vector 1 trigger source event.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[13] VEC1_EN RW

Vector 1 trigger enable. When enabled, VEC1_EV event with VEC1_POL polarity triggers a jump to vector # 1 when AUX_SCE sleeps. Lower vectors (0) have priority.

Possible values:

NameValuedefault
EN 1
DIS 0
[14] VEC1_POL RW

Vector 1 trigger event polarity. To manually trigger vector 1 execution: - AUX_SCE must sleep. - Set VEC1_EV to a known static value. - Toggle VEC1_POL twice.

Possible values:

NameValuedefault
FALL 1
RISE 0

VECCFG1 @0x4 = 0x400c5004

reset=0x00000000

Vector Configuration 1 AUX_SCE event vectors 2 and 3 configuration

012345678910111213141516171819202122232425262728293031
[0..=4] VEC2_EV RW

Select vector 2 trigger source event.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[5] VEC2_EN RW

Vector 2 trigger enable. When enabled, VEC2_EV event with VEC2_POL polarity triggers a jump to vector # 2 when AUX_SCE sleeps. Lower vectors (0 and 1) have priority.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] VEC2_POL RW

Vector 2 trigger event polarity. To manually trigger vector 2 execution: - AUX_SCE must sleep. - Set VEC2_EV to a known static value. - Toggle VEC2_POL twice.

Possible values:

NameValuedefault
FALL 1
RISE 0
[8..=12] VEC3_EV RW

Select vector 3 trigger source event.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[13] VEC3_EN RW

Vector 3 trigger enable. When enabled, VEC3_EV event with VEC3_POL polarity triggers a jump to vector # 3 when AUX_SCE sleeps. Lower vectors (0, 1, and 2) have priority.

Possible values:

NameValuedefault
EN 1
DIS 0
[14] VEC3_POL RW

Vector 3 trigger event polarity. To manually trigger vector 3 execution: - AUX_SCE must sleep. - Set VEC3_EV to a known static value. - Toggle VEC3_POL twice.

Possible values:

NameValuedefault
FALL 1
RISE 0

SCEWEVSEL @0x8 = 0x400c5008

reset=0x00000000

Sensor Controller Engine Wait Event Selection Configuration of this register controls bit index 7 in AUX_SCE:WUSTAT.EV_SIGNALS. This bit can be used by AUX_SCE WEV0, WEV1, BEV0 and BEV1 instructions

012345678910111213141516171819202122232425262728293031
[0..=4] WEV7_EV RW

Select event source to connect to AUX_SCE:WUSTAT.EV_SIGNALS bit 7.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0

EVTOAONFLAGS @0xc = 0x400c500c

reset=0x00000000

Events To AON Flags This register contains a collection of event flags routed to AON_EVENT. To clear an event flag, write to EVTOAONFLAGSCLR or write 0 to event flag in this register.

012345678910111213141516171819202122232425262728293031
[0] SWEV0 RW

This event flag is set when software writes a 1 to SWEVSET.SWEV0.

[1] SWEV1 RW

This event flag is set when software writes a 1 to SWEVSET.SWEV1.

[2] SWEV2 RW

This event flag is set when software writes a 1 to SWEVSET.SWEV2.

[3] AUX_COMPA RW

This event flag is set when edge selected by EVTOAONPOL.AUX_COMPA occurs on EVSTAT0.AUX_COMPA.

[4] AUX_COMPB RW

This event flag is set when edge selected by EVTOAONPOL.AUX_COMPB occurs on EVSTAT0.AUX_COMPB.

[5] ADC_DONE RW

This event flag is set when level selected by EVTOAONPOL.ADC_DONE occurs on EVSTAT0.ADC_DONE.

[6] TDC_DONE RW

This event flag is set when level selected by EVTOAONPOL.TDC_DONE occurs on EVSTAT0.TDC_DONE.

[7] TIMER0_EV RW

This event flag is set when level selected by EVTOAONPOL.TIMER0_EV occurs on EVSTAT0.TIMER0_EV.

[8] TIMER1_EV RW

This event flag is set when level selected by EVTOAONPOL.TIMER1_EV occurs on EVSTAT0.TIMER1_EV.

EVTOAONPOL @0x10 = 0x400c5010

reset=0x00000000

Events To AON Polarity Event source polarity configuration for EVTOAONFLAGS.

012345678910111213141516171819202122232425262728293031
[3] AUX_COMPA RW

Select the edge of EVSTAT0.AUX_COMPA that sets EVTOAONFLAGS.AUX_COMPA.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[4] AUX_COMPB RW

Select the edge of EVSTAT0.AUX_COMPB that sets EVTOAONFLAGS.AUX_COMPB.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[5] ADC_DONE RW

Select the level of EVSTAT0.ADC_DONE that sets EVTOAONFLAGS.ADC_DONE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[6] TDC_DONE RW

Select level of EVSTAT0.TDC_DONE that sets EVTOAONFLAGS.TDC_DONE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[7] TIMER0_EV RW

Select the level of EVSTAT0.TIMER0_EV that sets EVTOAONFLAGS.TIMER0_EV.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[8] TIMER1_EV RW

Select the level of EVSTAT0.TIMER1_EV that sets EVTOAONFLAGS.TIMER1_EV.

Possible values:

NameValuedefault
LOW 1
HIGH 0

DMACTL @0x14 = 0x400c5014

reset=0x00000000

Direct Memory Access Control

012345678910111213141516171819202122232425262728293031
[0] SEL RW

Select FIFO watermark level required to trigger a UDMA0 transfer of ADC FIFO data.

Possible values:

NameValuedefault
FIFO_ALMOST_FULL 1
FIFO_NOT_EMPTY 0
[1] EN RW

uDMA ADC interface enable. 0: Disable UDMA0 interface to ADC. 1: Enable UDMA0 interface to ADC.

[2] REQ_MODE RW

UDMA0 Request mode

Possible values:

NameValuedefault
SINGLE 1
BURST 0

SWEVSET @0x18 = 0x400c5018

reset=0x00000000

Software Event Set Set software event flags from AUX domain to AON and MCU domains. CPUs in MCU domain can read the event flags from EVTOAONFLAGS and clear them in EVTOAONFLAGSCLR. Use of these event flags is software-defined.

012345678910111213141516171819202122232425262728293031
[0] SWEV0 W

Software event flag 0. 0: No effect. 1: Set software event flag 0.

[1] SWEV1 W

Software event flag 1. 0: No effect. 1: Set software event flag 1.

[2] SWEV2 W

Software event flag 2. 0: No effect. 1: Set software event flag 2.

EVSTAT0 @0x1c = 0x400c501c

reset=0x00000000

Event Status 0 Register holds events 0 thru 15 of the 32-bit event bus that is synchronous to AUX clock. The following subscribers use the asynchronous version of events in this register. - AUX_ANAIF. - AUX_TDC.

012345678910111213141516171819202122232425262728293031
[0] AON_RTC_CH2 R

AON_RTC:EVFLAGS.CH2

[1] AUX_COMPA R

Comparator A output

[2] AUX_COMPB R

Comparator B output

[3] TDC_DONE R

AUX_TDC:STAT.DONE

[4] TIMER0_EV R

AUX_TIMER0_EV event, see AUX_TIMER:T0TARGET for description.

[5] TIMER1_EV R

AUX_TIMER1_EV event, see AUX_TIMER:T1TARGET for description.

[6] SMPH_AUTOTAKE_DONE R

See AUX_SMPH:AUTOTAKE.SMPH_ID for description.

[7] ADC_DONE R

AUX_ANAIF ADC conversion done event.

[8] ADC_FIFO_ALMOST_FULL R

AUX_ANAIF:ADCFIFOSTAT.ALMOST_FULL

[9] OBSMUX0 R

Observation input 0 from IOC. This event is configured by IOC:OBSAUXOUTPUT.SEL0 and can be overridden by IOC:OBSAUXOUTPUT.SEL_MISC.

[10] OBSMUX1 R

Observation input 1 from IOC. This event is configured by IOC:OBSAUXOUTPUT.SEL1.

[11] AON_SW R

AON_WUC:AUXCTL.SWEV

[12] AON_PROG_WU R

AON_EVENT:AUXWUSEL.WU2_EV OR AON_EVENT:AUXWUSEL.WU1_EV OR AON_EVENT:AUXWUSEL.WU0_EV

[13] AUXIO0 R

AUXIO0 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 0.

[14] AUXIO1 R

AUXIO1 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 1.

[15] AUXIO2 R

AUXIO2 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 2.

EVSTAT1 @0x20 = 0x400c5020

reset=0x00000000

Event Status 1 Current event source levels, 31:16

012345678910111213141516171819202122232425262728293031
[0] AUXIO3 R

AUXIO3 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 3.

[1] AUXIO4 R

AUXIO4 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 4.

[2] AUXIO5 R

AUXIO5 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 5.

[3] AUXIO6 R

AUXIO6 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 6.

[4] AUXIO7 R

AUXIO7 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 7.

[5] AUXIO8 R

AUXIO8 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 0.

[6] AUXIO9 R

AUXIO9 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 1.

[7] AUXIO10 R

AUXIO10 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 2.

[8] AUXIO11 R

AUXIO11 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 3.

[9] AUXIO12 R

AUXIO12 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 4.

[10] AUXIO13 R

AUXIO13 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 5.

[11] AUXIO14 R

AUXIO14 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 6.

[12] AUXIO15 R

AUXIO15 pin level, read value corresponds to AUX_AIODIO1:GPIODIN bit 7.

[13] ACLK_REF R

TDC reference clock. It is configured by DDI_0_OSC:CTL0.ACLK_REF_SRC_SEL and enabled by AUX_WUC:REFCLKCTL.REQ.

[14] MCU_EV R

Event from EVENT configured by EVENT:AUXSEL0.

[15] ADC_IRQ R

The logical function for this event is configurable. When DMACTL.EN = 1 : Event = UDMA0 Channel 7 done event OR AUX_ANAIF:ADCFIFOSTAT.OVERFLOW OR AUX_ANAIF:ADCFIFOSTAT.UNDERFLOW When DMACTL.EN = 0 : Event = (NOT AUX_ANAIF:ADCFIFOSTAT.EMPTY) OR AUX_ANAIF:ADCFIFOSTAT.OVERFLOW OR AUX_ANAIF:ADCFIFOSTAT.UNDERFLOW Bit 7 in UDMA0:DONEMASK must be 0.

EVTOMCUPOL @0x24 = 0x400c5024

reset=0x00000000

Event To MCU Polarity Event source polarity configuration for EVTOMCUFLAGS.

012345678910111213141516171819202122232425262728293031
[0] AON_WU_EV RW

Select the event source level that sets EVTOMCUFLAGS.AON_WU_EV.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[1] AUX_COMPA RW

Select the event source level that sets EVTOMCUFLAGS.AUX_COMPA.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[2] AUX_COMPB RW

Select the event source level that sets EVTOMCUFLAGS.AUX_COMPB.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[3] TDC_DONE RW

Select the event source level that sets EVTOMCUFLAGS.TDC_DONE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[4] TIMER0_EV RW

Select the event source level that sets EVTOMCUFLAGS.TIMER0_EV.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[5] TIMER1_EV RW

Select the event source level that sets EVTOMCUFLAGS.TIMER1_EV.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[6] SMPH_AUTOTAKE_DONE RW

Select the event source level that sets EVTOMCUFLAGS.SMPH_AUTOTAKE_DONE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[7] ADC_DONE RW

Select the event source level that sets EVTOMCUFLAGS.ADC_DONE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[8] ADC_FIFO_ALMOST_FULL RW

Select the event source level that sets EVTOMCUFLAGS.ADC_FIFO_ALMOST_FULL.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[9] OBSMUX0 RW

Select the event source level that sets EVTOMCUFLAGS.OBSMUX0.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[10] ADC_IRQ RW

Select the event source level that sets EVTOMCUFLAGS.ADC_IRQ.

Possible values:

NameValuedefault
LOW 1
HIGH 0

EVTOMCUFLAGS @0x28 = 0x400c5028

reset=0x00000000

Events to MCU Flags This register contains a collection of event flags routed to MCU domain. To clear an event flag, write to EVTOMCUFLAGSCLR or write 0 to event flag in this register. Follow procedure described in AUX_SYSIF:WUCLR to clear AUX_WU_EV event flag.

012345678910111213141516171819202122232425262728293031
[0] AON_WU_EV RW

This event flag is set when level selected by EVTOMCUPOL.AON_WU_EV occurs on the reduction-OR of the AUX_EVCTL:EVSTAT0.RTC_CH2_EV, AUX_EVCTL:EVSTAT0.AON_SW, and AUX_EVCTL:EVSTAT0.AON_PROG_WU events.

[1] AUX_COMPA RW

This event flag is set when edge selected by EVTOMCUPOL.AUX_COMPA occurs on EVSTAT0.AUX_COMPA.

[2] AUX_COMPB RW

This event flag is set when edge selected by EVTOMCUPOL.AUX_COMPB occurs on EVSTAT0.AUX_COMPB.

[3] TDC_DONE RW

This event flag is set when level selected by EVTOMCUPOL.TDC_DONE occurs on EVSTAT0.TDC_DONE.

[4] TIMER0_EV RW

This event flag is set when level selected by EVTOMCUPOL.TIMER0_EV occurs on EVSTAT0.TIMER0_EV.

[5] TIMER1_EV RW

This event flag is set when level selected by EVTOMCUPOL.TIMER1_EV occurs on EVSTAT0.TIMER1_EV.

[6] SMPH_AUTOTAKE_DONE RW

This event flag is set when level selected by EVTOMCUPOL.SMPH_AUTOTAKE_DONE occurs on EVSTAT0.SMPH_AUTOTAKE_DONE.

[7] ADC_DONE RW

This event flag is set when level selected by EVTOMCUPOL.ADC_DONE occurs on EVSTAT0.ADC_DONE.

[8] ADC_FIFO_ALMOST_FULL RW

This event flag is set when level selected by EVTOMCUPOL.ADC_FIFO_ALMOST_FULL occurs on EVSTAT0.ADC_FIFO_ALMOST_FULL.

[9] OBSMUX0 RW

This event flag is set when level selected by EVTOMCUPOL.MCU_OBSMUX0 occurs on EVSTAT0.MCU_OBSMUX0.

[10] ADC_IRQ RW

This event flag is set when level selected by EVTOMCUPOL.ADC_IRQ occurs on EVSTAT0.ADC_IRQ.

COMBEVTOMCUMASK @0x2c = 0x400c502c

reset=0x00000000

Combined Event To MCU Mask Select event flags in EVTOMCUFLAGS that contribute to the AUX_COMB event to EVENT and system CPU. The AUX_COMB event is high as long as one or more of the included event flags are set.

012345678910111213141516171819202122232425262728293031
[0] AON_WU_EV RW

EVTOMCUFLAGS.AON_WU_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[1] AUX_COMPA RW

EVTOMCUFLAGS.AUX_COMPA contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[2] AUX_COMPB RW

EVTOMCUFLAGS.AUX_COMPB contribution to the AUX_COMB event. 0: Exclude 1: Include.

[3] TDC_DONE RW

EVTOMCUFLAGS.TDC_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[4] TIMER0_EV RW

EVTOMCUFLAGS.TIMER0_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[5] TIMER1_EV RW

EVTOMCUFLAGS.TIMER1_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[6] SMPH_AUTOTAKE_DONE RW

EVTOMCUFLAGS.SMPH_AUTOTAKE_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[7] ADC_DONE RW

EVTOMCUFLAGS.ADC_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[8] ADC_FIFO_ALMOST_FULL RW

EVTOMCUFLAGS.ADC_FIFO_ALMOST_FULL contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[9] OBSMUX0 RW

EVTOMCUFLAGS.MCU_OBSMUX0 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

[10] ADC_IRQ RW

EVTOMCUFLAGS.ADC_IRQ contribution to the AUX_COMB event. 0: Exclude. 1: Include.

VECFLAGS @0x34 = 0x400c5034

reset=0x00000000

Vector Flags If a vector flag becomes 1 and AUX_SCE sleeps, AUX_SCE will wake up and execute the corresponding vector. The vector with the lowest index will execute first if multiple vectors flags are set. AUX_SCE must return to sleep to execute the next vector. During execution of a vector, AUX_SCE must clear the vector flag that triggered execution. Write 1 to bit index n in VECFLAGSCLR to clear vector flag n.

012345678910111213141516171819202122232425262728293031
[0] VEC0 RW

Vector flag 0. The vector flag is set if the edge selected VECCFG0.VEC0_POL occurs on the event selected in VECCFG0.VEC0_EV. The flag is cleared by writing a 0 to this bit, or (preferably) a 1 to VECFLAGSCLR.VEC0.

[1] VEC1 RW

Vector flag 1. The vector flag is set if the edge selected VECCFG0.VEC1_POL occurs on the event selected in VECCFG0.VEC1_EV. The flag is cleared by writing a 0 to this bit, or (preferably) a 1 to VECFLAGSCLR.VEC1.

[2] VEC2 RW

Vector flag 2. The vector flag is set if the edge selected VECCFG1.VEC2_POL occurs on the event selected in VECCFG1.VEC2_EV. The flag is cleared by writing a 0 to this bit, or (preferably) a 1 to VECFLAGSCLR.VEC2.

[3] VEC3 RW

Vector flag 3. The vector flag is set if the edge selected VECCFG1.VEC3_POL occurs on the event selected in VECCFG1.VEC3_EV. The flag is cleared by writing a 0 to this bit, or (preferably) a 1 to VECFLAGSCLR.VEC3.

EVTOMCUFLAGSCLR @0x38 = 0x400c5038

reset=0x00000000

Events To MCU Flags Clear Clear event flags in EVTOMCUFLAGS. In order to clear a level sensitive event flag, the event must be deasserted.

012345678910111213141516171819202122232425262728293031
[0] AON_WU_EV W

Write 1 to clear EVTOMCUFLAGS.AON_WU_EV. Read value is 0.

[1] AUX_COMPA W

Write 1 to clear EVTOMCUFLAGS.AUX_COMPA. Read value is 0.

[2] AUX_COMPB W

Write 1 to clear EVTOMCUFLAGS.AUX_COMPB. Read value is 0.

[3] TDC_DONE W

Write 1 to clear EVTOMCUFLAGS.TDC_DONE. Read value is 0.

[4] TIMER0_EV W

Write 1 to clear EVTOMCUFLAGS.TIMER0_EV. Read value is 0.

[5] TIMER1_EV W

Write 1 to clear EVTOMCUFLAGS.TIMER1_EV. Read value is 0.

[6] SMPH_AUTOTAKE_DONE W

Write 1 to clear EVTOMCUFLAGS.SMPH_AUTOTAKE_DONE. Read value is 0.

[7] ADC_DONE W

Write 1 to clear EVTOMCUFLAGS.ADC_DONE. Read value is 0.

[8] ADC_FIFO_ALMOST_FULL W

Write 1 to clear EVTOMCUFLAGS.ADC_FIFO_ALMOST_FULL. Read value is 0.

[9] OBSMUX0 W

Write 1 to clear EVTOMCUFLAGS.MCU_OBSMUX0. Read value is 0.

[10] ADC_IRQ W

Write 1 to clear EVTOMCUFLAGS.ADC_IRQ. Read value is 0.

EVTOAONFLAGSCLR @0x3c = 0x400c503c

reset=0x00000000

Events To AON Clear Clear event flags in EVTOAONFLAGS. In order to clear a level sensitive event flag, the event must be deasserted.

012345678910111213141516171819202122232425262728293031
[0] SWEV0 W

Write 1 to clear EVTOAONFLAGS.SWEV0. Read value is 0.

[1] SWEV1 W

Write 1 to clear EVTOAONFLAGS.SWEV1. Read value is 0.

[2] SWEV2 W

Write 1 to clear EVTOAONFLAGS.SWEV2. Read value is 0.

[3] AUX_COMPA W

Write 1 to clear EVTOAONFLAGS.AUX_COMPA. Read value is 0.

[4] AUX_COMPB W

Write 1 to clear EVTOAONFLAGS.AUX_COMPB. Read value is 0.

[5] ADC_DONE W

Write 1 to clear EVTOAONFLAGS.ADC_DONE. Read value is 0.

[6] TDC_DONE W

Write 1 to clear EVTOAONFLAGS.TDC_DONE. Read value is 0.

[7] TIMER0_EV W

Write 1 to clear EVTOAONFLAGS.TIMER0_EV. Read value is 0.

[8] TIMER1_EV W

Write 1 to clear EVTOAONFLAGS.TIMER1_EV. Read value is 0.

VECFLAGSCLR @0x40 = 0x400c5040

reset=0x00000000

Vector Flags Clear Strobes for clearing flags in VECFLAGS.

012345678910111213141516171819202122232425262728293031
[0] VEC0 W

Clear vector flag 0. 0: No effect. 1: Clear VECFLAGS.VEC0. Read value is 0.

[1] VEC1 W

Clear vector flag 1. 0: No effect. 1: Clear VECFLAGS.VEC1. Read value is 0.

[2] VEC2 W

Clear vector flag 2. 0: No effect. 1: Clear VECFLAGS.VEC2. Read value is 0.

[3] VEC3 W

Clear vector flag 3. 0: No effect. 1: Clear VECFLAGS.VEC3. Read value is 0.

AUX_SCE at 0x400e1000 with offset=0 and size=4096:

AUX Sensor Control Engine Control Module

Registers:

CTL @0x0 = 0x400e1000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

Internal. Only to be used through TI provided API.

[1] SUSPEND RW

Internal. Only to be used through TI provided API.

[2] SINGLE_STEP RW

Internal. Only to be used through TI provided API.

[3] RESTART RW

Internal. Only to be used through TI provided API.

[4] FORCE_WU_HIGH RW

Internal. Only to be used through TI provided API.

[5] FORCE_WU_LOW RW

Internal. Only to be used through TI provided API.

[6] DBG_FREEZE_EN W

Internal. Only to be used through TI provided API.

[8..=11] RESET_VECTOR RW

Internal. Only to be used through TI provided API.

[16..=23] FORCE_EV_HIGH RW

Internal. Only to be used through TI provided API.

[24..=31] FORCE_EV_LOW RW

Internal. Only to be used through TI provided API.

FETCHSTAT @0x4 = 0x400e1004

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] PC R

Internal. Only to be used through TI provided API.

[16..=31] OPCODE R

Internal. Only to be used through TI provided API.

CPUSTAT @0x8 = 0x400e1008

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] Z_FLAG R

Internal. Only to be used through TI provided API.

[1] N_FLAG R

Internal. Only to be used through TI provided API.

[2] C_FLAG R

Internal. Only to be used through TI provided API.

[3] V_FLAG R

Internal. Only to be used through TI provided API.

[8] SELF_STOP R

Internal. Only to be used through TI provided API.

[9] WEV R

Internal. Only to be used through TI provided API.

[10] SLEEP R

Internal. Only to be used through TI provided API.

[11] BUS_ERROR R

Internal. Only to be used through TI provided API.

WUSTAT @0xc = 0x400e100c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] EV_SIGNALS R

Internal. Only to be used through TI provided API.

[8] WU_SIGNAL R

Internal. Only to be used through TI provided API.

[16..=17] EXC_VECTOR R

Internal. Only to be used through TI provided API.

REG1_0 @0x10 = 0x400e1010

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] REG0 R

Internal. Only to be used through TI provided API.

[16..=31] REG1 R

Internal. Only to be used through TI provided API.

REG3_2 @0x14 = 0x400e1014

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] REG2 R

Internal. Only to be used through TI provided API.

[16..=31] REG3 R

Internal. Only to be used through TI provided API.

REG5_4 @0x18 = 0x400e1018

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] REG4 R

Internal. Only to be used through TI provided API.

[16..=31] REG5 R

Internal. Only to be used through TI provided API.

REG7_6 @0x1c = 0x400e101c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] REG6 R

Internal. Only to be used through TI provided API.

[16..=31] REG7 R

Internal. Only to be used through TI provided API.

LOOPADDR @0x20 = 0x400e1020

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] START R

Internal. Only to be used through TI provided API.

[16..=31] STOP R

Internal. Only to be used through TI provided API.

LOOPCNT @0x24 = 0x400e1024

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ITER_LEFT R

Internal. Only to be used through TI provided API.

AUX_SMPH at 0x400c8000 with offset=0 and size=4096:

AUX Semaphore Controller

Registers:

SMPH0 @0x0 = 0x400c8000

reset=0x00000000

Semaphore 0

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH1 @0x4 = 0x400c8004

reset=0x00000000

Semaphore 1

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH2 @0x8 = 0x400c8008

reset=0x00000000

Semaphore 2

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH3 @0xc = 0x400c800c

reset=0x00000000

Semaphore 3

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH4 @0x10 = 0x400c8010

reset=0x00000000

Semaphore 4

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH5 @0x14 = 0x400c8014

reset=0x00000000

Semaphore 5

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH6 @0x18 = 0x400c8018

reset=0x00000000

Semaphore 6

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

SMPH7 @0x1c = 0x400c801c

reset=0x00000000

Semaphore 7

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Request or release of semaphore. Request by read: 0: Semaphore not available. 1: Semaphore granted. Release by write: 0: Do not use. 1: Release semaphore.

AUTOTAKE @0x20 = 0x400c8020

reset=0x00000000

Auto Take Sticky Request for Single Semaphore.

012345678910111213141516171819202122232425262728293031
[0..=2] SMPH_ID RW

Write the semaphore ID,0x0-0x7, to SMPH_ID to request this semaphore until it is granted. When semaphore SMPH_ID is granted, event AUX_EVCTL:EVSTAT0.AUX_SMPH_AUTOTAKE_DONE becomes 1. The event becomes 0 when software releases the semaphore or writes a new value to SMPH_ID. To avoid corrupted semaphores: - Usage of this functionality must be restricted to one CPU core. - Software must wait until AUX_EVCTL:EVSTAT0.AUX_SMPH_AUTOTAKE_DONE is 1 before it writes a new value to SMPH_ID.

AUX_TDCIF at 0x400c4000 with offset=0 and size=4096:

AUX Time To Digital Converter

Registers:

CTL @0x0 = 0x400c4000

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0..=1] CMD W

TDC commands.

Possible values:

NameValuedefault
ABORT 3
RUN 2
RUN_SYNC_START 1
CLR_RESULT 0

STAT @0x4 = 0x400c4004

reset=0x00000000

Status

012345678910111213141516171819202122232425262728293031
[0..=5] STATE R

TDC state machine status.

Possible values:

NameValuedefault
FORCE_STOP 46
START_FALL 30
WAIT_CLR_CNT_DONE 22
POR 15
GET_RESULT 14
WAIT_STOP_CNTDWN 12
WAIT_STOP 8
CLR_CNT 7
IDLE 6
WAIT_START_STOP_CNT_EN 4
WAIT_START 0
[6] DONE R

TDC measurement complete flag. 0: TDC measurement has not yet completed. 1: TDC measurement has completed. This field clears when a new TDC measurement starts or when you write CLR_RESULT to CTL.CMD.

[7] SAT R

TDC measurement saturation flag. 0: Conversion has not saturated. 1: Conversion stopped due to saturation. This field is cleared when a new measurement is started or when CLR_RESULT is written to CTL.CMD.

RESULT @0x8 = 0x400c4008

reset=0x00000000

Result Result of last TDC conversion

012345678910111213141516171819202122232425262728293031
[0..=24] VALUE R

TDC conversion result. The result of the TDC conversion is given in number of clock edges of the clock source selected in DDI_0_OSC:CTL0.ACLK_TDC_SRC_SEL. Both rising and falling edges are counted. If TDC counter saturates, VALUE is slightly higher than SATCFG.LIMIT, as it takes a non-zero time to stop the measurement. Hence, the maximum value of this field becomes slightly higher than 2^24 if you configure SATCFG.LIMIT to R24.

SATCFG @0xc = 0x400c400c

reset=0x00000000

Saturation Configuration

012345678910111213141516171819202122232425262728293031
[0..=3] LIMIT RW

Saturation limit. The flag STAT.SAT is set when the TDC counter saturates. Values not enumerated are not supported

Possible values:

NameValuedefault
R24 15
R23 14
R22 13
R21 12
R20 11
R19 10
R18 9
R17 8
R16 7
R15 6
R14 5
R13 4
R12 3

TRIGSRC @0x10 = 0x400c4010

reset=0x00000000

Trigger Source Select source and polarity for TDC start and stop events. See the Technical Reference Manual for event timing requirements.

012345678910111213141516171819202122232425262728293031
[0..=4] START_SRC RW

Select start source from the asynchronous AUX event bus. Change only while STAT.STATE is IDLE.

Possible values:

NameValuedefault
TDC_PRE 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
ISRC_RESET 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[5] START_POL RW

Polarity of start source. Change only while STAT.STATE is IDLE.

Possible values:

NameValuedefault
LOW 1
HIGH 0
[8..=12] STOP_SRC RW

Select stop source from the asynchronous AUX event bus. Change only while STAT.STATE is IDLE.

Possible values:

NameValuedefault
TDC_PRE 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
ISRC_RESET 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[13] STOP_POL RW

Polarity of stop source. Change only while STAT.STATE is IDLE.

Possible values:

NameValuedefault
LOW 1
HIGH 0

TRIGCNT @0x14 = 0x400c4014

reset=0x00000000

Trigger Counter Stop-counter control and status.

012345678910111213141516171819202122232425262728293031
[0..=15] CNT RW

Number of stop events to ignore when AUX_TDC:TRIGCNTCFG.EN is 1. Read CNT to get the remaining number of stop events to ignore during a TDC measurement. Write CNT to update the remaining number of stop events to ignore during a TDC measurement. The TDC measurement ignores updates of CNT if there are no more stop events left to ignore. When AUX_TDC:TRIGCNTCFG.EN is 1, TRIGCNTLOAD.CNT is loaded into CNT at the start of the measurement.

TRIGCNTLOAD @0x18 = 0x400c4018

reset=0x00000000

Trigger Counter Load Stop-counter load.

012345678910111213141516171819202122232425262728293031
[0..=15] CNT RW

Number of stop events to ignore when AUX_TDC:TRIGCNTCFG.EN is 1. To measure frequency of an event source: - Set start event equal to stop event. - Set CNT to number of periods to measure. Both 0 and 1 values measures a single event source period. To measure pulse width of an event source: - Set start event source equal to stop event source. - Select different polarity for start and stop event. - Set CNT to 0. To measure time from the start event to the Nth stop event when N > 1: - Select different start and stop event source. - Set CNT to (N-1). See the Technical Reference Manual for event timing requirements. When AUX_TDC:TRIGCNTCFG.EN is 1, CNT is loaded into TRIGCNT.CNT at the start of the measurement.

TRIGCNTCFG @0x1c = 0x400c401c

reset=0x00000000

Trigger Counter Configuration Stop-counter configuration.

012345678910111213141516171819202122232425262728293031
[0] EN RW

Enable stop-counter. 0: Disable stop-counter. 1: Enable stop-counter. Change only while STAT.STATE is IDLE.

PRECTL @0x20 = 0x400c4020

reset=0x00000000

Prescaler Control The prescaler can be used to count events that are faster than the AUX clock frequency. It can be used to: - count pulses on a specified event from the asynchronous event bus. - prescale a specified event from the asynchronous event bus. To use the prescaler output as an event source in TDC measurements you must set both TRIGSRC.START_SRC and TRIGSRC.STOP_SRC to AUX_TDC_PRE. It is recommended to use the prescaler when the signal frequency to measure exceeds 1/10th of the AUX clock frequency.

012345678910111213141516171819202122232425262728293031
[0..=4] SRC RW

Prescaler event source. Select an event from the asynchronous AUX event bus to connect to the prescaler input. Configure only while RESET_N is 0.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EV 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
ADC_FIFO_ALMOST_FULL 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TIMER0_EV 4
ISRC_RESET 3
AUX_COMPB 2
AUX_COMPA 1
AON_RTC_CH2 0
[6] RATIO RW

Prescaler ratio. This controls how often the AUX_TDC_PRE event is generated by the prescaler.

Possible values:

NameValuedefault
DIV64 1
DIV16 0
[7] RESET_N RW

Prescaler reset. 0: Reset prescaler. 1: Release reset of prescaler. AUX_TDC_PRE event becomes 0 when you reset the prescaler.

PRECNT @0x24 = 0x400c4024

reset=0x00000000

Prescaler Counter

012345678910111213141516171819202122232425262728293031
[0..=15] CNT RW

Prescaler counter value. Write a value to CNT to capture the value of the 16-bit prescaler counter into CNT. Read CNT to get the captured value. The read value gets 1 LSB uncertainty if the event source level rises when you release the reset. You must capture the prescaler counter value when the event source level is stable, either high or low: - Disable AUX I/O input buffer to clamp AUXIO event low. - Disable COMPA to clamp AUX_COMPA event low. The read value can in general get 1 LSB uncertainty when you gate the event source asynchronously. Please note the following: - The prescaler counter is reset to 2 by PRECTL.RESET_N. - The captured value is 2 when the number of rising edges on prescaler input is less than 3. Otherwise, captured value equals number of event pulses - 1.

AUX_TIMER at 0x400c7000 with offset=0 and size=4096:

AUX Timer

Registers:

T0CFG @0x0 = 0x400c7000

reset=0x00000000

Timer 0 Configuration

012345678910111213141516171819202122232425262728293031
[0] RELOAD RW

Timer 0 reload mode.

Possible values:

NameValuedefault
CONT 1
MAN 0
[1] MODE RW

Timer 0 mode. Configure source for Timer 0 prescaler.

Possible values:

NameValuedefault
TICK 1
CLK 0
[4..=7] PRE RW

Prescaler division ratio is 2^PRE: 0x0: Divide by 1. 0x1: Divide by 2. 0x2: Divide by 4. ... 0xF: Divide by 32,768.

[8..=12] TICK_SRC RW

Select Timer 0 tick source from the synchronous event bus.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EVENT 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
RTC_4KHZ 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER1_EV 5
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
RTC_CH2_EV 0
[13] TICK_SRC_POL RW

Tick source polarity for Timer 0.

Possible values:

NameValuedefault
FALL 1
RISE 0

T1CFG @0x4 = 0x400c7004

reset=0x00000000

Timer 1 Configuration

012345678910111213141516171819202122232425262728293031
[0] RELOAD RW

Timer 1 reload mode.

Possible values:

NameValuedefault
CONT 1
MAN 0
[1] MODE RW

Timer 1 mode. Configure source for Timer 1 prescaler.

Possible values:

NameValuedefault
TICK 1
CLK 0
[4..=7] PRE RW

Prescaler division ratio is 2^PRE: 0x0: Divide by 1. 0x1: Divide by 2. 0x2: Divide by 4. ... 0xF: Divide by 32,768.

[8..=12] TICK_SRC RW

Select Timer 1 tick source from the synchronous event bus.

Possible values:

NameValuedefault
ADC_IRQ 31
MCU_EVENT 30
ACLK_REF 29
AUXIO15 28
AUXIO14 27
AUXIO13 26
AUXIO12 25
AUXIO11 24
AUXIO10 23
AUXIO9 22
AUXIO8 21
AUXIO7 20
AUXIO6 19
AUXIO5 18
AUXIO4 17
AUXIO3 16
AUXIO2 15
AUXIO1 14
AUXIO0 13
AON_PROG_WU 12
AON_SW 11
OBSMUX1 10
OBSMUX0 9
RTC_4KHZ 8
ADC_DONE 7
SMPH_AUTOTAKE_DONE 6
TIMER0_EV 4
TDC_DONE 3
AUX_COMPB 2
AUX_COMPA 1
RTC_CH2_EV 0
[13] TICK_SRC_POL RW

Tick source polarity for Timer 1.

Possible values:

NameValuedefault
FALL 1
RISE 0

T0CTL @0x8 = 0x400c7008

reset=0x00000000

Timer 0 Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

Timer 0 enable. 0: Disable Timer 0. 1: Enable Timer 0. The counter restarts from 0 when you enable Timer 0.

T0TARGET @0xc = 0x400c700c

reset=0x00000000

Timer 0 Target

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE RW

Timer 0 target value. Manual Reload Mode: - Timer 0 increments until the counter value becomes equal to or greater than VALUE. - AUX_TIMER0_EV pulses high for 1 AUX clock period when the counter value is equal to or greater than VALUE. Note: When VALUE is 0, Timer 0 counts to 1. AUX_TIMER0_EV pulses high for 1 AUX clock period. Continuous Reload Mode: - Timer 0 increments until the counter value becomes equal to or greater than ( VALUE - 1), then restarts from 0. - AUX_TIMER0_EV pulses high for 1 AUX clock period when the counter value is 0, except for when you enable the timer. Note: When VALUE is less than 2, Timer 0 counter value remains 0. AUX_TIMER0_EV goes high and remains high 1 AUX clock period after you enable the timer. It is allowed to update the VALUE while the timer runs.

T1TARGET @0x10 = 0x400c7010

reset=0x00000000

Timer 1 Target Timer 1 counter target value

012345678910111213141516171819202122232425262728293031
[0..=7] VALUE RW

Timer 1 target value. Manual Reload Mode: - Timer 1 increments until the counter value becomes equal to or greater than VALUE. - AUX_TIMER1_EV pulses high for 1 AUX clock period when the counter value is equal to or greater than VALUE. Note: When VALUE is 0, Timer 1 counts to 1. AUX_TIMER1_EV pulses high for 1 AUX clock period. Continuous Reload Mode: - Timer 1 increments until the counter value becomes equal to or greater than ( VALUE - 1), then restarts from 0. - AUX_TIMER1_EV pulses high for 1 AUX clock period when the counter value is 0, except for when you enable the timer. Note: When VALUE is less than 2, Timer 1 counter value remains 0. AUX_TIMER1_EV goes high and remains high 1 AUX clock period after you enable the timer. It is allowed to update the VALUE while the timer runs.

T1CTL @0x14 = 0x400c7014

reset=0x00000000

Timer 1 Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

Timer 1 enable. 0: Disable Timer 1. 1: Enable Timer 1. The counter restarts from 0 when you enable Timer 1.

AUX_WUC at 0x400c6000 with offset=0 and size=4096:

AUX Wake-up controller

Registers:

MODCLKEN0 @0x0 = 0x400c6000

reset=0x00000000

Module Clock Enable Clock enable for each module in the AUX domain For use by the system CPU The settings in this register are OR'ed with the corresponding settings in MODCLKEN1. This allows the system CPU and AUX_SCE to request clocks independently. Settings take effect immediately.

012345678910111213141516171819202122232425262728293031
[0] SMPH RW

Enables (1) or disables (0) clock for AUX_SMPH.

Possible values:

NameValuedefault
EN 1
DIS 0
[1] AIODIO0 RW

Enables (1) or disables (0) clock for AUX_AIODIO0.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] AIODIO1 RW

Enables (1) or disables (0) clock for AUX_AIODIO1.

Possible values:

NameValuedefault
EN 1
DIS 0
[3] TIMER RW

Enables (1) or disables (0) clock for AUX_TIMER.

Possible values:

NameValuedefault
EN 1
DIS 0
[4] ANAIF RW

Enables (1) or disables (0) clock for AUX_ANAIF. Note that the ADC internal clock must be requested separately using ADCCLKCTL.

Possible values:

NameValuedefault
EN 1
DIS 0
[5] TDC RW

Enables (1) or disables (0) clock for AUX_TDCIF. Note that the TDC counter and reference clock sources must be requested separately using TDCCLKCTL and REFCLKCTL, respectively.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] AUX_DDI0_OSC RW

Enables (1) or disables (0) clock for AUX_DDI0_OSC.

Possible values:

NameValuedefault
EN 1
DIS 0
[7] AUX_ADI4 RW

Enables (1) or disables (0) clock for AUX_ADI4.

Possible values:

NameValuedefault
EN 1
DIS 0

PWROFFREQ @0x4 = 0x400c6004

reset=0x00000000

Power Off Request Requests power off request for the AUX domain. When powered off, the power supply and clock is disabled. This may only be used when taking the entire device into shutdown mode (i.e. with full device reset when resuming operation). Power off is prevented if AON_WUC:AUXCTL.AUX_FORCE_ON has been set, or if MCUBUSCTL.DISCONNECT_REQ has been cleared.

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Power off request 0: No action 1: Request to power down AUX. Once set, this bit shall not be cleared. The bit will be reset again when AUX is powered up again. The request will only happen if AONCTLSTAT.AUX_FORCE_ON = 0 and MCUBUSSTAT.DISCONNECTED=1.

PWRDWNREQ @0x8 = 0x400c6008

reset=0x00000000

Power Down Request Request from AUX for system to enter power down. When system is in power down there is limited current supply available and the clock source is set by AON_WUC:AUXCLK.PWR_DWN_SRC

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Power down request 0: Request for system to be in active mode 1: Request for system to be in power down mode When REQ is 1 one shall assume that the system is in power down, and that current supply is limited. When setting REQ = 0, one shall assume that the system is in power down until PWRDWNACK.ACK = 0

PWRDWNACK @0xc = 0x400c600c

reset=0x00000000

Power Down Acknowledgment

012345678910111213141516171819202122232425262728293031
[0] ACK R

Power down acknowledgment. Indicates whether the power down request given by PWRDWNREQ.REQ is captured by the AON domain or not 0: AUX can assume that the system is in active mode 1: The request for power down is acknowledged and the AUX must act like the system is in power down mode and power supply is limited The system CPU cannot use this bit since the bus bridge between MCU domain and AUX domain is always disconnected when this bit is set. For AUX_SCE use only

CLKLFREQ @0x10 = 0x400c6010

reset=0x00000000

Low Frequency Clock Request

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Low frequency request 0: Request clock frequency to be controlled by AON_WUC:AUXCLK and the system state 1: Request low frequency clock SCLK_LF as the clock source for AUX This bit must not be modified unless CLKLFACK.ACK matches the current value

CLKLFACK @0x14 = 0x400c6014

reset=0x00000000

Low Frequency Clock Acknowledgment

012345678910111213141516171819202122232425262728293031
[0] ACK R

Acknowledgment of CLKLFREQ.REQ 0: Acknowledgement that clock frequency is controlled by AON_WUC:AUXCLK and the system state 1: Acknowledgement that the low frequency clock SCLK_LF is the clock source for AUX

WUEVFLAGS @0x28 = 0x400c6028

reset=0x00000000

Wake-up Event Flags Status of wake-up events from the AON domain The event flags are cleared by setting the corresponding bits in WUEVCLR

012345678910111213141516171819202122232425262728293031
[0] AON_PROG_WU R

Indicates pending event triggered by the sources selected in AON_EVENT:AUXWUSEL.WU0_EV, AON_EVENT:AUXWUSEL.WU1_EV and AON_EVENT:AUXWUSEL.WU2_EV.

[1] AON_SW R

Indicates pending event triggered by system CPU writing a 1 to AON_WUC:AUXCTL.SWEV.

[2] AON_RTC_CH2 R

Indicates pending event from AON_RTC_CH2 compare. Note that this flag will be set whenever the AON_RTC_CH2 event happens, but that does not mean that this event is a wake-up event. To make the AON_RTC_CH2 a wake-up event for the AUX domain configure it as a wake-up event in AON_EVENT:AUXWUSEL.WU0_EV, AON_EVENT:AUXWUSEL.WU1_EV or AON_EVENT:AUXWUSEL.WU2_EV.

WUEVCLR @0x2c = 0x400c602c

reset=0x00000000

Wake-up Event Clear Clears wake-up events from the AON domain

012345678910111213141516171819202122232425262728293031
[0] AON_PROG_WU RW

Set to clear the WUEVFLAGS.AON_PROG_WU wake-up event. Note only if an IO event is selected as wake-up event, is it possible to use this field to clear the source. Other sources cannot be cleared using this field. The IO pin needs to be assigned to AUX in the IOC and the input enable for the pin needs to be set in AIODIO0 or AIODIO1 for this clearing to take effect. This bit must remain set until WUEVFLAGS.AON_PROG_WU returns to 0.

[1] AON_SW RW

Set to clear the WUEVFLAGS.AON_SW wake-up event. This bit must remain set until WUEVFLAGS.AON_SW returns to 0.

[2] AON_RTC_CH2 RW

Set to clear the WUEVFLAGS.AON_RTC_CH2 wake-up event. Note that if RTC channel 2 is also set as source for AON_PROG_WU this field can also clear WUEVFLAGS.AON_PROG_WU This bit must remain set until WUEVFLAGS.AON_RTC_CH2 returns to 0.

ADCCLKCTL @0x30 = 0x400c6030

reset=0x00000000

ADC Clock Control Controls the ADC internal clock Note that the ADC command and data interface requires MODCLKEN0.ANAIF or MODCLKEN1.ANAIF also to be set

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Enables(1) or disables (0) the ADC internal clock. This bit must not be modified unless ACK matches the current value.

[1] ACK R

Acknowledges the last value written to REQ.

TDCCLKCTL @0x34 = 0x400c6034

reset=0x00000000

TDC Clock Control Controls the TDC counter clock source, which steps the TDC counter value The source of this clock is controlled by OSC_DIG:CTL0.ACLK_TDC_SRC_SEL.

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Enables(1) or disables (0) the TDC counter clock source. This bit must not be modified unless ACK matches the current value.

[1] ACK R

Acknowledges the last value written to REQ.

REFCLKCTL @0x38 = 0x400c6038

reset=0x00000000

Reference Clock Control Controls the TDC reference clock source, which is to be compared against the TDC counter clock. The source of this clock is controlled by OSC_DIG:CTL0.ACLK_REF_SRC_SEL.

012345678910111213141516171819202122232425262728293031
[0] REQ RW

Enables(1) or disables (0) the TDC reference clock source. This bit must not be modified unless ACK matches the current value.

[1] ACK R

Acknowledges the last value written to REQ.

RTCSUBSECINC0 @0x3c = 0x400c603c

reset=0x00000000

Real Time Counter Sub Second Increment 0 New value for the real-time counter (AON_RTC) sub-second increment value, part corresponding to AON_RTC:SUBSECINC bits 15:0. After setting INC15_0 and RTCSUBSECINC1.INC23_16, the value is loaded into AON_RTC:SUBSECINC.VALUEINC by setting RTCSUBSECINCCTL.UPD_REQ.

012345678910111213141516171819202122232425262728293031
[0..=15] INC15_0 RW

Bits 15:0 of the RTC sub-second increment value.

RTCSUBSECINC1 @0x40 = 0x400c6040

reset=0x00000000

Real Time Counter Sub Second Increment 1 New value for the real-time counter (AON_RTC) sub-second increment value, part corresponding to AON_RTC:SUBSECINC bits 23:16. After setting RTCSUBSECINC0.INC15_0 and INC23_16, the value is loaded into AON_RTC:SUBSECINC.VALUEINC by setting RTCSUBSECINCCTL.UPD_REQ.

012345678910111213141516171819202122232425262728293031
[0..=7] INC23_16 RW

Bits 23:16 of the RTC sub-second increment value.

RTCSUBSECINCCTL @0x44 = 0x400c6044

reset=0x00000000

Real Time Counter Sub Second Increment Control

012345678910111213141516171819202122232425262728293031
[0] UPD_REQ RW

Signal that a new real time counter sub second increment value is available 0: New sub second increment is not available 1: New sub second increment is available This bit must not be modified unless UPD_ACK matches the current value.

[1] UPD_ACK R

Acknowledgment of the UPD_REQ.

MCUBUSCTL @0x48 = 0x400c6048

reset=0x00000000

MCU Bus Control Controls the connection between the AUX domain bus and the MCU domain bus. The buses must be disconnected to allow power-down or power-off of the AUX domain.

012345678910111213141516171819202122232425262728293031
[0] DISCONNECT_REQ RW

Requests the AUX domain bus to be disconnected from the MCU domain bus. The request has no effect when AON_WUC:AUX_CTL.AUX_FORCE_ON is set. The disconnection status can be monitored through MCUBUSSTAT. Note however that this register cannot be read by the system CPU while disconnected. It is recommended that this bit is set and remains set after initial power-up, and that the system CPU uses AON_WUC:AUX_CTL.AUX_FORCE_ON to connect/disconnect the bus.

MCUBUSSTAT @0x4c = 0x400c604c

reset=0x00000000

MCU Bus Status Indicates the connection state of the AUX domain and MCU domain buses. Note that this register cannot be read from the MCU domain while disconnected, and is therefore only useful for the AUX_SCE.

012345678910111213141516171819202122232425262728293031
[0] DISCONNECT_ACK R

Acknowledges reception of the bus disconnection request, by matching the value of MCUBUSCTL.DISCONNECT_REQ. Note that if AON_WUC:AUXCTL.AUX_FORCE_ON = 1 a reconnect to the MCU domain bus will be made regardless of the state of MCUBUSCTL.DISCONNECT_REQ

[1] DISCONNECTED R

Indicates whether the AUX domain and MCU domain buses are currently disconnected (1) or connected (0).

AONCTLSTAT @0x50 = 0x400c6050

reset=0x00000000

AON Domain Control Status Status of AUX domain control from AON_WUC.

012345678910111213141516171819202122232425262728293031
[0] SCE_RUN_EN R

Status of AON_WUC:AUX_CTL.SCE_RUN_EN.

[1] AUX_FORCE_ON R

Status of AON_WUC:AUX_CTL.AUX_FORCE_ON.

AUXIOLATCH @0x54 = 0x400c6054

reset=0x00000000

AUX Input Output Latch Controls latching of signals between AUX_AIODIO0/AUX_AIODIO1 and AON_IOC.

012345678910111213141516171819202122232425262728293031
[0] EN RW

Opens (1) or closes (0) the AUX_AIODIO0/AUX_AIODIO1 signal latching. At startup, set EN = TRANSP before configuring AUX_AIODIO0/AUX_AIODIO1 and subsequently selecting AUX mode in the AON_IOC. When powering off the AUX domain (using PWROFFREQ.REQ), set EN = STATIC in advance preserve the current state (mode and output value) of the I/O pins.

Possible values:

NameValuedefault
TRANSP 1
STATIC 0

MODCLKEN1 @0x5c = 0x400c605c

reset=0x00000000

Module Clock Enable 1 Clock enable for each module in the AUX domain, for use by the AUX_SCE. Settings take effect immediately. The settings in this register are OR'ed with the corresponding settings in MODCLKEN0. This allows system CPU and AUX_SCE to request clocks independently.

012345678910111213141516171819202122232425262728293031
[0] SMPH RW

Enables (1) or disables (0) clock for AUX_SMPH.

Possible values:

NameValuedefault
EN 1
DIS 0
[1] AIODIO0 RW

Enables (1) or disables (0) clock for AUX_AIODIO0.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] AIODIO1 RW

Enables (1) or disables (0) clock for AUX_AIODIO1.

Possible values:

NameValuedefault
EN 1
DIS 0
[3] TIMER RW

Enables (1) or disables (0) clock for AUX_TIMER.

Possible values:

NameValuedefault
EN 1
DIS 0
[4] ANAIF RW

Enables (1) or disables (0) clock for AUX_ANAIF.

Possible values:

NameValuedefault
EN 1
DIS 0
[5] TDC RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

[6] AUX_DDI0_OSC RW

Enables (1) or disables (0) clock for AUX_DDI0_OSC.

Possible values:

NameValuedefault
EN 1
DIS 0
[7] AUX_ADI4 RW

Enables (1) or disables (0) clock for AUX_ADI4.

Possible values:

NameValuedefault
EN 1
DIS 0

CCFG at 0x50003000 with offset=0 and size=4096:

Customer configuration area (CCFG)

Registers:

RESERVED_0 @0x0 = 0x50003000

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

EXT_LF_CLK @0xfa8 = 0x50003fa8

reset=0x00000000

Extern LF clock configuration

012345678910111213141516171819202122232425262728293031
[0..=23] RTC_INCREMENT R

Unsigned integer, defining the input frequency of the external clock and is written to AON_RTC:SUBSECINC.VALUEINC. Defined as follows: EXT_LF_CLK.RTC_INCREMENT = 2^38/InputClockFrequency in Hertz (e.g.: RTC_INCREMENT=0x800000 for InputClockFrequency=32768 Hz)

[24..=31] DIO R

Unsigned integer, selecting the DIO to supply external 32kHz clock as SCLK_LF when MODE_CONF.SCLK_LF_OPTION is set to EXTERNAL. The selected DIO will be marked as reserved by the pin driver (TI-RTOS environment) and hence not selectable for other usage.

MODE_CONF_1 @0xfac = 0x50003fac

reset=0x00000000

Mode Configuration 1

012345678910111213141516171819202122232425262728293031
[0..=7] XOSC_MAX_START R

Unsigned value of maximum XOSC startup time (worst case) in units of 100us. Value only applies if SIZE_AND_DIS_FLAGS.DIS_XOSC_OVR=0.

[8..=11] DELTA_IBIAS_OFFSET R

Signed delta value for IBIAS_OFFSET. Delta value only applies if SIZE_AND_DIS_FLAGS.DIS_XOSC_OVR=0. See FCFG1:AMPCOMP_CTRL1.IBIAS_OFFSET

[12..=15] DELTA_IBIAS_INIT R

Signed delta value for IBIAS_INIT. Delta value only applies if SIZE_AND_DIS_FLAGS.DIS_XOSC_OVR=0. See FCFG1:AMPCOMP_CTRL1.IBIAS_INIT

[16..=18] ALT_DCDC_IPEAK R

Inductor peak current if alternate DC/DC setting is enabled (SIZE_AND_DIS_FLAGS.DIS_ALT_DCDC_SETTING=0). Assuming 10uH external inductor! Peak current = 31 + ( 4 * ALT_DCDC_IPEAK ) : 0: 31mA (min) ... 4: 47mA ... 7: 59mA (max)

[19] ALT_DCDC_DITHER_EN R

Enable DC/DC dithering if alternate DC/DC setting is enabled (SIZE_AND_DIS_FLAGS.DIS_ALT_DCDC_SETTING=0). 0: Dither disable 1: Dither enable

[20..=23] ALT_DCDC_VMIN R

Minimum voltage for when DC/DC should be used if alternate DC/DC setting is enabled (SIZE_AND_DIS_FLAGS.DIS_ALT_DCDC_SETTING=0). Voltage = (28 + ALT_DCDC_VMIN) / 16. 0: 1.75V 1: 1.8125V ... 14: 2.625V 15: 2.6875V NOTE! The DriverLib function SysCtrl_DCDC_VoltageConditionalControl() must be called regularly to apply this field (handled automatically if using TI RTOS!).

SIZE_AND_DIS_FLAGS @0xfb0 = 0x50003fb0

reset=0x00000000

CCFG Size and Disable Flags

012345678910111213141516171819202122232425262728293031
[0] DIS_XOSC_OVR R

Disable XOSC override functionality. 0: Enable XOSC override functionality. 1: Disable XOSC override functionality. See: MODE_CONF_1.DELTA_IBIAS_INIT MODE_CONF_1.DELTA_IBIAS_OFFSET MODE_CONF_1.XOSC_MAX_START

[1] DIS_ALT_DCDC_SETTING R

Disable alternate DC/DC settings. 0: Enable alternate DC/DC settings. 1: Disable alternate DC/DC settings. See: MODE_CONF_1.ALT_DCDC_VMIN MODE_CONF_1.ALT_DCDC_DITHER_EN MODE_CONF_1.ALT_DCDC_IPEAK NOTE! The DriverLib function SysCtrl_DCDC_VoltageConditionalControl() must be called regularly to apply this field (handled automatically if using TI RTOS!).

[2] DIS_GPRAM R

Disable GPRAM (or use the 8K VIMS RAM as CACHE RAM). 0: GPRAM is enabled and hence CACHE disabled. 1: GPRAM is disabled and instead CACHE is enabled (default). Notes: - Disabling CACHE will reduce CPU execution speed (up to 60%). - GPRAM is 8 K-bytes in size and located at 0x11000000-0x11001FFF if enabled. See: VIMS:CTL.MODE

[3] DIS_TCXO R

Disable TCXO. 0: TCXO functionality enabled. 1: TCXO functionality disabled. Note: An external TCXO is required if DIS_TCXO = 0.

[4..=15] DISABLE_FLAGS R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[16..=31] SIZE_OF_CCFG R

Total size of CCFG in bytes.

MODE_CONF @0xfb4 = 0x50003fb4

reset=0x00000000

Mode Configuration 0

012345678910111213141516171819202122232425262728293031
[0..=7] VDDR_CAP R

Unsigned 8-bit integer, representing the minimum decoupling capacitance (worst case) on VDDR, in units of 100nF. This should take into account capacitor tolerance and voltage dependent capacitance variation. This bit affects the recharge period calculation when going into powerdown or standby. NOTE! If using the following functions this field must be configured (used by TI RTOS): SysCtrlSetRechargeBeforePowerDown() SysCtrlAdjustRechargeAfterPowerDown()

[8..=15] XOSC_CAPARRAY_DELTA R

Signed 8-bit value, directly modifying trimmed XOSC cap-array step value. Enabled by XOSC_CAP_MOD.

[16] HF_COMP R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[17] XOSC_CAP_MOD R

Enable modification (delta) to XOSC cap-array. Value specified in XOSC_CAPARRAY_DELTA. 0: Apply cap-array delta 1: Do not apply cap-array delta (default)

[18..=19] XOSC_FREQ R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

Possible values:

NameValuedefault
_24M 3
_48M 2
HPOSC 1
[20] RTC_COMP R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[21] VDDR_TRIM_SLEEP_TC R

0x1: VDDR_TRIM_SLEEP_DELTA is not temperature compensated 0x0: RTOS/driver temperature compensates VDDR_TRIM_SLEEP_DELTA every time standby mode is entered. This improves low-temperature RCOSC_LF frequency stability in standby mode. When temperature compensation is performed, the delta is calculates this way: Delta = max (delta, min(8, floor(62-temp)/8)) Here, delta is given by VDDR_TRIM_SLEEP_DELTA, and temp is the current temperature in degrees C.

[22..=23] SCLK_LF_OPTION R

Select source for SCLK_LF.

Possible values:

NameValuedefault
RCOSC_LF 3
XOSC_LF 2
EXTERNAL_LF 1
XOSC_HF_DLF 0
[24] VDDS_BOD_LEVEL R

VDDS BOD level. 0: VDDS BOD level is 2.0 V (necessary for maximum PA output power on CC13x0). 1: VDDS BOD level is 1.8 V (or 1.7 V for external regulator mode) (default).

[25] VDDR_EXT_LOAD R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[26] DCDC_ACTIVE R

DC/DC in active mode. 0: Use the DC/DC during active mode. 1: Do not use the DC/DC during active mode (default). NOTE! The DriverLib function SysCtrl_DCDC_VoltageConditionalControl() must be called regularly to apply this field (handled automatically if using TI RTOS!).

[27] DCDC_RECHARGE R

DC/DC during recharge in powerdown. 0: Use the DC/DC during recharge in powerdown. 1: Do not use the DC/DC during recharge in powerdown (default). NOTE! The DriverLib function SysCtrl_DCDC_VoltageConditionalControl() must be called regularly to apply this field (handled automatically if using TI RTOS!).

[28..=31] VDDR_TRIM_SLEEP_DELTA R

Signed delta value to apply to the VDDR_TRIM_SLEEP target, minus one. See FCFG1:VOLT_TRIM.VDDR_TRIM_SLEEP_H. 0x8 (-8) : Delta = -7 ... 0xF (-1) : Delta = 0 0x0 (0) : Delta = +1 ... 0x7 (7) : Delta = +8

VOLT_LOAD_0 @0xfb8 = 0x50003fb8

reset=0x00000000

Voltage Load 0 Enabled by MODE_CONF.VDDR_EXT_LOAD.

012345678910111213141516171819202122232425262728293031
[0..=7] VDDR_EXT_TM15 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[8..=15] VDDR_EXT_TP5 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[16..=23] VDDR_EXT_TP25 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[24..=31] VDDR_EXT_TP45 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

VOLT_LOAD_1 @0xfbc = 0x50003fbc

reset=0x00000000

Voltage Load 1 Enabled by MODE_CONF.VDDR_EXT_LOAD.

012345678910111213141516171819202122232425262728293031
[0..=7] VDDR_EXT_TP65 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[8..=15] VDDR_EXT_TP85 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[16..=23] VDDR_EXT_TP105 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[24..=31] VDDR_EXT_TP125 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

RTC_OFFSET @0xfc0 = 0x50003fc0

reset=0x00000000

Real Time Clock Offset Enabled by MODE_CONF.RTC_COMP.

012345678910111213141516171819202122232425262728293031
[0..=7] RTC_COMP_P2 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[8..=15] RTC_COMP_P1 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[16..=31] RTC_COMP_P0 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

FREQ_OFFSET @0xfc4 = 0x50003fc4

reset=0x00000000

Frequency Offset

012345678910111213141516171819202122232425262728293031
[0..=7] HF_COMP_P2 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[8..=15] HF_COMP_P1 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

[16..=31] HF_COMP_P0 R

Reserved for future use. Software should not rely on the value of a reserved. Writing any other value than the reset/default value may result in undefined behavior.

IEEE_MAC_0 @0xfc8 = 0x50003fc8

reset=0x00000000

IEEE MAC Address 0

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR R

Bits[31:0] of the 64-bits custom IEEE MAC address. If different from 0xFFFFFFFF then the value of this field is applied; otherwise use value from FCFG.

IEEE_MAC_1 @0xfcc = 0x50003fcc

reset=0x00000000

IEEE MAC Address 1

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR R

Bits[63:32] of the 64-bits custom IEEE MAC address. If different from 0xFFFFFFFF then the value of this field is applied; otherwise use value from FCFG.

IEEE_BLE_0 @0xfd0 = 0x50003fd0

reset=0x00000000

IEEE BLE Address 0

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR R

Bits[31:0] of the 64-bits custom IEEE BLE address. If different from 0xFFFFFFFF then the value of this field is applied; otherwise use value from FCFG.

IEEE_BLE_1 @0xfd4 = 0x50003fd4

reset=0x00000000

IEEE BLE Address 1

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR R

Bits[63:32] of the 64-bits custom IEEE BLE address. If different from 0xFFFFFFFF then the value of this field is applied; otherwise use value from FCFG.

BL_CONFIG @0xfd8 = 0x50003fd8

reset=0x00000000

Bootloader Configuration Configures the functionality of the ROM boot loader. If both the boot loader is enabled by the BOOTLOADER_ENABLE field and the boot loader backdoor is enabled by the BL_ENABLE field it is possible to force entry of the ROM boot loader even if a valid image is present in flash.

012345678910111213141516171819202122232425262728293031
[0..=7] BL_ENABLE R

Enables the boot loader backdoor. 0xC5: Boot loader backdoor is enabled. Any other value: Boot loader backdoor is disabled. NOTE! Boot loader must be enabled (see BOOTLOADER_ENABLE) if boot loader backdoor is enabled.

[8..=15] BL_PIN_NUMBER R

DIO number that is level checked if the boot loader backdoor is enabled by the BL_ENABLE field.

[16] BL_LEVEL R

Sets the active level of the selected DIO number BL_PIN_NUMBER if boot loader backdoor is enabled by the BL_ENABLE field. 0: Active low. 1: Active high.

[24..=31] BOOTLOADER_ENABLE R

Bootloader enable. Boot loader can be accessed if IMAGE_VALID_CONF.IMAGE_VALID is non-zero or BL_ENABLE is enabled (and conditions for boot loader backdoor are met). 0xC5: Boot loader is enabled. Any other value: Boot loader is disabled.

ERASE_CONF @0xfdc = 0x50003fdc

reset=0x00000000

Erase Configuration

012345678910111213141516171819202122232425262728293031
[0] BANK_ERASE_DIS_N R

Bank erase. This bit controls if the ROM serial boot loader will accept a received Bank Erase command (COMMAND_BANK_ERASE). A successful Bank Erase operation will erase all main bank sectors not protected by write protect configuration bits in CCFG. 0: Disable the boot loader bank erase function. 1: Enable the boot loader bank erase function.

[8] CHIP_ERASE_DIS_N R

Chip erase. This bit controls if a chip erase requested through the JTAG WUC TAP will be ignored in a following boot caused by a reset of the MCU VD. A successful chip erase operation will force the content of the flash main bank back to the state as it was when delivered by TI. 0: Disable. Any chip erase request detected during boot will be ignored. 1: Enable. Any chip erase request detected during boot will be performed by the boot FW.

CCFG_TI_OPTIONS @0xfe0 = 0x50003fe0

reset=0x00000000

TI Options

012345678910111213141516171819202122232425262728293031
[0..=7] TI_FA_ENABLE R

TI Failure Analysis. 0xC5: Enable the functionality of unlocking the TI FA (TI Failure Analysis) option with the unlock code. All other values: Disable the functionality of unlocking the TI FA option with the unlock code.

CCFG_TAP_DAP_0 @0xfe4 = 0x50003fe4

reset=0x00000000

Test Access Points Enable 0

012345678910111213141516171819202122232425262728293031
[0..=7] TEST_TAP_ENABLE R

Enable Test TAP. 0xC5: TEST TAP access is enabled during power-up/system-reset by ROM boot FW if enabled by corresponding configuration value in FCFG1 defined by TI. Any other value: TEST TAP access will remain disabled out of power-up/system-reset.

[8..=15] PRCM_TAP_ENABLE R

Enable PRCM TAP. 0xC5: PRCM TAP access is enabled during power-up/system-reset by ROM boot FW if enabled by corresponding configuration value in FCFG1 defined by TI. Any other value: PRCM TAP access will remain disabled out of power-up/system-reset.

[16..=23] CPU_DAP_ENABLE R

Enable CPU DAP. 0xC5: Main CPU DAP access is enabled during power-up/system-reset by ROM boot FW. Any other value: Main CPU DAP access will remain disabled out of power-up/system-reset.

CCFG_TAP_DAP_1 @0xfe8 = 0x50003fe8

reset=0x00000000

Test Access Points Enable 1

012345678910111213141516171819202122232425262728293031
[0..=7] WUC_TAP_ENABLE R

Enable WUC TAP 0xC5: WUC TAP access is enabled during power-up/system-reset by ROM boot FW if enabled by corresponding configuration value in FCFG1 defined by TI. Any other value: WUC TAP access will remain disabled out of power-up/system-reset.

[8..=15] PBIST1_TAP_ENABLE R

Enable PBIST1 TAP. 0xC5: PBIST1 TAP access is enabled during power-up/system-reset by ROM boot FW if enabled by corresponding configuration value in FCFG1 defined by TI. Any other value: PBIST1 TAP access will remain disabled out of power-up/system-reset.

[16..=23] PBIST2_TAP_ENABLE R

Enable PBIST2 TAP. 0xC5: PBIST2 TAP access is enabled during power-up/system-reset by ROM boot FW if enabled by corresponding configuration value in FCFG1 defined by TI. Any other value: PBIST2 TAP access will remain disabled out of power-up/system-reset.

IMAGE_VALID_CONF @0xfec = 0x50003fec

reset=0x00000000

Image Valid

012345678910111213141516171819202122232425262728293031
[0..=31] IMAGE_VALID R

This field must have a value of 0x00000000 in order for enabling the boot sequence to transfer control to a flash image. A non-zero value forces the boot sequence to call the boot loader. For CC2640R2: This field must have the address value of the start of the flash vector table in order for enabling the boot sequence to transfer control to a flash image. Any illegal vector table start address value forces the boot sequence to call the boot loader. Note that if any other legal vector table start address value than 0x0 is selected the PRCM:WARMRESET.WR_TO_PINRESET must be set to 1.

CCFG_PROT_31_0 @0xff0 = 0x50003ff0

reset=0x00000000

Protect Sectors 0-31 Each bit write protects one 4KB flash sector from being both programmed and erased. Bit must be set to 0 in order to enable sector write protect.

012345678910111213141516171819202122232425262728293031
[0] WRT_PROT_SEC_0 R

0: Sector protected

[1] WRT_PROT_SEC_1 R

0: Sector protected

[2] WRT_PROT_SEC_2 R

0: Sector protected

[3] WRT_PROT_SEC_3 R

0: Sector protected

[4] WRT_PROT_SEC_4 R

0: Sector protected

[5] WRT_PROT_SEC_5 R

0: Sector protected

[6] WRT_PROT_SEC_6 R

0: Sector protected

[7] WRT_PROT_SEC_7 R

0: Sector protected

[8] WRT_PROT_SEC_8 R

0: Sector protected

[9] WRT_PROT_SEC_9 R

0: Sector protected

[10] WRT_PROT_SEC_10 R

0: Sector protected

[11] WRT_PROT_SEC_11 R

0: Sector protected

[12] WRT_PROT_SEC_12 R

0: Sector protected

[13] WRT_PROT_SEC_13 R

0: Sector protected

[14] WRT_PROT_SEC_14 R

0: Sector protected

[15] WRT_PROT_SEC_15 R

0: Sector protected

[16] WRT_PROT_SEC_16 R

0: Sector protected

[17] WRT_PROT_SEC_17 R

0: Sector protected

[18] WRT_PROT_SEC_18 R

0: Sector protected

[19] WRT_PROT_SEC_19 R

0: Sector protected

[20] WRT_PROT_SEC_20 R

0: Sector protected

[21] WRT_PROT_SEC_21 R

0: Sector protected

[22] WRT_PROT_SEC_22 R

0: Sector protected

[23] WRT_PROT_SEC_23 R

0: Sector protected

[24] WRT_PROT_SEC_24 R

0: Sector protected

[25] WRT_PROT_SEC_25 R

0: Sector protected

[26] WRT_PROT_SEC_26 R

0: Sector protected

[27] WRT_PROT_SEC_27 R

0: Sector protected

[28] WRT_PROT_SEC_28 R

0: Sector protected

[29] WRT_PROT_SEC_29 R

0: Sector protected

[30] WRT_PROT_SEC_30 R

0: Sector protected

[31] WRT_PROT_SEC_31 R

0: Sector protected

CCFG_PROT_63_32 @0xff4 = 0x50003ff4

reset=0x00000000

Protect Sectors 32-63 Each bit write protects one 4KB flash sector from being both programmed and erased. Bit must be set to 0 in order to enable sector write protect. Not in use by CC26x0 and CC13x0.

012345678910111213141516171819202122232425262728293031
[0] WRT_PROT_SEC_32 R

0: Sector protected

[1] WRT_PROT_SEC_33 R

0: Sector protected

[2] WRT_PROT_SEC_34 R

0: Sector protected

[3] WRT_PROT_SEC_35 R

0: Sector protected

[4] WRT_PROT_SEC_36 R

0: Sector protected

[5] WRT_PROT_SEC_37 R

0: Sector protected

[6] WRT_PROT_SEC_38 R

0: Sector protected

[7] WRT_PROT_SEC_39 R

0: Sector protected

[8] WRT_PROT_SEC_40 R

0: Sector protected

[9] WRT_PROT_SEC_41 R

0: Sector protected

[10] WRT_PROT_SEC_42 R

0: Sector protected

[11] WRT_PROT_SEC_43 R

0: Sector protected

[12] WRT_PROT_SEC_44 R

0: Sector protected

[13] WRT_PROT_SEC_45 R

0: Sector protected

[14] WRT_PROT_SEC_46 R

0: Sector protected

[15] WRT_PROT_SEC_47 R

0: Sector protected

[16] WRT_PROT_SEC_48 R

0: Sector protected

[17] WRT_PROT_SEC_49 R

0: Sector protected

[18] WRT_PROT_SEC_50 R

0: Sector protected

[19] WRT_PROT_SEC_51 R

0: Sector protected

[20] WRT_PROT_SEC_52 R

0: Sector protected

[21] WRT_PROT_SEC_53 R

0: Sector protected

[22] WRT_PROT_SEC_54 R

0: Sector protected

[23] WRT_PROT_SEC_55 R

0: Sector protected

[24] WRT_PROT_SEC_56 R

0: Sector protected

[25] WRT_PROT_SEC_57 R

0: Sector protected

[26] WRT_PROT_SEC_58 R

0: Sector protected

[27] WRT_PROT_SEC_59 R

0: Sector protected

[28] WRT_PROT_SEC_60 R

0: Sector protected

[29] WRT_PROT_SEC_61 R

0: Sector protected

[30] WRT_PROT_SEC_62 R

0: Sector protected

[31] WRT_PROT_SEC_63 R

0: Sector protected

CCFG_PROT_95_64 @0xff8 = 0x50003ff8

reset=0x00000000

Protect Sectors 64-95 Each bit write protects one flash sector from being both programmed and erased. Bit must be set to 0 in order to enable sector write protect. Not in use by CC26x0 and CC13x0.

012345678910111213141516171819202122232425262728293031
[0] WRT_PROT_SEC_64 R

0: Sector protected

[1] WRT_PROT_SEC_65 R

0: Sector protected

[2] WRT_PROT_SEC_66 R

0: Sector protected

[3] WRT_PROT_SEC_67 R

0: Sector protected

[4] WRT_PROT_SEC_68 R

0: Sector protected

[5] WRT_PROT_SEC_69 R

0: Sector protected

[6] WRT_PROT_SEC_70 R

0: Sector protected

[7] WRT_PROT_SEC_71 R

0: Sector protected

[8] WRT_PROT_SEC_72 R

0: Sector protected

[9] WRT_PROT_SEC_73 R

0: Sector protected

[10] WRT_PROT_SEC_74 R

0: Sector protected

[11] WRT_PROT_SEC_75 R

0: Sector protected

[12] WRT_PROT_SEC_76 R

0: Sector protected

[13] WRT_PROT_SEC_77 R

0: Sector protected

[14] WRT_PROT_SEC_78 R

0: Sector protected

[15] WRT_PROT_SEC_79 R

0: Sector protected

[16] WRT_PROT_SEC_80 R

0: Sector protected

[17] WRT_PROT_SEC_81 R

0: Sector protected

[18] WRT_PROT_SEC_82 R

0: Sector protected

[19] WRT_PROT_SEC_83 R

0: Sector protected

[20] WRT_PROT_SEC_84 R

0: Sector protected

[21] WRT_PROT_SEC_85 R

0: Sector protected

[22] WRT_PROT_SEC_86 R

0: Sector protected

[23] WRT_PROT_SEC_87 R

0: Sector protected

[24] WRT_PROT_SEC_88 R

0: Sector protected

[25] WRT_PROT_SEC_89 R

0: Sector protected

[26] WRT_PROT_SEC_90 R

0: Sector protected

[27] WRT_PROT_SEC_91 R

0: Sector protected

[28] WRT_PROT_SEC_92 R

0: Sector protected

[29] WRT_PROT_SEC_93 R

0: Sector protected

[30] WRT_PROT_SEC_94 R

0: Sector protected

[31] WRT_PROT_SEC_95 R

0: Sector protected

CCFG_PROT_127_96 @0xffc = 0x50003ffc

reset=0x00000000

Protect Sectors 96-127 Each bit write protects one flash sector from being both programmed and erased. Bit must be set to 0 in order to enable sector write protect. Not in use by CC26x0 and CC13x0.

012345678910111213141516171819202122232425262728293031
[0] WRT_PROT_SEC_96 R

0: Sector protected

[1] WRT_PROT_SEC_97 R

0: Sector protected

[2] WRT_PROT_SEC_98 R

0: Sector protected

[3] WRT_PROT_SEC_99 R

0: Sector protected

[4] WRT_PROT_SEC_100 R

0: Sector protected

[5] WRT_PROT_SEC_101 R

0: Sector protected

[6] WRT_PROT_SEC_102 R

0: Sector protected

[7] WRT_PROT_SEC_103 R

0: Sector protected

[8] WRT_PROT_SEC_104 R

0: Sector protected

[9] WRT_PROT_SEC_105 R

0: Sector protected

[10] WRT_PROT_SEC_106 R

0: Sector protected

[11] WRT_PROT_SEC_107 R

0: Sector protected

[12] WRT_PROT_SEC_108 R

0: Sector protected

[13] WRT_PROT_SEC_109 R

0: Sector protected

[14] WRT_PROT_SEC_110 R

0: Sector protected

[15] WRT_PROT_SEC_111 R

0: Sector protected

[16] WRT_PROT_SEC_112 R

0: Sector protected

[17] WRT_PROT_SEC_113 R

0: Sector protected

[18] WRT_PROT_SEC_114 R

0: Sector protected

[19] WRT_PROT_SEC_115 R

0: Sector protected

[20] WRT_PROT_SEC_116 R

0: Sector protected

[21] WRT_PROT_SEC_117 R

0: Sector protected

[22] WRT_PROT_SEC_118 R

0: Sector protected

[23] WRT_PROT_SEC_119 R

0: Sector protected

[24] WRT_PROT_SEC_120 R

0: Sector protected

[25] WRT_PROT_SEC_121 R

0: Sector protected

[26] WRT_PROT_SEC_122 R

0: Sector protected

[27] WRT_PROT_SEC_123 R

0: Sector protected

[28] WRT_PROT_SEC_124 R

0: Sector protected

[29] WRT_PROT_SEC_125 R

0: Sector protected

[30] WRT_PROT_SEC_126 R

0: Sector protected

[31] WRT_PROT_SEC_127 R

0: Sector protected

CPU_DWT at 0xe0001000 with offset=0 and size=4096:

Cortex-M's Data watchpoint and Trace (DWT)

Registers:

CTRL @0x0 = 0xe0001000

reset=0x00000000

Control Use the DWT Control Register to enable the DWT unit.

012345678910111213141516171819202122232425262728293031
[0] CYCCNTENA RW

Enable CYCCNT, allowing it to increment and generate synchronization and count events. If NOCYCCNT = 1, this bit reads zero and ignore writes.

[1..=4] POSTPRESET RW

Reload value for post-scalar counter POSTCNT. When 0, events are triggered on each tap change (a power of 2). If this field has a non-0 value, it forms a count-down value, to be reloaded into POSTCNT each time it reaches 0. For example, a value 1 in this register means an event is formed every other tap change.

[5..=8] POSTCNT RW

Post-scalar counter for CYCTAP. When the selected tapped bit changes from 0 to 1 or 1 to 0, the post scalar counter is down-counted when not 0. If 0, it triggers an event for PCSAMPLEENA or CYCEVTENA use. It also reloads with the value from POSTPRESET.

[9] CYCTAP RW

Selects a tap on CYCCNT. These are spaced at bits [6] and [10]. When the selected bit in CYCCNT changes from 0 to 1 or 1 to 0, it emits into the POSTCNT, post-scalar counter. That counter then counts down. On a bit change when post-scalar is 0, it triggers an event for PC sampling or cycle count event (see details in CYCEVTENA).

Possible values:

NameValuedefault
BIT10 1
BIT6 0
[10..=11] SYNCTAP RW

Selects a synchronization packet rate. CYCCNTENA and CPU_ITM:TCR.SYNCENA must also be enabled for this feature. Synchronization packets (if enabled) are generated on tap transitions (0 to1 or 1 to 0).

Possible values:

NameValuedefault
BIT28 3
BIT26 2
BIT24 1
DIS 0
[12] PCSAMPLEENA RW

Enables PC Sampling event. A PC sample event is emitted when the POSTCNT counter triggers it. See CYCTAP and POSTPRESET for details. Enabling this bit overrides CYCEVTENA. 0: PC Sampling event disabled. 1: Sampling event enabled.

[16] EXCTRCENA RW

Enables Interrupt event tracing. 0: Interrupt event trace disabled. 1: Interrupt event trace enabled.

[17] CPIEVTENA RW

Enables CPI count event. Emits an event when CPICNT overflows (every 256 cycles of multi-cycle instructions). 0: CPI counter events disabled. 1: CPI counter events enabled.

[18] EXCEVTENA RW

Enables Interrupt overhead event. Emits an event when EXCCNT overflows (every 256 cycles of interrupt overhead). 0x0: Interrupt overhead event disabled. 0x1: Interrupt overhead event enabled.

[19] SLEEPEVTENA RW

Enables Sleep count event. Emits an event when SLEEPCNT overflows (every 256 cycles that the processor is sleeping). 0: Sleep count events disabled. 1: Sleep count events enabled.

[20] LSUEVTENA RW

Enables LSU count event. Emits an event when LSUCNT overflows (every 256 cycles of LSU operation). LSU counts include all LSU costs after the initial cycle for the instruction. 0: LSU count events disabled. 1: LSU count events enabled.

[21] FOLDEVTENA RW

Enables Folded instruction count event. Emits an event when FOLDCNT overflows (every 256 cycles of folded instructions). A folded instruction is one that does not incur even one cycle to execute. For example, an IT instruction is folded away and so does not use up one cycle. 0: Folded instruction count events disabled. 1: Folded instruction count events enabled.

[22] CYCEVTENA RW

Enables Cycle count event. Emits an event when the POSTCNT counter triggers it. See CYCTAP and POSTPRESET for details. This event is only emitted if PCSAMPLEENA is disabled. PCSAMPLEENA overrides the setting of this bit. 0: Cycle count events disabled 1: Cycle count events enabled

[24] NOPRFCNT RW

When set, FOLDCNT, LSUCNT, SLEEPCNT, EXCCNT, and CPICNT are not supported.

[25] NOCYCCNT RW

When set, CYCCNT is not supported.

CYCCNT @0x4 = 0xe0001004

read-write reset=0x00000000

Current PC Sampler Cycle Count This register is used to count the number of core cycles. This counter can measure elapsed execution time. This is a free-running counter (this counter will not advance in power modes where free-running clock to CPU stops). The counter has three functions: 1: When CTRL.PCSAMPLEENA = 1, the PC is sampled and emitted when the selected tapped bit changes value (0 to 1 or 1 to 0) and any post-scalar value counts to 0. 2: When CTRL.CYCEVTENA = 1 , (and CTRL.PCSAMPLEENA = 0), an event is emitted when the selected tapped bit changes value (0 to 1 or 1 to 0) and any post-scalar value counts to 0. 3: Applications and debuggers can use the counter to measure elapsed execution time. By subtracting a start and an end time, an application can measure time between in-core clocks (other than when Halted in debug). This is valid to 2^32 core clock cycles (for example, almost 89.5 seconds at 48MHz).

CPICNT @0x8 = 0xe0001008

reset=0x00000000

CPI Count This register is used to count the total number of instruction cycles beyond the first cycle.

012345678910111213141516171819202122232425262728293031
[0..=7] CPICNT RW

Current CPI counter value. Increments on the additional cycles (the first cycle is not counted) required to execute all instructions except those recorded by LSUCNT. This counter also increments on all instruction fetch stalls. If CTRL.CPIEVTENA is set, an event is emitted when the counter overflows. This counter initializes to 0 when it is enabled using CTRL.CPIEVTENA.

EXCCNT @0xc = 0xe000100c

reset=0x00000000

Exception Overhead Count This register is used to count the total cycles spent in interrupt processing.

012345678910111213141516171819202122232425262728293031
[0..=7] EXCCNT RW

Current interrupt overhead counter value. Counts the total cycles spent in interrupt processing (for example entry stacking, return unstacking, pre-emption). An event is emitted on counter overflow (every 256 cycles). This counter initializes to 0 when it is enabled using CTRL.EXCEVTENA.

SLEEPCNT @0x10 = 0xe0001010

reset=0x00000000

Sleep Count This register is used to count the total number of cycles during which the processor is sleeping.

012345678910111213141516171819202122232425262728293031
[0..=7] SLEEPCNT RW

Sleep counter. Counts the number of cycles during which the processor is sleeping. An event is emitted on counter overflow (every 256 cycles). This counter initializes to 0 when it is enabled using CTRL.SLEEPEVTENA. Note that the sleep counter is clocked using CPU's free-running clock. In some power modes the free-running clock to CPU is gated to minimize power consumption. This means that the sleep counter will be invalid in these power modes.

LSUCNT @0x14 = 0xe0001014

reset=0x00000000

LSU Count This register is used to count the total number of cycles during which the processor is processing an LSU operation beyond the first cycle.

012345678910111213141516171819202122232425262728293031
[0..=7] LSUCNT RW

LSU counter. This counts the total number of cycles that the processor is processing an LSU operation. The initial execution cost of the instruction is not counted. For example, an LDR that takes two cycles to complete increments this counter one cycle. Equivalently, an LDR that stalls for two cycles (i.e. takes four cycles to execute), increments this counter three times. An event is emitted on counter overflow (every 256 cycles). This counter initializes to 0 when it is enabled using CTRL.LSUEVTENA.

FOLDCNT @0x18 = 0xe0001018

reset=0x00000000

Fold Count This register is used to count the total number of folded instructions. The counter increments on each instruction which takes 0 cycles.

012345678910111213141516171819202122232425262728293031
[0..=7] FOLDCNT RW

This counts the total number folded instructions. This counter initializes to 0 when it is enabled using CTRL.FOLDEVTENA.

PCSR @0x1c = 0xe000101c

reset=0x00000000

Program Counter Sample This register is used to enable coarse-grained software profiling using a debug agent, without changing the currently executing code. If the core is not in debug state, the value returned is the instruction address of a recently executed instruction. If the core is in debug state, the value returned is 0xFFFFFFFF.

012345678910111213141516171819202122232425262728293031
[0..=31] EIASAMPLE R

Execution instruction address sample, or 0xFFFFFFFF if the core is halted.

COMP0 @0x20 = 0xe0001020

reset=0x00000000

Comparator 0 This register is used to write the reference value for comparator 0.

012345678910111213141516171819202122232425262728293031
[0..=31] COMP RW

Reference value to compare against PC or the data address as given by FUNCTION0. Comparator 0 can also compare against the value of the PC Sampler Counter (CYCCNT).

MASK0 @0x24 = 0xe0001024

reset=0x00000000

Mask 0 Use the DWT Mask Registers 0 to apply a mask to data addresses when matching against COMP0.

012345678910111213141516171819202122232425262728293031
[0..=3] MASK RW

Mask on data address when matching against COMP0. This is the size of the ignore mask. That is, DWT matching is performed as:(ADDR ANDed with (0xFFFF left bit-shifted by MASK)) == COMP0. However, the actual comparison is slightly more complex to enable matching an address wherever it appears on a bus. So, if COMP0 is 3, this matches a word access of 0, because 3 would be within the word.

FUNCTION0 @0x28 = 0xe0001028

reset=0x00000000

Function 0 Use the DWT Function Registers 0 to control the operation of the comparator 0. This comparator can: 1. Match against either the PC or the data address. This is controlled by CYCMATCH. This function is only available for comparator 0 (COMP0). 2. Emit data or PC couples, trigger the ETM, or generate a watchpoint depending on the operation defined by FUNCTION.

012345678910111213141516171819202122232425262728293031
[0..=3] FUNCTION RW

Function settings. 0x0: Disabled 0x1: EMITRANGE = 0, sample and emit PC through ITM. EMITRANGE = 1, emit address offset through ITM 0x2: EMITRANGE = 0, emit data through ITM on read and write. EMITRANGE = 1, emit data and address offset through ITM on read or write. 0x3: EMITRANGE = 0, sample PC and data value through ITM on read or write. EMITRANGE = 1, emit address offset and data value through ITM on read or write. 0x4: Watchpoint on PC match. 0x5: Watchpoint on read. 0x6: Watchpoint on write. 0x7: Watchpoint on read or write. 0x8: ETM trigger on PC match 0x9: ETM trigger on read 0xA: ETM trigger on write 0xB: ETM trigger on read or write 0xC: EMITRANGE = 0, sample data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for read transfers 0xD: EMITRANGE = 0, sample data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for write transfers 0xE: EMITRANGE = 0, sample PC + data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for read transfers 0xF: EMITRANGE = 0, sample PC + data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for write transfers Note 1: If the ETM is not fitted, then ETM trigger is not possible. Note 2: Data value is only sampled for accesses that do not fault (MPU or bus fault). The PC is sampled irrespective of any faults. The PC is only sampled for the first address of a burst. Note 3: PC match is not recommended for watchpoints because it stops after the instruction. It mainly guards and triggers the ETM.

[5] EMITRANGE RW

Emit range field. This bit permits emitting offset when range match occurs. PC sampling is not supported when emit range is enabled. This field only applies for: FUNCTION = 1, 2, 3, 12, 13, 14, and 15.

[7] CYCMATCH RW

This bit is only available in comparator 0. When set, COMP0 will compare against the cycle counter (CYCCNT).

[24] MATCHED RW

This bit is set when the comparator matches, and indicates that the operation defined by FUNCTION has occurred since this bit was last read. This bit is cleared on read.

COMP1 @0x30 = 0xe0001030

reset=0x00000000

Comparator 1 This register is used to write the reference value for comparator 1.

012345678910111213141516171819202122232425262728293031
[0..=31] COMP RW

Reference value to compare against PC or the data address as given by FUNCTION1. Comparator 1 can also compare data values. So this register can contain reference values for data matching.

MASK1 @0x34 = 0xe0001034

reset=0x00000000

Mask 1 Use the DWT Mask Registers 1 to apply a mask to data addresses when matching against COMP1.

012345678910111213141516171819202122232425262728293031
[0..=3] MASK RW

Mask on data address when matching against COMP1. This is the size of the ignore mask. That is, DWT matching is performed as:(ADDR ANDed with (0xFFFF left bit-shifted by MASK)) == COMP1. However, the actual comparison is slightly more complex to enable matching an address wherever it appears on a bus. So, if COMP1 is 3, this matches a word access of 0, because 3 would be within the word.

FUNCTION1 @0x38 = 0xe0001038

reset=0x00000000

Function 1 Use the DWT Function Registers 1 to control the operation of the comparator 1. This comparator can: 1. Perform data value comparisons if associated address comparators have performed an address match. This function is only available for comparator 1 (COMP1). 2. Emit data or PC couples, trigger the ETM, or generate a watchpoint depending on the operation defined by FUNCTION.

012345678910111213141516171819202122232425262728293031
[0..=3] FUNCTION RW

Function settings: 0x0: Disabled 0x1: EMITRANGE = 0, sample and emit PC through ITM. EMITRANGE = 1, emit address offset through ITM 0x2: EMITRANGE = 0, emit data through ITM on read and write. EMITRANGE = 1, emit data and address offset through ITM on read or write. 0x3: EMITRANGE = 0, sample PC and data value through ITM on read or write. EMITRANGE = 1, emit address offset and data value through ITM on read or write. 0x4: Watchpoint on PC match. 0x5: Watchpoint on read. 0x6: Watchpoint on write. 0x7: Watchpoint on read or write. 0x8: ETM trigger on PC match 0x9: ETM trigger on read 0xA: ETM trigger on write 0xB: ETM trigger on read or write 0xC: EMITRANGE = 0, sample data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for read transfers 0xD: EMITRANGE = 0, sample data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for write transfers 0xE: EMITRANGE = 0, sample PC + data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for read transfers 0xF: EMITRANGE = 0, sample PC + data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for write transfers Note 1: If the ETM is not fitted, then ETM trigger is not possible. Note 2: Data value is only sampled for accesses that do not fault (MPU or bus fault). The PC is sampled irrespective of any faults. The PC is only sampled for the first address of a burst. Note 3: FUNCTION is overridden for comparators given by DATAVADDR0 and DATAVADDR1 if DATAVMATCH is also set. The comparators given by DATAVADDR0 and DATAVADDR1 can then only perform address comparator matches for comparator 1 data matches. Note 4: If the data matching functionality is not included during implementation it is not possible to set DATAVADDR0, DATAVADDR1, or DATAVMATCH. This means that the data matching functionality is not available in the implementation. Test the availability of data matching by writing and reading DATAVMATCH. If it is not settable then data matching is unavailable. Note 5: PC match is not recommended for watchpoints because it stops after the instruction. It mainly guards and triggers the ETM.

[5] EMITRANGE RW

Emit range field. This bit permits emitting offset when range match occurs. PC sampling is not supported when emit range is enabled. This field only applies for: FUNCTION = 1, 2, 3, 12, 13, 14, and 15.

[8] DATAVMATCH RW

Data match feature: 0: Perform address comparison 1: Perform data value compare. The comparators given by DATAVADDR0 and DATAVADDR1 provide the address for the data comparison. The FUNCTION setting for the comparators given by DATAVADDR0 and DATAVADDR1 are overridden and those comparators only provide the address match for the data comparison. This bit is only available in comparator 1.

[9] LNK1ENA R

Read only bit-field only supported in comparator 1. 0: DATAVADDR1 not supported 1: DATAVADDR1 supported (enabled)

[10..=11] DATAVSIZE RW

Defines the size of the data in the COMP1 register that is to be matched: 0x0: Byte 0x1: Halfword 0x2: Word 0x3: Unpredictable.

[12..=15] DATAVADDR0 RW

Identity of a linked address comparator for data value matching when DATAVMATCH == 1.

[16..=19] DATAVADDR1 RW

Identity of a second linked address comparator for data value matching when DATAVMATCH == 1 and LNK1ENA == 1.

[24] MATCHED RW

This bit is set when the comparator matches, and indicates that the operation defined by FUNCTION has occurred since this bit was last read. This bit is cleared on read.

COMP2 @0x40 = 0xe0001040

reset=0x00000000

Comparator 2 This register is used to write the reference value for comparator 2.

012345678910111213141516171819202122232425262728293031
[0..=31] COMP RW

Reference value to compare against PC or the data address as given by FUNCTION2.

MASK2 @0x44 = 0xe0001044

reset=0x00000000

Mask 2 Use the DWT Mask Registers 2 to apply a mask to data addresses when matching against COMP2.

012345678910111213141516171819202122232425262728293031
[0..=3] MASK RW

Mask on data address when matching against COMP2. This is the size of the ignore mask. That is, DWT matching is performed as:(ADDR ANDed with (0xFFFF left bit-shifted by MASK)) == COMP2. However, the actual comparison is slightly more complex to enable matching an address wherever it appears on a bus. So, if COMP2 is 3, this matches a word access of 0, because 3 would be within the word.

FUNCTION2 @0x48 = 0xe0001048

reset=0x00000000

Function 2 Use the DWT Function Registers 2 to control the operation of the comparator 2. This comparator can emit data or PC couples, trigger the ETM, or generate a watchpoint depending on the operation defined by FUNCTION.

012345678910111213141516171819202122232425262728293031
[0..=3] FUNCTION RW

Function settings. 0x0: Disabled 0x1: EMITRANGE = 0, sample and emit PC through ITM. EMITRANGE = 1, emit address offset through ITM 0x2: EMITRANGE = 0, emit data through ITM on read and write. EMITRANGE = 1, emit data and address offset through ITM on read or write. 0x3: EMITRANGE = 0, sample PC and data value through ITM on read or write. EMITRANGE = 1, emit address offset and data value through ITM on read or write. 0x4: Watchpoint on PC match. 0x5: Watchpoint on read. 0x6: Watchpoint on write. 0x7: Watchpoint on read or write. 0x8: ETM trigger on PC match 0x9: ETM trigger on read 0xA: ETM trigger on write 0xB: ETM trigger on read or write 0xC: EMITRANGE = 0, sample data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for read transfers 0xD: EMITRANGE = 0, sample data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for write transfers 0xE: EMITRANGE = 0, sample PC + data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for read transfers 0xF: EMITRANGE = 0, sample PC + data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for write transfers Note 1: If the ETM is not fitted, then ETM trigger is not possible. Note 2: Data value is only sampled for accesses that do not fault (MPU or bus fault). The PC is sampled irrespective of any faults. The PC is only sampled for the first address of a burst. Note 3: PC match is not recommended for watchpoints because it stops after the instruction. It mainly guards and triggers the ETM.

[5] EMITRANGE RW

Emit range field. This bit permits emitting offset when range match occurs. PC sampling is not supported when emit range is enabled. This field only applies for: FUNCTION = 1, 2, 3, 12, 13, 14, and 15.

[24] MATCHED RW

This bit is set when the comparator matches, and indicates that the operation defined by FUNCTION has occurred since this bit was last read. This bit is cleared on read.

COMP3 @0x50 = 0xe0001050

reset=0x00000000

Comparator 3 This register is used to write the reference value for comparator 3.

012345678910111213141516171819202122232425262728293031
[0..=31] COMP RW

Reference value to compare against PC or the data address as given by FUNCTION3.

MASK3 @0x54 = 0xe0001054

reset=0x00000000

Mask 3 Use the DWT Mask Registers 3 to apply a mask to data addresses when matching against COMP3.

012345678910111213141516171819202122232425262728293031
[0..=3] MASK RW

Mask on data address when matching against COMP3. This is the size of the ignore mask. That is, DWT matching is performed as:(ADDR ANDed with (0xFFFF left bit-shifted by MASK)) == COMP3. However, the actual comparison is slightly more complex to enable matching an address wherever it appears on a bus. So, if COMP3 is 3, this matches a word access of 0, because 3 would be within the word.

FUNCTION3 @0x58 = 0xe0001058

reset=0x00000000

Function 3 Use the DWT Function Registers 3 to control the operation of the comparator 3. This comparator can emit data or PC couples, trigger the ETM, or generate a watchpoint depending on the operation defined by FUNCTION.

012345678910111213141516171819202122232425262728293031
[0..=3] FUNCTION RW

Function settings. 0x0: Disabled 0x1: EMITRANGE = 0, sample and emit PC through ITM. EMITRANGE = 1, emit address offset through ITM 0x2: EMITRANGE = 0, emit data through ITM on read and write. EMITRANGE = 1, emit data and address offset through ITM on read or write. 0x3: EMITRANGE = 0, sample PC and data value through ITM on read or write. EMITRANGE = 1, emit address offset and data value through ITM on read or write. 0x4: Watchpoint on PC match. 0x5: Watchpoint on read. 0x6: Watchpoint on write. 0x7: Watchpoint on read or write. 0x8: ETM trigger on PC match 0x9: ETM trigger on read 0xA: ETM trigger on write 0xB: ETM trigger on read or write 0xC: EMITRANGE = 0, sample data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for read transfers 0xD: EMITRANGE = 0, sample data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) for write transfers 0xE: EMITRANGE = 0, sample PC + data for read transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for read transfers 0xF: EMITRANGE = 0, sample PC + data for write transfers. EMITRANGE = 1, sample Daddr (lower 16 bits) + data for write transfers Note 1: If the ETM is not fitted, then ETM trigger is not possible. Note 2: Data value is only sampled for accesses that do not fault (MPU or bus fault). The PC is sampled irrespective of any faults. The PC is only sampled for the first address of a burst. Note 3: PC match is not recommended for watchpoints because it stops after the instruction. It mainly guards and triggers the ETM.

[5] EMITRANGE RW

Emit range field. This bit permits emitting offset when range match occurs. PC sampling is not supported when emit range is enabled. This field only applies for: FUNCTION = 1, 2, 3, 12, 13, 14, and 15.

[24] MATCHED RW

This bit is set when the comparator matches, and indicates that the operation defined by FUNCTION has occurred since this bit was last read. This bit is cleared on read.

CPU_FPB at 0xe0002000 with offset=0 and size=4096:

Cortex-M's Flash Patch and Breakpoint (FPB)

Registers:

CTRL @0x0 = 0xe0002000

reset=0x00000000

Control This register is used to enable the flash patch block.

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Flash patch unit enable bit 0x0: Flash patch unit disabled 0x1: Flash patch unit enabled

[1] KEY W

Key field. In order to write to this register, this bit-field must be written to '1'. This bit always reads 0.

[4..=7] NUM_CODE1 R

Number of code slots field. 0x0: No code slots 0x2: Two code slots 0x6: Six code slots

[8..=11] NUM_LIT R

Number of literal slots field. 0x0: No literal slots 0x2: Two literal slots

[12..=13] NUM_CODE2 R

Number of full banks of code comparators, sixteen comparators per bank. Where less than sixteen code comparators are provided, the bank count is zero, and the number present indicated by NUM_CODE1. This read only field contains 3'b000 to indicate 0 banks for Cortex-M processor.

REMAP @0x4 = 0xe0002004

reset=0x00000000

Remap This register provides the remap base address location where a matched addresses are remapped. The three most significant bits and the five least significant bits of the remap base address are hard-coded to 3'b001 and 5'b00000 respectively. The remap base address must be in system space and is it required to be 8-word aligned, with one word allocated to each of the eight FPB comparators.

012345678910111213141516171819202122232425262728293031
[5..=28] REMAP RW

Remap base address field.

COMP0 @0x8 = 0xe0002008

reset=0x00000000

Comparator 0

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 0. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 0 disabled 0x1: Compare and remap for comparator 0 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP1 @0xc = 0xe000200c

reset=0x00000000

Comparator 1

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 1. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 1 disabled 0x1: Compare and remap for comparator 1 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP2 @0x10 = 0xe0002010

reset=0x00000000

Comparator 2

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 2. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 2 disabled 0x1: Compare and remap for comparator 2 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP3 @0x14 = 0xe0002014

reset=0x00000000

Comparator 3

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 3. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 3 disabled 0x1: Compare and remap for comparator 3 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP4 @0x18 = 0xe0002018

reset=0x00000000

Comparator 4

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 4. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 4 disabled 0x1: Compare and remap for comparator 4 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP5 @0x1c = 0xe000201c

reset=0x00000000

Comparator 5

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 5. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 5 disabled 0x1: Compare and remap for comparator 5 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Address remapping only takes place for the 0x0 setting. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP6 @0x20 = 0xe0002020

reset=0x00000000

Comparator 6

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 6. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 6 disabled 0x1: Compare and remap for comparator 6 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Comparator 6 is a literal comparator and the only supported setting is 0x0. Other settings will be ignored. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

COMP7 @0x24 = 0xe0002024

reset=0x00000000

Comparator 7

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Compare and remap enable comparator 7. CTRL.ENABLE must also be set to enable comparisons. 0x0: Compare and remap for comparator 7 disabled 0x1: Compare and remap for comparator 7 enabled

[2..=28] COMP RW

Comparison address.

[30..=31] REPLACE RW

This selects what happens when the COMP address is matched. Comparator 7 is a literal comparator and the only supported setting is 0x0. Other settings will be ignored. 0x0: Remap to remap address. See REMAP.REMAP 0x1: Set BKPT on lower halfword, upper is unaffected 0x2: Set BKPT on upper halfword, lower is unaffected 0x3: Set BKPT on both lower and upper halfwords.

CPU_ITM at 0xe0000000 with offset=0 and size=4096:

Cortex-M's Instrumentation Trace Macrocell (ITM)

Registers:

STIM0 @0x0 = 0xe0000000

read-write reset=0x00000000

Stimulus Port 0

STIM1 @0x4 = 0xe0000004

read-write reset=0x00000000

Stimulus Port 1

STIM2 @0x8 = 0xe0000008

read-write reset=0x00000000

Stimulus Port 2

STIM3 @0xc = 0xe000000c

read-write reset=0x00000000

Stimulus Port 3

STIM4 @0x10 = 0xe0000010

read-write reset=0x00000000

Stimulus Port 4

STIM5 @0x14 = 0xe0000014

read-write reset=0x00000000

Stimulus Port 5

STIM6 @0x18 = 0xe0000018

read-write reset=0x00000000

Stimulus Port 6

STIM7 @0x1c = 0xe000001c

read-write reset=0x00000000

Stimulus Port 7

STIM8 @0x20 = 0xe0000020

read-write reset=0x00000000

Stimulus Port 8

STIM9 @0x24 = 0xe0000024

read-write reset=0x00000000

Stimulus Port 9

STIM10 @0x28 = 0xe0000028

read-write reset=0x00000000

Stimulus Port 10

STIM11 @0x2c = 0xe000002c

read-write reset=0x00000000

Stimulus Port 11

STIM12 @0x30 = 0xe0000030

read-write reset=0x00000000

Stimulus Port 12

STIM13 @0x34 = 0xe0000034

read-write reset=0x00000000

Stimulus Port 13

STIM14 @0x38 = 0xe0000038

read-write reset=0x00000000

Stimulus Port 14

STIM15 @0x3c = 0xe000003c

read-write reset=0x00000000

Stimulus Port 15

STIM16 @0x40 = 0xe0000040

read-write reset=0x00000000

Stimulus Port 16

STIM17 @0x44 = 0xe0000044

read-write reset=0x00000000

Stimulus Port 17

STIM18 @0x48 = 0xe0000048

read-write reset=0x00000000

Stimulus Port 18

STIM19 @0x4c = 0xe000004c

read-write reset=0x00000000

Stimulus Port 19

STIM20 @0x50 = 0xe0000050

read-write reset=0x00000000

Stimulus Port 20

STIM21 @0x54 = 0xe0000054

read-write reset=0x00000000

Stimulus Port 21

STIM22 @0x58 = 0xe0000058

read-write reset=0x00000000

Stimulus Port 22

STIM23 @0x5c = 0xe000005c

read-write reset=0x00000000

Stimulus Port 23

STIM24 @0x60 = 0xe0000060

read-write reset=0x00000000

Stimulus Port 24

STIM25 @0x64 = 0xe0000064

read-write reset=0x00000000

Stimulus Port 25

STIM26 @0x68 = 0xe0000068

read-write reset=0x00000000

Stimulus Port 26

STIM27 @0x6c = 0xe000006c

read-write reset=0x00000000

Stimulus Port 27

STIM28 @0x70 = 0xe0000070

read-write reset=0x00000000

Stimulus Port 28

STIM29 @0x74 = 0xe0000074

read-write reset=0x00000000

Stimulus Port 29

STIM30 @0x78 = 0xe0000078

read-write reset=0x00000000

Stimulus Port 30

STIM31 @0x7c = 0xe000007c

read-write reset=0x00000000

Stimulus Port 31

TER @0xe00 = 0xe0000e00

reset=0x00000000

Trace Enable Use the Trace Enable Register to generate trace data by writing to the corresponding stimulus port. Note: Privileged writes are accepted to this register if TCR.ITMENA is set. User writes are accepted to this register if TCR.ITMENA is set and the appropriate privilege mask is cleared. Privileged access to the stimulus ports enables an RTOS kernel to guarantee instrumentation slots or bandwidth as required.

012345678910111213141516171819202122232425262728293031
[0] STIMENA0 RW

Bit mask to enable tracing on ITM stimulus port 0.

[1] STIMENA1 RW

Bit mask to enable tracing on ITM stimulus port 1.

[2] STIMENA2 RW

Bit mask to enable tracing on ITM stimulus port 2.

[3] STIMENA3 RW

Bit mask to enable tracing on ITM stimulus port 3.

[4] STIMENA4 RW

Bit mask to enable tracing on ITM stimulus port 4.

[5] STIMENA5 RW

Bit mask to enable tracing on ITM stimulus port 5.

[6] STIMENA6 RW

Bit mask to enable tracing on ITM stimulus port 6.

[7] STIMENA7 RW

Bit mask to enable tracing on ITM stimulus port 7.

[8] STIMENA8 RW

Bit mask to enable tracing on ITM stimulus port 8.

[9] STIMENA9 RW

Bit mask to enable tracing on ITM stimulus port 9.

[10] STIMENA10 RW

Bit mask to enable tracing on ITM stimulus port 10.

[11] STIMENA11 RW

Bit mask to enable tracing on ITM stimulus port 11.

[12] STIMENA12 RW

Bit mask to enable tracing on ITM stimulus port 12.

[13] STIMENA13 RW

Bit mask to enable tracing on ITM stimulus port 13.

[14] STIMENA14 RW

Bit mask to enable tracing on ITM stimulus port 14.

[15] STIMENA15 RW

Bit mask to enable tracing on ITM stimulus port 15.

[16] STIMENA16 RW

Bit mask to enable tracing on ITM stimulus port 16.

[17] STIMENA17 RW

Bit mask to enable tracing on ITM stimulus port 17.

[18] STIMENA18 RW

Bit mask to enable tracing on ITM stimulus port 18.

[19] STIMENA19 RW

Bit mask to enable tracing on ITM stimulus port 19.

[20] STIMENA20 RW

Bit mask to enable tracing on ITM stimulus port 20.

[21] STIMENA21 RW

Bit mask to enable tracing on ITM stimulus port 21.

[22] STIMENA22 RW

Bit mask to enable tracing on ITM stimulus port 22.

[23] STIMENA23 RW

Bit mask to enable tracing on ITM stimulus port 23.

[24] STIMENA24 RW

Bit mask to enable tracing on ITM stimulus port 24.

[25] STIMENA25 RW

Bit mask to enable tracing on ITM stimulus port 25.

[26] STIMENA26 RW

Bit mask to enable tracing on ITM stimulus port 26.

[27] STIMENA27 RW

Bit mask to enable tracing on ITM stimulus port 27.

[28] STIMENA28 RW

Bit mask to enable tracing on ITM stimulus port 28.

[29] STIMENA29 RW

Bit mask to enable tracing on ITM stimulus port 29.

[30] STIMENA30 RW

Bit mask to enable tracing on ITM stimulus port 30.

[31] STIMENA31 RW

Bit mask to enable tracing on ITM stimulus port 31.

TPR @0xe40 = 0xe0000e40

reset=0x00000000

Trace Privilege This register is used to enable an operating system to control which stimulus ports are accessible by user code. This register can only be used in privileged mode.

012345678910111213141516171819202122232425262728293031
[0..=3] PRIVMASK RW

Bit mask to enable unprivileged (User) access to ITM stimulus ports: Bit [0] enables stimulus ports 0, 1, ..., and 7. Bit [1] enables stimulus ports 8, 9, ..., and 15. Bit [2] enables stimulus ports 16, 17, ..., and 23. Bit [3] enables stimulus ports 24, 25, ..., and 31. 0: User access allowed to stimulus ports 1: Privileged access only to stimulus ports

TCR @0xe80 = 0xe0000e80

reset=0x00000000

Trace Control Use this register to configure and control ITM transfers. This register can only be written in privilege mode. DWT is not enabled in the ITM block. However, DWT stimulus entry into the FIFO is controlled by DWTENA. If DWT requires timestamping, the TSENA bit must be set.

012345678910111213141516171819202122232425262728293031
[0] ITMENA RW

Enables ITM. This is the master enable, and must be set before ITM Stimulus and Trace Enable registers can be written.

[1] TSENA RW

Enables differential timestamps. Differential timestamps are emitted when a packet is written to the FIFO with a non-zero timestamp counter, and when the timestamp counter overflows. Timestamps are emitted during idle times after a fixed number of two million cycles. This provides a time reference for packets and inter-packet gaps. If SWOENA (bit [4]) is set, timestamps are triggered by activity on the internal trace bus only. In this case there is no regular timestamp output when the ITM is idle.

[2] SYNCENA RW

Enables synchronization packet transmission for a synchronous TPIU. CPU_DWT:CTRL.SYNCTAP must be configured for the correct synchronization speed.

[3] DWTENA RW

Enables the DWT stimulus (hardware event packet emission to the TPIU from the DWT)

[4] SWOENA RW

Enables asynchronous clocking of the timestamp counter (when TSENA = 1). If TSENA = 0, writing this bit to 1 does not enable asynchronous clocking of the timestamp counter. 0x0: Mode disabled. Timestamp counter uses system clock from the core and counts continuously. 0x1: Timestamp counter uses lineout (data related) clock from TPIU interface. The timestamp counter is held in reset while the output line is idle.

[8..=9] TSPRESCALE RW

Timestamp prescaler

Possible values:

NameValuedefault
DIV64 3
DIV16 2
DIV4 1
NOPRESCALING 0
[16..=22] ATBID RW

Trace Bus ID for CoreSight system. Optional identifier for multi-source trace stream formatting. If multi-source trace is in use, this field must be written with a non-zero value.

[23] BUSY RW

Set when ITM events present and being drained.

LAR @0xfb0 = 0xe0000fb0

reset=0x00000000

Lock Access This register is used to prevent write accesses to the Control Registers: TER, TPR and TCR.

012345678910111213141516171819202122232425262728293031
[0..=31] LOCK_ACCESS W

A privileged write of 0xC5ACCE55 enables more write access to Control Registers TER, TPR and TCR. An invalid write removes write access.

LSR @0xfb4 = 0xe0000fb4

reset=0x00000000

Lock Status Use this register to enable write accesses to the Control Register.

012345678910111213141516171819202122232425262728293031
[0] PRESENT R

Indicates that a lock mechanism exists for this component.

[1] ACCESS R

Write access to component is blocked. All writes are ignored, reads are permitted.

[2] BYTEACC R

Reads 0 which means 8-bit lock access is not be implemented.

CPU_SCS at 0xe000e000 with offset=0 and size=4096:

Cortex-M's System Control Space (SCS)

Registers:

RESERVED000 @0x0 = 0xe000e000

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

ICTR @0x4 = 0xe000e004

reset=0x00000000

Interrupt Control Type Read this register to see the number of interrupt lines that the NVIC supports.

012345678910111213141516171819202122232425262728293031
[0..=2] INTLINESNUM R

Total number of interrupt lines in groups of 32. 0: 0...32 1: 33...64 2: 65...96 3: 97...128 4: 129...160 5: 161...192 6: 193...224 7: 225...256

ACTLR @0x8 = 0xe000e008

reset=0x00000000

Auxiliary Control This register is used to disable certain aspects of functionality within the processor

012345678910111213141516171819202122232425262728293031
[0] DISMCYCINT RW

Disables interruption of multi-cycle instructions. This increases the interrupt latency of the processor becuase LDM/STM completes before interrupt stacking occurs.

[1] DISDEFWBUF RW

Disables write buffer use during default memory map accesses. This causes all bus faults to be precise bus faults but decreases the performance of the processor because the stores to memory have to complete before the next instruction can be executed.

[2] DISFOLD RW

Disables folding of IT instruction.

STCSR @0x10 = 0xe000e010

reset=0x00000000

SysTick Control and Status This register enables the SysTick features and returns status flags related to SysTick.

012345678910111213141516171819202122232425262728293031
[0] ENABLE RW

Enable SysTick counter 0: Counter disabled 1: Counter operates in a multi-shot way. That is, counter loads with the Reload value STRVR.RELOAD and then begins counting down. On reaching 0, it sets COUNTFLAG to 1 and optionally pends the SysTick handler, based on TICKINT. It then loads STRVR.RELOAD again, and begins counting.

[1] TICKINT RW

0: Counting down to zero does not pend the SysTick handler. Software can use COUNTFLAG to determine if the SysTick handler has ever counted to zero. 1: Counting down to zero pends the SysTick handler.

[2] CLKSOURCE R

Clock source: 0: External reference clock. 1: Core clock External clock is not available in this device. Writes to this field will be ignored.

[16] COUNTFLAG R

Returns 1 if timer counted to 0 since last time this was read. Clears on read by application of any part of the SysTick Control and Status Register. If read by the debugger using the DAP, this bit is cleared on read-only if the MasterType bit in the **AHB-AP** Control Register is set to 0. Otherwise, COUNTFLAG is not changed by the debugger read.

STRVR @0x14 = 0xe000e014

reset=0x00000000

SysTick Reload Value This register is used to specify the start value to load into the current value register STCVR.CURRENT when the counter reaches 0. It can be any value between 1 and 0x00FFFFFF. A start value of 0 is possible, but has no effect because the SysTick interrupt and STCSR.COUNTFLAG are activated when counting from 1 to 0.

012345678910111213141516171819202122232425262728293031
[0..=23] RELOAD RW

Value to load into the SysTick Current Value Register STCVR.CURRENT when the counter reaches 0.

STCVR @0x18 = 0xe000e018

reset=0x00000000

SysTick Current Value Read from this register returns the current value of SysTick counter. Writing to this register resets the SysTick counter (as well as STCSR.COUNTFLAG).

012345678910111213141516171819202122232425262728293031
[0..=23] CURRENT RW

Current value at the time the register is accessed. No read-modify-write protection is provided, so change with care. Writing to it with any value clears the register to 0. Clearing this register also clears STCSR.COUNTFLAG.

STCR @0x1c = 0xe000e01c

reset=0x00000000

SysTick Calibration Value Used to enable software to scale to any required speed using divide and multiply.

012345678910111213141516171819202122232425262728293031
[0..=23] TENMS R

An optional Reload value to be used for 10ms (100Hz) timing, subject to system clock skew errors. The value read is valid only when core clock is at 48MHz.

[30] SKEW R

Reads as one. The calibration value is not exactly 10ms because of clock frequency. This could affect its suitability as a software real time clock.

[31] NOREF R

Reads as one. Indicates that no separate reference clock is provided.

NVIC_ISER0 @0x100 = 0xe000e100

reset=0x00000000

Irq 0 to 31 Set Enable This register is used to enable interrupts and determine which interrupts are currently enabled.

012345678910111213141516171819202122232425262728293031
[0] SETENA0 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 0 (See EVENT:CPUIRQSEL0.EV for details). Reading the bit returns its current enable state.

[1] SETENA1 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 1 (See EVENT:CPUIRQSEL1.EV for details). Reading the bit returns its current enable state.

[2] SETENA2 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 2 (See EVENT:CPUIRQSEL2.EV for details). Reading the bit returns its current enable state.

[3] SETENA3 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 3 (See EVENT:CPUIRQSEL3.EV for details). Reading the bit returns its current enable state.

[4] SETENA4 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 4 (See EVENT:CPUIRQSEL4.EV for details). Reading the bit returns its current enable state.

[5] SETENA5 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 5 (See EVENT:CPUIRQSEL5.EV for details). Reading the bit returns its current enable state.

[6] SETENA6 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 6 (See EVENT:CPUIRQSEL6.EV for details). Reading the bit returns its current enable state.

[7] SETENA7 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 7 (See EVENT:CPUIRQSEL7.EV for details). Reading the bit returns its current enable state.

[8] SETENA8 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 8 (See EVENT:CPUIRQSEL8.EV for details). Reading the bit returns its current enable state.

[9] SETENA9 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 9 (See EVENT:CPUIRQSEL9.EV for details). Reading the bit returns its current enable state.

[10] SETENA10 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 10 (See EVENT:CPUIRQSEL10.EV for details). Reading the bit returns its current enable state.

[11] SETENA11 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 11 (See EVENT:CPUIRQSEL11.EV for details). Reading the bit returns its current enable state.

[12] SETENA12 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 12 (See EVENT:CPUIRQSEL12.EV for details). Reading the bit returns its current enable state.

[13] SETENA13 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 13 (See EVENT:CPUIRQSEL13.EV for details). Reading the bit returns its current enable state.

[14] SETENA14 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 14 (See EVENT:CPUIRQSEL14.EV for details). Reading the bit returns its current enable state.

[15] SETENA15 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 15 (See EVENT:CPUIRQSEL15.EV for details). Reading the bit returns its current enable state.

[16] SETENA16 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 16 (See EVENT:CPUIRQSEL16.EV for details). Reading the bit returns its current enable state.

[17] SETENA17 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 17 (See EVENT:CPUIRQSEL17.EV for details). Reading the bit returns its current enable state.

[18] SETENA18 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 18 (See EVENT:CPUIRQSEL18.EV for details). Reading the bit returns its current enable state.

[19] SETENA19 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 19 (See EVENT:CPUIRQSEL19.EV for details). Reading the bit returns its current enable state.

[20] SETENA20 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 20 (See EVENT:CPUIRQSEL20.EV for details). Reading the bit returns its current enable state.

[21] SETENA21 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 21 (See EVENT:CPUIRQSEL21.EV for details). Reading the bit returns its current enable state.

[22] SETENA22 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 22 (See EVENT:CPUIRQSEL22.EV for details). Reading the bit returns its current enable state.

[23] SETENA23 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 23 (See EVENT:CPUIRQSEL23.EV for details). Reading the bit returns its current enable state.

[24] SETENA24 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 24 (See EVENT:CPUIRQSEL24.EV for details). Reading the bit returns its current enable state.

[25] SETENA25 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 25 (See EVENT:CPUIRQSEL25.EV for details). Reading the bit returns its current enable state.

[26] SETENA26 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 26 (See EVENT:CPUIRQSEL26.EV for details). Reading the bit returns its current enable state.

[27] SETENA27 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 27 (See EVENT:CPUIRQSEL27.EV for details). Reading the bit returns its current enable state.

[28] SETENA28 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 28 (See EVENT:CPUIRQSEL28.EV for details). Reading the bit returns its current enable state.

[29] SETENA29 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 29 (See EVENT:CPUIRQSEL29.EV for details). Reading the bit returns its current enable state.

[30] SETENA30 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 30 (See EVENT:CPUIRQSEL30.EV for details). Reading the bit returns its current enable state.

[31] SETENA31 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 31 (See EVENT:CPUIRQSEL31.EV for details). Reading the bit returns its current enable state.

NVIC_ISER1 @0x104 = 0xe000e104

reset=0x00000000

Irq 32 to 63 Set Enable This register is used to enable interrupts and determine which interrupts are currently enabled.

012345678910111213141516171819202122232425262728293031
[0] SETENA32 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 32 (See EVENT:CPUIRQSEL32.EV for details). Reading the bit returns its current enable state.

[1] SETENA33 RW

Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 33 (See EVENT:CPUIRQSEL33.EV for details). Reading the bit returns its current enable state.

RESERVED0 @0x108 = 0xe000e108

read-write reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

NVIC_ICER0 @0x180 = 0xe000e180

reset=0x00000000

Irq 0 to 31 Clear Enable This register is used to disable interrupts and determine which interrupts are currently enabled.

012345678910111213141516171819202122232425262728293031
[0] CLRENA0 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 0 (See EVENT:CPUIRQSEL0.EV for details). Reading the bit returns its current enable state.

[1] CLRENA1 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 1 (See EVENT:CPUIRQSEL1.EV for details). Reading the bit returns its current enable state.

[2] CLRENA2 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 2 (See EVENT:CPUIRQSEL2.EV for details). Reading the bit returns its current enable state.

[3] CLRENA3 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 3 (See EVENT:CPUIRQSEL3.EV for details). Reading the bit returns its current enable state.

[4] CLRENA4 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 4 (See EVENT:CPUIRQSEL4.EV for details). Reading the bit returns its current enable state.

[5] CLRENA5 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 5 (See EVENT:CPUIRQSEL5.EV for details). Reading the bit returns its current enable state.

[6] CLRENA6 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 6 (See EVENT:CPUIRQSEL6.EV for details). Reading the bit returns its current enable state.

[7] CLRENA7 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 7 (See EVENT:CPUIRQSEL7.EV for details). Reading the bit returns its current enable state.

[8] CLRENA8 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 8 (See EVENT:CPUIRQSEL8.EV for details). Reading the bit returns its current enable state.

[9] CLRENA9 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 9 (See EVENT:CPUIRQSEL9.EV for details). Reading the bit returns its current enable state.

[10] CLRENA10 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 10 (See EVENT:CPUIRQSEL10.EV for details). Reading the bit returns its current enable state.

[11] CLRENA11 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 11 (See EVENT:CPUIRQSEL11.EV for details). Reading the bit returns its current enable state.

[12] CLRENA12 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 12 (See EVENT:CPUIRQSEL12.EV for details). Reading the bit returns its current enable state.

[13] CLRENA13 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 13 (See EVENT:CPUIRQSEL13.EV for details). Reading the bit returns its current enable state.

[14] CLRENA14 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 14 (See EVENT:CPUIRQSEL14.EV for details). Reading the bit returns its current enable state.

[15] CLRENA15 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 15 (See EVENT:CPUIRQSEL15.EV for details). Reading the bit returns its current enable state.

[16] CLRENA16 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 16 (See EVENT:CPUIRQSEL16.EV for details). Reading the bit returns its current enable state.

[17] CLRENA17 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 17 (See EVENT:CPUIRQSEL17.EV for details). Reading the bit returns its current enable state.

[18] CLRENA18 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 18 (See EVENT:CPUIRQSEL18.EV for details). Reading the bit returns its current enable state.

[19] CLRENA19 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 19 (See EVENT:CPUIRQSEL19.EV for details). Reading the bit returns its current enable state.

[20] CLRENA20 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 20 (See EVENT:CPUIRQSEL20.EV for details). Reading the bit returns its current enable state.

[21] CLRENA21 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 21 (See EVENT:CPUIRQSEL21.EV for details). Reading the bit returns its current enable state.

[22] CLRENA22 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 22 (See EVENT:CPUIRQSEL22.EV for details). Reading the bit returns its current enable state.

[23] CLRENA23 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 23 (See EVENT:CPUIRQSEL23.EV for details). Reading the bit returns its current enable state.

[24] CLRENA24 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 24 (See EVENT:CPUIRQSEL24.EV for details). Reading the bit returns its current enable state.

[25] CLRENA25 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 25 (See EVENT:CPUIRQSEL25.EV for details). Reading the bit returns its current enable state.

[26] CLRENA26 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 26 (See EVENT:CPUIRQSEL26.EV for details). Reading the bit returns its current enable state.

[27] CLRENA27 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 27 (See EVENT:CPUIRQSEL27.EV for details). Reading the bit returns its current enable state.

[28] CLRENA28 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 28 (See EVENT:CPUIRQSEL28.EV for details). Reading the bit returns its current enable state.

[29] CLRENA29 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 29 (See EVENT:CPUIRQSEL29.EV for details). Reading the bit returns its current enable state.

[30] CLRENA30 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 30 (See EVENT:CPUIRQSEL30.EV for details). Reading the bit returns its current enable state.

[31] CLRENA31 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 31 (See EVENT:CPUIRQSEL31.EV for details). Reading the bit returns its current enable state.

NVIC_ICER1 @0x184 = 0xe000e184

reset=0x00000000

Irq 32 to 63 Clear Enable This register is used to disable interrupts and determine which interrupts are currently enabled.

012345678910111213141516171819202122232425262728293031
[0] CLRENA32 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 32 (See EVENT:CPUIRQSEL32.EV for details). Reading the bit returns its current enable state.

[1] CLRENA33 RW

Writing 0 to this bit has no effect, writing 1 to this bit disables the interrupt number 33 (See EVENT:CPUIRQSEL33.EV for details). Reading the bit returns its current enable state.

RESERVED1 @0x188 = 0xe000e188

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

NVIC_ISPR0 @0x200 = 0xe000e200

reset=0x00000000

Irq 0 to 31 Set Pending This register is used to force interrupts into the pending state and determine which interrupts are currently pending.

012345678910111213141516171819202122232425262728293031
[0] SETPEND0 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 0 (See EVENT:CPUIRQSEL0.EV for details). Reading the bit returns its current state.

[1] SETPEND1 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 1 (See EVENT:CPUIRQSEL1.EV for details). Reading the bit returns its current state.

[2] SETPEND2 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 2 (See EVENT:CPUIRQSEL2.EV for details). Reading the bit returns its current state.

[3] SETPEND3 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 3 (See EVENT:CPUIRQSEL3.EV for details). Reading the bit returns its current state.

[4] SETPEND4 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 4 (See EVENT:CPUIRQSEL4.EV for details). Reading the bit returns its current state.

[5] SETPEND5 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 5 (See EVENT:CPUIRQSEL5.EV for details). Reading the bit returns its current state.

[6] SETPEND6 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 6 (See EVENT:CPUIRQSEL6.EV for details). Reading the bit returns its current state.

[7] SETPEND7 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 7 (See EVENT:CPUIRQSEL7.EV for details). Reading the bit returns its current state.

[8] SETPEND8 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 8 (See EVENT:CPUIRQSEL8.EV for details). Reading the bit returns its current state.

[9] SETPEND9 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 9 (See EVENT:CPUIRQSEL9.EV for details). Reading the bit returns its current state.

[10] SETPEND10 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 10 (See EVENT:CPUIRQSEL10.EV for details). Reading the bit returns its current state.

[11] SETPEND11 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 11 (See EVENT:CPUIRQSEL11.EV for details). Reading the bit returns its current state.

[12] SETPEND12 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 12 (See EVENT:CPUIRQSEL12.EV for details). Reading the bit returns its current state.

[13] SETPEND13 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 13 (See EVENT:CPUIRQSEL13.EV for details). Reading the bit returns its current state.

[14] SETPEND14 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 14 (See EVENT:CPUIRQSEL14.EV for details). Reading the bit returns its current state.

[15] SETPEND15 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 15 (See EVENT:CPUIRQSEL15.EV for details). Reading the bit returns its current state.

[16] SETPEND16 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 16 (See EVENT:CPUIRQSEL16.EV for details). Reading the bit returns its current state.

[17] SETPEND17 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 17 (See EVENT:CPUIRQSEL17.EV for details). Reading the bit returns its current state.

[18] SETPEND18 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 18 (See EVENT:CPUIRQSEL18.EV for details). Reading the bit returns its current state.

[19] SETPEND19 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 19 (See EVENT:CPUIRQSEL19.EV for details). Reading the bit returns its current state.

[20] SETPEND20 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 20 (See EVENT:CPUIRQSEL20.EV for details). Reading the bit returns its current state.

[21] SETPEND21 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 21 (See EVENT:CPUIRQSEL21.EV for details). Reading the bit returns its current state.

[22] SETPEND22 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 22 (See EVENT:CPUIRQSEL22.EV for details). Reading the bit returns its current state.

[23] SETPEND23 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 23 (See EVENT:CPUIRQSEL23.EV for details). Reading the bit returns its current state.

[24] SETPEND24 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 24 (See EVENT:CPUIRQSEL24.EV for details). Reading the bit returns its current state.

[25] SETPEND25 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 25 (See EVENT:CPUIRQSEL25.EV for details). Reading the bit returns its current state.

[26] SETPEND26 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 26 (See EVENT:CPUIRQSEL26.EV for details). Reading the bit returns its current state.

[27] SETPEND27 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 27 (See EVENT:CPUIRQSEL27.EV for details). Reading the bit returns its current state.

[28] SETPEND28 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 28 (See EVENT:CPUIRQSEL28.EV for details). Reading the bit returns its current state.

[29] SETPEND29 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 29 (See EVENT:CPUIRQSEL29.EV for details). Reading the bit returns its current state.

[30] SETPEND30 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 30 (See EVENT:CPUIRQSEL30.EV for details). Reading the bit returns its current state.

[31] SETPEND31 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 31 (See EVENT:CPUIRQSEL31.EV for details). Reading the bit returns its current state.

NVIC_ISPR1 @0x204 = 0xe000e204

reset=0x00000000

Irq 32 to 63 Set Pending This register is used to force interrupts into the pending state and determine which interrupts are currently pending.

012345678910111213141516171819202122232425262728293031
[0] SETPEND32 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 32 (See EVENT:CPUIRQSEL32.EV for details). Reading the bit returns its current state.

[1] SETPEND33 RW

Writing 0 to this bit has no effect, writing 1 to this bit pends the interrupt number 33 (See EVENT:CPUIRQSEL33.EV for details). Reading the bit returns its current state.

RESERVED2 @0x208 = 0xe000e208

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

NVIC_ICPR0 @0x280 = 0xe000e280

reset=0x00000000

Irq 0 to 31 Clear Pending This register is used to clear pending interrupts and determine which interrupts are currently pending.

012345678910111213141516171819202122232425262728293031
[0] CLRPEND0 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 0 (See EVENT:CPUIRQSEL0.EV for details). Reading the bit returns its current state.

[1] CLRPEND1 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 1 (See EVENT:CPUIRQSEL1.EV for details). Reading the bit returns its current state.

[2] CLRPEND2 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 2 (See EVENT:CPUIRQSEL2.EV for details). Reading the bit returns its current state.

[3] CLRPEND3 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 3 (See EVENT:CPUIRQSEL3.EV for details). Reading the bit returns its current state.

[4] CLRPEND4 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 4 (See EVENT:CPUIRQSEL4.EV for details). Reading the bit returns its current state.

[5] CLRPEND5 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 5 (See EVENT:CPUIRQSEL5.EV for details). Reading the bit returns its current state.

[6] CLRPEND6 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 6 (See EVENT:CPUIRQSEL6.EV for details). Reading the bit returns its current state.

[7] CLRPEND7 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 7 (See EVENT:CPUIRQSEL7.EV for details). Reading the bit returns its current state.

[8] CLRPEND8 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 8 (See EVENT:CPUIRQSEL8.EV for details). Reading the bit returns its current state.

[9] CLRPEND9 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 9 (See EVENT:CPUIRQSEL9.EV for details). Reading the bit returns its current state.

[10] CLRPEND10 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 10 (See EVENT:CPUIRQSEL10.EV for details). Reading the bit returns its current state.

[11] CLRPEND11 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 11 (See EVENT:CPUIRQSEL11.EV for details). Reading the bit returns its current state.

[12] CLRPEND12 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 12 (See EVENT:CPUIRQSEL12.EV for details). Reading the bit returns its current state.

[13] CLRPEND13 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 13 (See EVENT:CPUIRQSEL13.EV for details). Reading the bit returns its current state.

[14] CLRPEND14 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 14 (See EVENT:CPUIRQSEL14.EV for details). Reading the bit returns its current state.

[15] CLRPEND15 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 15 (See EVENT:CPUIRQSEL15.EV for details). Reading the bit returns its current state.

[16] CLRPEND16 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 16 (See EVENT:CPUIRQSEL16.EV for details). Reading the bit returns its current state.

[17] CLRPEND17 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 17 (See EVENT:CPUIRQSEL17.EV for details). Reading the bit returns its current state.

[18] CLRPEND18 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 18 (See EVENT:CPUIRQSEL18.EV for details). Reading the bit returns its current state.

[19] CLRPEND19 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 19 (See EVENT:CPUIRQSEL19.EV for details). Reading the bit returns its current state.

[20] CLRPEND20 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 20 (See EVENT:CPUIRQSEL20.EV for details). Reading the bit returns its current state.

[21] CLRPEND21 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 21 (See EVENT:CPUIRQSEL21.EV for details). Reading the bit returns its current state.

[22] CLRPEND22 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 22 (See EVENT:CPUIRQSEL22.EV for details). Reading the bit returns its current state.

[23] CLRPEND23 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 23 (See EVENT:CPUIRQSEL23.EV for details). Reading the bit returns its current state.

[24] CLRPEND24 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 24 (See EVENT:CPUIRQSEL24.EV for details). Reading the bit returns its current state.

[25] CLRPEND25 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 25 (See EVENT:CPUIRQSEL25.EV for details). Reading the bit returns its current state.

[26] CLRPEND26 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 26 (See EVENT:CPUIRQSEL26.EV for details). Reading the bit returns its current state.

[27] CLRPEND27 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 27 (See EVENT:CPUIRQSEL27.EV for details). Reading the bit returns its current state.

[28] CLRPEND28 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 28 (See EVENT:CPUIRQSEL28.EV for details). Reading the bit returns its current state.

[29] CLRPEND29 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 29 (See EVENT:CPUIRQSEL29.EV for details). Reading the bit returns its current state.

[30] CLRPEND30 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 30 (See EVENT:CPUIRQSEL30.EV for details). Reading the bit returns its current state.

[31] CLRPEND31 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 31 (See EVENT:CPUIRQSEL31.EV for details). Reading the bit returns its current state.

NVIC_ICPR1 @0x284 = 0xe000e284

reset=0x00000000

Irq 32 to 63 Clear Pending This register is used to clear pending interrupts and determine which interrupts are currently pending.

012345678910111213141516171819202122232425262728293031
[0] CLRPEND32 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 32 (See EVENT:CPUIRQSEL32.EV for details). Reading the bit returns its current state.

[1] CLRPEND33 RW

Writing 0 to this bit has no effect, writing 1 to this bit clears the corresponding pending interrupt 33 (See EVENT:CPUIRQSEL33.EV for details). Reading the bit returns its current state.

RESERVED3 @0x288 = 0xe000e288

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

NVIC_IABR0 @0x300 = 0xe000e300

reset=0x00000000

Irq 0 to 31 Active Bit This register is used to determine which interrupts are active. Each flag in the register corresponds to one interrupt.

012345678910111213141516171819202122232425262728293031
[0] ACTIVE0 R

Reading 0 from this bit implies that interrupt line 0 is not active. Reading 1 from this bit implies that the interrupt line 0 is active (See EVENT:CPUIRQSEL0.EV for details).

[1] ACTIVE1 R

Reading 0 from this bit implies that interrupt line 1 is not active. Reading 1 from this bit implies that the interrupt line 1 is active (See EVENT:CPUIRQSEL1.EV for details).

[2] ACTIVE2 R

Reading 0 from this bit implies that interrupt line 2 is not active. Reading 1 from this bit implies that the interrupt line 2 is active (See EVENT:CPUIRQSEL2.EV for details).

[3] ACTIVE3 R

Reading 0 from this bit implies that interrupt line 3 is not active. Reading 1 from this bit implies that the interrupt line 3 is active (See EVENT:CPUIRQSEL3.EV for details).

[4] ACTIVE4 R

Reading 0 from this bit implies that interrupt line 4 is not active. Reading 1 from this bit implies that the interrupt line 4 is active (See EVENT:CPUIRQSEL4.EV for details).

[5] ACTIVE5 R

Reading 0 from this bit implies that interrupt line 5 is not active. Reading 1 from this bit implies that the interrupt line 5 is active (See EVENT:CPUIRQSEL5.EV for details).

[6] ACTIVE6 R

Reading 0 from this bit implies that interrupt line 6 is not active. Reading 1 from this bit implies that the interrupt line 6 is active (See EVENT:CPUIRQSEL6.EV for details).

[7] ACTIVE7 R

Reading 0 from this bit implies that interrupt line 7 is not active. Reading 1 from this bit implies that the interrupt line 7 is active (See EVENT:CPUIRQSEL7.EV for details).

[8] ACTIVE8 R

Reading 0 from this bit implies that interrupt line 8 is not active. Reading 1 from this bit implies that the interrupt line 8 is active (See EVENT:CPUIRQSEL8.EV for details).

[9] ACTIVE9 R

Reading 0 from this bit implies that interrupt line 9 is not active. Reading 1 from this bit implies that the interrupt line 9 is active (See EVENT:CPUIRQSEL9.EV for details).

[10] ACTIVE10 R

Reading 0 from this bit implies that interrupt line 10 is not active. Reading 1 from this bit implies that the interrupt line 10 is active (See EVENT:CPUIRQSEL10.EV for details).

[11] ACTIVE11 R

Reading 0 from this bit implies that interrupt line 11 is not active. Reading 1 from this bit implies that the interrupt line 11 is active (See EVENT:CPUIRQSEL11.EV for details).

[12] ACTIVE12 R

Reading 0 from this bit implies that interrupt line 12 is not active. Reading 1 from this bit implies that the interrupt line 12 is active (See EVENT:CPUIRQSEL12.EV for details).

[13] ACTIVE13 R

Reading 0 from this bit implies that interrupt line 13 is not active. Reading 1 from this bit implies that the interrupt line 13 is active (See EVENT:CPUIRQSEL13.EV for details).

[14] ACTIVE14 R

Reading 0 from this bit implies that interrupt line 14 is not active. Reading 1 from this bit implies that the interrupt line 14 is active (See EVENT:CPUIRQSEL14.EV for details).

[15] ACTIVE15 R

Reading 0 from this bit implies that interrupt line 15 is not active. Reading 1 from this bit implies that the interrupt line 15 is active (See EVENT:CPUIRQSEL15.EV for details).

[16] ACTIVE16 R

Reading 0 from this bit implies that interrupt line 16 is not active. Reading 1 from this bit implies that the interrupt line 16 is active (See EVENT:CPUIRQSEL16.EV for details).

[17] ACTIVE17 R

Reading 0 from this bit implies that interrupt line 17 is not active. Reading 1 from this bit implies that the interrupt line 17 is active (See EVENT:CPUIRQSEL17.EV for details).

[18] ACTIVE18 R

Reading 0 from this bit implies that interrupt line 18 is not active. Reading 1 from this bit implies that the interrupt line 18 is active (See EVENT:CPUIRQSEL18.EV for details).

[19] ACTIVE19 R

Reading 0 from this bit implies that interrupt line 19 is not active. Reading 1 from this bit implies that the interrupt line 19 is active (See EVENT:CPUIRQSEL19.EV for details).

[20] ACTIVE20 R

Reading 0 from this bit implies that interrupt line 20 is not active. Reading 1 from this bit implies that the interrupt line 20 is active (See EVENT:CPUIRQSEL20.EV for details).

[21] ACTIVE21 R

Reading 0 from this bit implies that interrupt line 21 is not active. Reading 1 from this bit implies that the interrupt line 21 is active (See EVENT:CPUIRQSEL21.EV for details).

[22] ACTIVE22 R

Reading 0 from this bit implies that interrupt line 22 is not active. Reading 1 from this bit implies that the interrupt line 22 is active (See EVENT:CPUIRQSEL22.EV for details).

[23] ACTIVE23 R

Reading 0 from this bit implies that interrupt line 23 is not active. Reading 1 from this bit implies that the interrupt line 23 is active (See EVENT:CPUIRQSEL23.EV for details).

[24] ACTIVE24 R

Reading 0 from this bit implies that interrupt line 24 is not active. Reading 1 from this bit implies that the interrupt line 24 is active (See EVENT:CPUIRQSEL24.EV for details).

[25] ACTIVE25 R

Reading 0 from this bit implies that interrupt line 25 is not active. Reading 1 from this bit implies that the interrupt line 25 is active (See EVENT:CPUIRQSEL25.EV for details).

[26] ACTIVE26 R

Reading 0 from this bit implies that interrupt line 26 is not active. Reading 1 from this bit implies that the interrupt line 26 is active (See EVENT:CPUIRQSEL26.EV for details).

[27] ACTIVE27 R

Reading 0 from this bit implies that interrupt line 27 is not active. Reading 1 from this bit implies that the interrupt line 27 is active (See EVENT:CPUIRQSEL27.EV for details).

[28] ACTIVE28 R

Reading 0 from this bit implies that interrupt line 28 is not active. Reading 1 from this bit implies that the interrupt line 28 is active (See EVENT:CPUIRQSEL28.EV for details).

[29] ACTIVE29 R

Reading 0 from this bit implies that interrupt line 29 is not active. Reading 1 from this bit implies that the interrupt line 29 is active (See EVENT:CPUIRQSEL29.EV for details).

[30] ACTIVE30 R

Reading 0 from this bit implies that interrupt line 30 is not active. Reading 1 from this bit implies that the interrupt line 30 is active (See EVENT:CPUIRQSEL30.EV for details).

[31] ACTIVE31 R

Reading 0 from this bit implies that interrupt line 31 is not active. Reading 1 from this bit implies that the interrupt line 31 is active (See EVENT:CPUIRQSEL31.EV for details).

NVIC_IABR1 @0x304 = 0xe000e304

reset=0x00000000

Irq 32 to 63 Active Bit This register is used to determine which interrupts are active. Each flag in the register corresponds to one interrupt.

012345678910111213141516171819202122232425262728293031
[0] ACTIVE32 R

Reading 0 from this bit implies that interrupt line 32 is not active. Reading 1 from this bit implies that the interrupt line 32 is active (See EVENT:CPUIRQSEL32.EV for details).

[1] ACTIVE33 R

Reading 0 from this bit implies that interrupt line 33 is not active. Reading 1 from this bit implies that the interrupt line 33 is active (See EVENT:CPUIRQSEL33.EV for details).

RESERVED4 @0x308 = 0xe000e308

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

NVIC_IPR0 @0x400 = 0xe000e400

reset=0x00000000

Irq 0 to 3 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_0 RW

Priority of interrupt 0 (See EVENT:CPUIRQSEL0.EV for details).

[8..=15] PRI_1 RW

Priority of interrupt 1 (See EVENT:CPUIRQSEL1.EV for details).

[16..=23] PRI_2 RW

Priority of interrupt 2 (See EVENT:CPUIRQSEL2.EV for details).

[24..=31] PRI_3 RW

Priority of interrupt 3 (See EVENT:CPUIRQSEL3.EV for details).

NVIC_IPR1 @0x404 = 0xe000e404

reset=0x00000000

Irq 4 to 7 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_4 RW

Priority of interrupt 4 (See EVENT:CPUIRQSEL4.EV for details).

[8..=15] PRI_5 RW

Priority of interrupt 5 (See EVENT:CPUIRQSEL5.EV for details).

[16..=23] PRI_6 RW

Priority of interrupt 6 (See EVENT:CPUIRQSEL6.EV for details).

[24..=31] PRI_7 RW

Priority of interrupt 7 (See EVENT:CPUIRQSEL7.EV for details).

NVIC_IPR2 @0x408 = 0xe000e408

reset=0x00000000

Irq 8 to 11 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_8 RW

Priority of interrupt 8 (See EVENT:CPUIRQSEL8.EV for details).

[8..=15] PRI_9 RW

Priority of interrupt 9 (See EVENT:CPUIRQSEL9.EV for details).

[16..=23] PRI_10 RW

Priority of interrupt 10 (See EVENT:CPUIRQSEL10.EV for details).

[24..=31] PRI_11 RW

Priority of interrupt 11 (See EVENT:CPUIRQSEL11.EV for details).

NVIC_IPR3 @0x40c = 0xe000e40c

reset=0x00000000

Irq 12 to 15 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_12 RW

Priority of interrupt 12 (See EVENT:CPUIRQSEL12.EV for details).

[8..=15] PRI_13 RW

Priority of interrupt 13 (See EVENT:CPUIRQSEL13.EV for details).

[16..=23] PRI_14 RW

Priority of interrupt 14 (See EVENT:CPUIRQSEL14.EV for details).

[24..=31] PRI_15 RW

Priority of interrupt 15 (See EVENT:CPUIRQSEL15.EV for details).

NVIC_IPR4 @0x410 = 0xe000e410

reset=0x00000000

Irq 16 to 19 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_16 RW

Priority of interrupt 16 (See EVENT:CPUIRQSEL16.EV for details).

[8..=15] PRI_17 RW

Priority of interrupt 17 (See EVENT:CPUIRQSEL17.EV for details).

[16..=23] PRI_18 RW

Priority of interrupt 18 (See EVENT:CPUIRQSEL18.EV for details).

[24..=31] PRI_19 RW

Priority of interrupt 19 (See EVENT:CPUIRQSEL19.EV for details).

NVIC_IPR5 @0x414 = 0xe000e414

reset=0x00000000

Irq 20 to 23 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_20 RW

Priority of interrupt 20 (See EVENT:CPUIRQSEL20.EV for details).

[8..=15] PRI_21 RW

Priority of interrupt 21 (See EVENT:CPUIRQSEL21.EV for details).

[16..=23] PRI_22 RW

Priority of interrupt 22 (See EVENT:CPUIRQSEL22.EV for details).

[24..=31] PRI_23 RW

Priority of interrupt 23 (See EVENT:CPUIRQSEL23.EV for details).

NVIC_IPR6 @0x418 = 0xe000e418

reset=0x00000000

Irq 24 to 27 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_24 RW

Priority of interrupt 24 (See EVENT:CPUIRQSEL24.EV for details).

[8..=15] PRI_25 RW

Priority of interrupt 25 (See EVENT:CPUIRQSEL25.EV for details).

[16..=23] PRI_26 RW

Priority of interrupt 26 (See EVENT:CPUIRQSEL26.EV for details).

[24..=31] PRI_27 RW

Priority of interrupt 27 (See EVENT:CPUIRQSEL27.EV for details).

NVIC_IPR7 @0x41c = 0xe000e41c

reset=0x00000000

Irq 28 to 31 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_28 RW

Priority of interrupt 28 (See EVENT:CPUIRQSEL28.EV for details).

[8..=15] PRI_29 RW

Priority of interrupt 29 (See EVENT:CPUIRQSEL29.EV for details).

[16..=23] PRI_30 RW

Priority of interrupt 30 (See EVENT:CPUIRQSEL30.EV for details).

[24..=31] PRI_31 RW

Priority of interrupt 31 (See EVENT:CPUIRQSEL31.EV for details).

NVIC_IPR8 @0x420 = 0xe000e420

reset=0x00000000

Irq 32 to 35 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_32 RW

Priority of interrupt 32 (See EVENT:CPUIRQSEL32.EV for details).

[8..=15] PRI_33 RW

Priority of interrupt 33 (See EVENT:CPUIRQSEL33.EV for details).

RESERVED5 @0x424 = 0xe000e424

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

CPUID @0xd00 = 0xe000ed00

reset=0x00000000

CPUID Base This register determines the ID number of the processor core, the version number of the processor core and the implementation details of the processor core.

012345678910111213141516171819202122232425262728293031
[0..=3] REVISION R

Implementation defined revision number.

[4..=15] PARTNO R

Number of processor within family.

[16..=19] CONSTANT R

Reads as 0xF

[20..=23] VARIANT R

Implementation defined variant number.

[24..=31] IMPLEMENTER R

Implementor code.

ICSR @0xd04 = 0xe000ed04

reset=0x00000000

Interrupt Control State This register is used to set a pending Non-Maskable Interrupt (NMI), set or clear a pending SVC, set or clear a pending SysTick, check for pending exceptions, check the vector number of the highest priority pended exception, and check the vector number of the active exception.

012345678910111213141516171819202122232425262728293031
[0..=8] VECTACTIVE R

Active ISR number field. Reset clears this field.

[11] RETTOBASE R

Indicates whether there are preempted active exceptions: 0: There are preempted active exceptions to execute 1: There are no active exceptions, or the currently-executing exception is the only active exception.

[12..=17] VECTPENDING R

Pending ISR number field. This field contains the interrupt number of the highest priority pending ISR.

[22] ISRPENDING R

Interrupt pending flag. Excludes NMI and faults. 0x0: Interrupt not pending 0x1: Interrupt pending

[23] ISRPREEMPT R

This field can only be used at debug time. It indicates that a pending interrupt is to be taken in the next running cycle. If DHCSR.C_MASKINTS= 0, the interrupt is serviced. 0: A pending exception is not serviced. 1: A pending exception is serviced on exit from the debug halt state

[25] PENDSTCLR W

Clear pending SysTick bit 0: No action 1: Clear pending SysTick

[26] PENDSTSET RW

Set a pending SysTick bit. 0: No action 1: Set pending SysTick

[27] PENDSVCLR W

Clear pending pendSV bit 0: No action 1: Clear pending pendSV

[28] PENDSVSET RW

Set pending pendSV bit. 0: No action 1: Set pending PendSV

[31] NMIPENDSET RW

Set pending NMI bit. Setting this bit pends and activates an NMI. Because NMI is the highest-priority interrupt, it takes effect as soon as it registers. 0: No action 1: Set pending NMI

VTOR @0xd08 = 0xe000ed08

reset=0x00000000

Vector Table Offset This register is used to relocated the vector table base address. The vector table base offset determines the offset from the bottom of the memory map. The two most significant bits and the seven least significant bits of the vector table base offset must be 0. The portion of vector table base offset that is allowed to change is TBLOFF.

012345678910111213141516171819202122232425262728293031
[7..=29] TBLOFF RW

Bits 29 down to 7 of the vector table base offset.

AIRCR @0xd0c = 0xe000ed0c

reset=0x00000000

Application Interrupt/Reset Control This register is used to determine data endianness, clear all active state information for debug or to recover from a hard failure, execute a system reset, alter the priority grouping position (binary point).

012345678910111213141516171819202122232425262728293031
[0] VECTRESET W

System Reset bit. Resets the system, with the exception of debug components. This bit is reserved for debug use and can be written to 1 only when the core is halted. The bit self-clears. Writing this bit to 1 while core is not halted may result in unpredictable behavior.

[1] VECTCLRACTIVE W

Clears all active state information for active NMI, fault, and interrupts. It is the responsibility of the application to reinitialize the stack. This bit is for returning to a known state during debug. The bit self-clears. IPSR is not cleared by this operation. So, if used by an application, it must only be used at the base level of activation, or within a system handler whose active bit can be set.

[2] SYSRESETREQ W

Requests a warm reset. Setting this bit does not prevent Halting Debug from running.

[8..=10] PRIGROUP RW

Interrupt priority grouping field. This field is a binary point position indicator for creating subpriorities for exceptions that share the same pre-emption level. It divides the PRI_n field in the Interrupt Priority Registers (NVIC_IPR0, NVIC_IPR1,..., and NVIC_IPR8) into a pre-emption level and a subpriority level. The binary point is a left-of value. This means that the PRIGROUP value represents a point starting at the left of the Least Significant Bit (LSB). The lowest value might not be 0 depending on the number of bits allocated for priorities, and implementation choices.

[15] ENDIANESS R

Data endianness bit

Possible values:

NameValuedefault
BIG 1
LITTLE 0
[16..=31] VECTKEY RW

Register key. Writing to this register (AIRCR) requires 0x05FA in VECTKEY. Otherwise the write value is ignored. Read always returns 0xFA05.

SCR @0xd10 = 0xe000ed10

reset=0x00000000

System Control This register is used for power-management functions, i.e., signaling to the system when the processor can enter a low power state, controlling how the processor enters and exits low power states.

012345678910111213141516171819202122232425262728293031
[1] SLEEPONEXIT RW

Sleep on exit when returning from Handler mode to Thread mode. Enables interrupt driven applications to avoid returning to empty main application. 0: Do not sleep when returning to thread mode 1: Sleep on ISR exit

[2] SLEEPDEEP RW

Controls whether the processor uses sleep or deep sleep as its low power mode

Possible values:

NameValuedefault
DEEPSLEEP 1
SLEEP 0
[4] SEVONPEND RW

Send Event on Pending bit: 0: Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded 1: Enabled events and all interrupts, including disabled interrupts, can wakeup the processor. When an event or interrupt enters pending state, the event signal wakes up the processor from WFE. If the processor is not waiting for an event, the event is registered and affects the next WFE. The processor also wakes up on execution of an SEV instruction.

CCR @0xd14 = 0xe000ed14

reset=0x00000000

Configuration Control This register is used to enable NMI, HardFault and FAULTMASK to ignore bus fault, trap divide by zero and unaligned accesses, enable user access to the Software Trigger Interrupt Register (STIR), control entry to Thread Mode.

012345678910111213141516171819202122232425262728293031
[0] NONBASETHREDENA RW

Indicates how the processor enters Thread mode: 0: Processor can enter Thread mode only when no exception is active. 1: Processor can enter Thread mode from any level using the appropriate return value (EXC_RETURN). Exception returns occur when one of the following instructions loads a value of 0xFXXXXXXX into the PC while in Handler mode: - POP/LDM which includes loading the PC. - LDR with PC as a destination. - BX with any register. The value written to the PC is intercepted and is referred to as the EXC_RETURN value.

[1] USERSETMPEND RW

Enables unprivileged software access to STIR: 0: User code is not allowed to write to the Software Trigger Interrupt register (STIR). 1: User code can write the Software Trigger Interrupt register (STIR) to trigger (pend) a Main exception, which is associated with the Main stack pointer.

[3] UNALIGN_TRP RW

Enables unaligned access traps: 0: Do not trap unaligned halfword and word accesses 1: Trap unaligned halfword and word accesses. The relevant Usage Fault Status Register bit is CFSR.UNALIGNED. If this bit is set to 1, an unaligned access generates a UsageFault. Unaligned LDM, STM, LDRD, and STRD instructions always fault regardless of the value in UNALIGN_TRP.

[4] DIV_0_TRP RW

Enables faulting or halting when the processor executes an SDIV or UDIV instruction with a divisor of 0: 0: Do not trap divide by 0. In this mode, a divide by zero returns a quotient of 0. 1: Trap divide by 0. The relevant Usage Fault Status Register bit is CFSR.DIVBYZERO.

[8] BFHFNMIGN RW

Enables handlers with priority -1 or -2 to ignore data BusFaults caused by load and store instructions. This applies to the HardFault, NMI, and FAULTMASK escalated handlers: 0: Data BusFaults caused by load and store instructions cause a lock-up 1: Data BusFaults caused by load and store instructions are ignored. Set this bit to 1 only when the handler and its data are in absolutely safe memory. The normal use of this bit is to probe system devices and bridges to detect problems.

[9] STKALIGN RW

Stack alignment bit. 0: Only 4-byte alignment is guaranteed for the SP used prior to the exception on exception entry. 1: On exception entry, the SP used prior to the exception is adjusted to be 8-byte aligned and the context to restore it is saved. The SP is restored on the associated exception return.

SHPR1 @0xd18 = 0xe000ed18

reset=0x00000000

System Handlers 4-7 Priority This register is used to prioritize the following system handlers: Memory manage, Bus fault, and Usage fault. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_4 RW

Priority of system handler 4: MemManage

[8..=15] PRI_5 RW

Priority of system handler 5: BusFault

[16..=23] PRI_6 RW

Priority of system handler 6. UsageFault

SHPR2 @0xd1c = 0xe000ed1c

reset=0x00000000

System Handlers 8-11 Priority This register is used to prioritize the SVC handler. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

012345678910111213141516171819202122232425262728293031
[24..=31] PRI_11 RW

Priority of system handler 11. SVCall

SHPR3 @0xd20 = 0xe000ed20

reset=0x00000000

System Handlers 12-15 Priority This register is used to prioritize the following system handlers: SysTick, PendSV and Debug Monitor. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

012345678910111213141516171819202122232425262728293031
[0..=7] PRI_12 RW

Priority of system handler 12. Debug Monitor

[16..=23] PRI_14 RW

Priority of system handler 14. Pend SV

[24..=31] PRI_15 RW

Priority of system handler 15. SysTick exception

SHCSR @0xd24 = 0xe000ed24

reset=0x00000000

System Handler Control and State This register is used to enable or disable the system handlers, determine the pending status of bus fault, mem manage fault, and SVC, determine the active status of the system handlers. If a fault condition occurs while its fault handler is disabled, the fault escalates to a Hard Fault.

012345678910111213141516171819202122232425262728293031
[0] MEMFAULTACT R

MemManage exception active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[1] BUSFAULTACT R

BusFault exception active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[3] USGFAULTACT R

UsageFault exception active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[7] SVCALLACT R

SVCall active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[8] MONITORACT R

Debug monitor active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[10] PENDSVACT R

PendSV active 0x0: Not active 0x1: Active

[11] SYSTICKACT R

SysTick active flag. 0x0: Not active 0x1: Active

Possible values:

NameValuedefault
ACTIVE 1
NOTACTIVE 0
[12] USGFAULTPENDED R

Usage fault pending

Possible values:

NameValuedefault
PENDING 1
NOTPENDING 0
[13] MEMFAULTPENDED R

MemManage exception pending

Possible values:

NameValuedefault
PENDING 1
NOTPENDING 0
[14] BUSFAULTPENDED R

BusFault pending

Possible values:

NameValuedefault
PENDING 1
NOTPENDING 0
[15] SVCALLPENDED R

SVCall pending

Possible values:

NameValuedefault
PENDING 1
NOTPENDING 0
[16] MEMFAULTENA RW

MemManage fault system handler enable

Possible values:

NameValuedefault
EN 1
DIS 0
[17] BUSFAULTENA RW

Bus fault system handler enable

Possible values:

NameValuedefault
EN 1
DIS 0
[18] USGFAULTENA RW

Usage fault system handler enable

Possible values:

NameValuedefault
EN 1
DIS 0

CFSR @0xd28 = 0xe000ed28

reset=0x00000000

Configurable Fault Status This register is used to obtain information about local faults. These registers include three subsections: The first byte is Memory Manage Fault Status Register (MMFSR). The second byte is Bus Fault Status Register (BFSR). The higher half-word is Usage Fault Status Register (UFSR). The flags in these registers indicate the causes of local faults. Multiple flags can be set if more than one fault occurs. These register are read/write-clear. This means that they can be read normally, but writing a 1 to any bit clears that bit. The CFSR is byte accessible. CFSR or its subregisters can be accessed as follows: The following accesses are possible to the CFSR register: - access the complete register with a word access to 0xE000ED28. - access the MMFSR with a byte access to 0xE000ED28 - access the MMFSR and BFSR with a halfword access to 0xE000ED28 - access the BFSR with a byte access to 0xE000ED29 - access the UFSR with a halfword access to 0xE000ED2A.

012345678910111213141516171819202122232425262728293031
[0] IACCVIOL RW

Instruction access violation flag. Attempting to fetch an instruction from a location that does not permit execution sets this flag. This occurs on any access to an XN region, even when the MPU is disabled or not present. The return PC points to the faulting instruction. MMFAR is not written.

[1] DACCVIOL RW

Data access violation flag. Attempting to load or store at a location that does not permit the operation sets this flag. The return PC points to the faulting instruction. This error loads MMFAR with the address of the attempted access.

[3] MUNSTKERR RW

Unstack from exception return has caused one or more access violations. This is chained to the handler, so that the original return stack is still present. SP is not adjusted from failing return and new save is not performed. MMFAR is not written.

[4] MSTKERR RW

Stacking from exception has caused one or more access violations. The SP is still adjusted and the values in the context area on the stack might be incorrect. MMFAR is not written.

[7] MMARVALID RW

Memory Manage Address Register (MMFAR) address valid flag. A later-arriving fault, such as a bus fault, can clear a memory manage fault.. If a MemManage fault occurs that is escalated to a Hard Fault because of priority, the Hard Fault handler must clear this bit. This prevents problems on return to a stacked active MemManage handler whose MMFAR value has been overwritten.

[8] IBUSERR RW

Instruction bus error flag. This flag is set by a prefetch error. The fault stops on the instruction, so if the error occurs under a branch shadow, no fault occurs. BFAR is not written.

[9] PRECISERR RW

Precise data bus error return.

[10] IMPRECISERR RW

Imprecise data bus error. It is a BusFault, but the Return PC is not related to the causing instruction. This is not a synchronous fault. So, if detected when the priority of the current activation is higher than the Bus Fault, it only pends. Bus fault activates when returning to a lower priority activation. If a precise fault occurs before returning to a lower priority exception, the handler detects both IMPRECISERR set and one of the precise fault status bits set at the same time. BFAR is not written.

[11] UNSTKERR RW

Unstack from exception return has caused one or more bus faults. This is chained to the handler, so that the original return stack is still present. SP is not adjusted from failing return and new save is not performed. BFAR is not written.

[12] STKERR RW

Stacking from exception has caused one or more bus faults. The SP is still adjusted and the values in the context area on the stack might be incorrect. BFAR is not written.

[15] BFARVALID RW

This bit is set if the Bus Fault Address Register (BFAR) contains a valid address. This is true after a bus fault where the address is known. Other faults can clear this bit, such as a Mem Manage fault occurring later. If a Bus fault occurs that is escalated to a Hard Fault because of priority, the Hard Fault handler must clear this bit. This prevents problems if returning to a stacked active Bus fault handler whose BFAR value has been overwritten.

[16] UNDEFINSTR RW

This bit is set when the processor attempts to execute an undefined instruction. This is an instruction that the processor cannot decode. The return PC points to the undefined instruction.

[17] INVSTATE RW

Indicates an attempt to execute in an invalid EPSR state (e.g. after a BX type instruction has changed state). This includes state change after entry to or return from exception, as well as from inter-working instructions. Return PC points to faulting instruction, with the invalid state.

[18] INVPC RW

Attempt to load EXC_RETURN into PC illegally. Invalid instruction, invalid context, invalid value. The return PC points to the instruction that tried to set the PC.

[19] NOCP RW

Attempt to use a coprocessor instruction. The processor does not support coprocessor instructions.

[24] UNALIGNED RW

When CCR.UNALIGN_TRP is enabled, and there is an attempt to make an unaligned memory access, then this fault occurs. Unaligned LDM/STM/LDRD/STRD instructions always fault irrespective of the setting of CCR.UNALIGN_TRP.

[25] DIVBYZERO RW

When CCR.DIV_0_TRP (see Configuration Control Register on page 8-26) is enabled and an SDIV or UDIV instruction is used with a divisor of 0, this fault occurs The instruction is executed and the return PC points to it. If CCR.DIV_0_TRP is not set, then the divide returns a quotient of 0.

HFSR @0xd2c = 0xe000ed2c

reset=0x00000000

Hard Fault Status This register is used to obtain information about events that activate the Hard Fault handler. This register is a write-clear register. This means that writing a 1 to a bit clears that bit.

012345678910111213141516171819202122232425262728293031
[1] VECTTBL RW

This bit is set if there is a fault because of vector table read on exception processing (Bus Fault). This case is always a Hard Fault. The return PC points to the pre-empted instruction.

[30] FORCED RW

Hard Fault activated because a Configurable Fault was received and cannot activate because of priority or because the Configurable Fault is disabled. The Hard Fault handler then has to read the other fault status registers to determine cause.

[31] DEBUGEVT RW

This bit is set if there is a fault related to debug. This is only possible when halting debug is not enabled. For monitor enabled debug, it only happens for BKPT when the current priority is higher than the monitor. When both halting and monitor debug are disabled, it only happens for debug events that are not ignored (minimally, BKPT). The Debug Fault Status Register is updated.

DFSR @0xd30 = 0xe000ed30

reset=0x00000000

Debug Fault Status This register is used to monitor external debug requests, vector catches, data watchpoint match, BKPT instruction execution, halt requests. Multiple flags in the Debug Fault Status Register can be set when multiple fault conditions occur. The register is read/write clear. This means that it can be read normally. Writing a 1 to a bit clears that bit. Note that these bits are not set unless the event is caught. This means that it causes a stop of some sort. If halting debug is enabled, these events stop the processor into debug. If debug is disabled and the debug monitor is enabled, then this becomes a debug monitor handler call, if priority permits. If debug and the monitor are both disabled, some of these events are Hard Faults, and some are ignored.

012345678910111213141516171819202122232425262728293031
[0] HALTED RW

Halt request flag. The processor is halted on the next instruction. 0x0: No halt request 0x1: Halt requested by NVIC, including step

[1] BKPT RW

BKPT flag. The BKPT flag is set by a BKPT instruction in flash patch code, and also by normal code. Return PC points to breakpoint containing instruction. 0x0: No BKPT instruction execution 0x1: BKPT instruction execution

[2] DWTTRAP RW

Data Watchpoint and Trace (DWT) flag. The processor stops at the current instruction or at the next instruction. 0x0: No DWT match 0x1: DWT match

[3] VCATCH RW

Vector catch flag. When this flag is set, a flag in one of the local fault status registers is also set to indicate the type of fault. 0x0: No vector catch occurred 0x1: Vector catch occurred

[4] EXTERNAL RW

External debug request flag. The processor stops on next instruction boundary. 0x0: External debug request signal not asserted 0x1: External debug request signal asserted

MMFAR @0xd34 = 0xe000ed34

reset=0x00000000

Mem Manage Fault Address This register is used to read the address of the location that caused a Memory Manage Fault.

012345678910111213141516171819202122232425262728293031
[0..=31] ADDRESS RW

Mem Manage fault address field. This field is the data address of a faulted load or store attempt. When an unaligned access faults, the address is the actual address that faulted. Because an access can be split into multiple parts, each aligned, this address can be any offset in the range of the requested size. Flags CFSR.IACCVIOL, CFSR.DACCVIOL ,CFSR.MUNSTKERR and CFSR.MSTKERR in combination with CFSR.MMARVALIDindicate the cause of the fault.

BFAR @0xd38 = 0xe000ed38

reset=0x00000000

Bus Fault Address This register is used to read the address of the location that generated a Bus Fault.

012345678910111213141516171819202122232425262728293031
[0..=31] ADDRESS RW

Bus fault address field. This field is the data address of a faulted load or store attempt. When an unaligned access faults, the address is the address requested by the instruction, even if that is not the address that faulted. Flags CFSR.IBUSERR, CFSR.PRECISERR, CFSR.IMPRECISERR, CFSR.UNSTKERR and CFSR.STKERR in combination with CFSR.BFARVALID indicate the cause of the fault.

AFSR @0xd3c = 0xe000ed3c

reset=0x00000000

Auxiliary Fault Status This register is used to determine additional system fault information to software. Single-cycle high level on an auxiliary faults is latched as one. The bit can only be cleared by writing a one to the corresponding bit. Auxiliary fault inputs to the CPU are tied to 0.

012345678910111213141516171819202122232425262728293031
[0..=31] IMPDEF RW

Implementation defined. The bits map directly onto the signal assignment to the auxiliary fault inputs. Tied to 0

ID_PFR0 @0xd40 = 0xe000ed40

reset=0x00000000

Processor Feature 0

012345678910111213141516171819202122232425262728293031
[0..=3] STATE0 R

State0 (T-bit == 0) 0x0: No ARM encoding 0x1: N/A

[4..=7] STATE1 R

State1 (T-bit == 1) 0x0: N/A 0x1: N/A 0x2: Thumb-2 encoding with the 16-bit basic instructions plus 32-bit Buncond/BL but no other 32-bit basic instructions (Note non-basic 32-bit instructions can be added using the appropriate instruction attribute, but other 32-bit basic instructions cannot.) 0x3: Thumb-2 encoding with all Thumb-2 basic instructions

ID_PFR1 @0xd44 = 0xe000ed44

reset=0x00000000

Processor Feature 1

012345678910111213141516171819202122232425262728293031
[8..=11] MICROCONTROLLER_PROGRAMMERS_MODEL R

Microcontroller programmer's model 0x0: Not supported 0x2: Two-stack support

ID_DFR0 @0xd48 = 0xe000ed48

reset=0x00000000

Debug Feature 0 This register provides a high level view of the debug system. Further details are provided in the debug infrastructure itself.

012345678910111213141516171819202122232425262728293031
[20..=23] MICROCONTROLLER_DEBUG_MODEL R

Microcontroller Debug Model - memory mapped 0x0: Not supported 0x1: Microcontroller debug v1 (ITMv1 and DWTv1)

ID_AFR0 @0xd4c = 0xe000ed4c

reset=0x00000000

Auxiliary Feature 0 This register provides some freedom for implementation defined features to be registered. Not used in Cortex-M.

ID_MMFR0 @0xd50 = 0xe000ed50

reset=0x00000000

Memory Model Feature 0 General information on the memory model and memory management support.

ID_MMFR1 @0xd54 = 0xe000ed54

reset=0x00000000

Memory Model Feature 1 General information on the memory model and memory management support.

ID_MMFR2 @0xd58 = 0xe000ed58

reset=0x00000000

Memory Model Feature 2 General information on the memory model and memory management support.

012345678910111213141516171819202122232425262728293031
[24] WAIT_FOR_INTERRUPT_STALLING R

wait for interrupt stalling 0x0: Not supported 0x1: Wait for interrupt supported

ID_MMFR3 @0xd5c = 0xe000ed5c

reset=0x00000000

Memory Model Feature 3 General information on the memory model and memory management support.

ID_ISAR0 @0xd60 = 0xe000ed60

reset=0x00000000

ISA Feature 0 Information on the instruction set attributes register

ID_ISAR1 @0xd64 = 0xe000ed64

reset=0x00000000

ISA Feature 1 Information on the instruction set attributes register

ID_ISAR2 @0xd68 = 0xe000ed68

reset=0x00000000

ISA Feature 2 Information on the instruction set attributes register

ID_ISAR3 @0xd6c = 0xe000ed6c

reset=0x00000000

ISA Feature 3 Information on the instruction set attributes register

ID_ISAR4 @0xd70 = 0xe000ed70

reset=0x00000000

ISA Feature 4 Information on the instruction set attributes register

CPACR @0xd88 = 0xe000ed88

reset=0x00000000

Coprocessor Access Control This register specifies the access privileges for coprocessors.

RESERVED6 @0xd90 = 0xe000ed90

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

DHCSR @0xdf0 = 0xe000edf0

reset=0x00000000

Debug Halting Control and Status The purpose of this register is to provide status information about the state of the processor, enable core debug, halt and step the processor. For writes, 0xA05F must be written to higher half-word of this register, otherwise the write operation is ignored and no bits are written into the register. If not enabled for Halting mode, C_DEBUGEN = 1, all other fields are disabled. This register is not reset on a core reset. It is reset by a power-on reset. However, C_HALT always clears on a core reset. To halt on a reset, the following bits must be enabled: DEMCR.VC_CORERESET and C_DEBUGEN. Note that writes to this register in any size other than word are unpredictable. It is acceptable to read in any size, and it can be used to avoid or intentionally change a sticky bit. Behavior of the system when writing to this register while CPU is halted (i.e. C_DEBUGEN = 1 and S_HALT= 1): C_HALT=0, C_STEP=0, C_MASKINTS=0 Exit Debug state and start instruction execution. Exceptions activate according to the exception configuration rules. C_HALT=0, C_STEP=0, C_MASKINTS=1 Exit Debug state and start instruction execution. PendSV, SysTick and external configurable interrupts are disabled, otherwise exceptions activate according to standard configuration rules. C_HALT=0, C_STEP=1, C_MASKINTS=0 Exit Debug state, step an instruction and halt. Exceptions activate according to the exception configuration rules. C_HALT=0, C_STEP=1, C_MASKINTS=1 Exit Debug state, step an instruction and halt. PendSV, SysTick and external configurable interrupts are disabled, otherwise exceptions activate according to standard configuration rules. C_HALT=1, C_STEP=x, C_MASKINTS=x Remain in Debug state

012345678910111213141516171819202122232425262728293031
[0] C_DEBUGEN RW

Enables debug. This can only be written by AHB-AP and not by the core. It is ignored when written by the core, which cannot set or clear it. The core must write a 1 to it when writing C_HALT to halt itself. The values of C_HALT, C_STEP and C_MASKINTS are ignored by hardware when C_DEBUGEN = 0. The read values for C_HALT, C_STEP and C_MASKINTS fields will be unknown to software when C_DEBUGEN = 0.

[1] C_HALT RW

Halts the core. This bit is set automatically when the core Halts. For example Breakpoint. This bit clears on core reset.

[2] C_STEP RW

Steps the core in halted debug. When C_DEBUGEN = 0, this bit has no effect. Must only be modified when the processor is halted (S_HALT == 1). Modifying C_STEP while the system is running with halting debug support enabled (C_DEBUGEN = 1, S_HALT = 0) may cause unpredictable behavior.

[3] C_MASKINTS RW

Mask interrupts when stepping or running in halted debug. This masking does not affect NMI, fault exceptions and SVC caused by execution of the instructions. This bit must only be modified when the processor is halted (S_HALT == 1). C_MASKINTS must be set or cleared before halt is released (i.e., the writes to set or clear C_MASKINTS and to set or clear C_HALT must be separate). Modifying C_MASKINTS while the system is running with halting debug support enabled (C_DEBUGEN = 1, S_HALT = 0) may cause unpredictable behavior.

[5] C_SNAPSTALL RW

If the core is stalled on a load/store operation the stall ceases and the instruction is forced to complete. This enables Halting debug to gain control of the core. It can only be set if: C_DEBUGEN = 1 and C_HALT = 1. The core reads S_RETIRE_ST as 0. This indicates that no instruction has advanced. This prevents misuse. The bus state is Unpredictable when this is used. S_RETIRE_ST can detect core stalls on load/store operations.

[16] S_REGRDY RW

Register Read/Write on the Debug Core Register Selector register is available. Last transfer is complete. When writing to this register, 1 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

[17] S_HALT RW

The core is in debug state when this bit is set. When writing to this register, 1 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

[18] S_SLEEP RW

Indicates that the core is sleeping (WFI, WFE, or **SLEEP-ON-EXIT**). Must use C_HALT to gain control or wait for interrupt to wake-up. When writing to this register, 1 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

[19] S_LOCKUP RW

Reads as one if the core is running (not halted) and a lockup condition is present. When writing to this register, 1 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

[24] S_RETIRE_ST RW

Indicates that an instruction has completed since last read. This is a sticky bit that clears on read. This determines if the core is stalled on a load/store or fetch. When writing to this register, 0 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

[25] S_RESET_ST RW

Indicates that the core has been reset, or is now being reset, since the last time this bit was read. This a sticky bit that clears on read. So, reading twice and getting 1 then 0 means it was reset in the past. Reading twice and getting 1 both times means that it is being reset now (held in reset still). When writing to this register, 0 must be written this bit-field, otherwise the write operation is ignored and no bits are written into the register.

DCRSR @0xdf4 = 0xe000edf4

reset=0x00000000

Deubg Core Register Selector The purpose of this register is to select the processor register to transfer data to or from. This write-only register generates a handshake to the core to transfer data to or from Debug Core Register Data Register and the selected register. Until this core transaction is complete, DHCSR.S_REGRDY is 0. Note that writes to this register in any size but word are Unpredictable. Note that PSR registers are fully accessible this way, whereas some read as 0 when using MRS instructions. Note that all bits can be written, but some combinations cause a fault when execution is resumed.

012345678910111213141516171819202122232425262728293031
[0..=4] REGSEL W

Register select 0x00: R0 0x01: R1 0x02: R2 0x03: R3 0x04: R4 0x05: R5 0x06: R6 0x07: R7 0x08: R8 0x09: R9 0x0A: R10 0x0B: R11 0x0C: R12 0x0D: Current SP 0x0E: LR 0x0F: DebugReturnAddress 0x10: XPSR/flags, execution state information, and exception number 0x11: MSP (Main SP) 0x12: PSP (Process SP) 0x14: CONTROL<<24 | FAULTMASK<<16 | BASEPRI<<8 | PRIMASK

[16] REGWNR W

1: Write 0: Read

DCRDR @0xdf8 = 0xe000edf8

read-write reset=0x00000000

Debug Core Register Data

DEMCR @0xdfc = 0xe000edfc

reset=0x00000000

Debug Exception and Monitor Control The purpose of this register is vector catching and debug monitor control. This register manages exception behavior under debug. Vector catching is only available to halting debug. The upper halfword is for monitor controls and the lower halfword is for halting exception support. This register is not reset on a system reset. This register is reset by a power-on reset. The fields MON_EN, MON_PEND, MON_STEP and MON_REQ are always cleared on a core reset. The debug monitor is enabled by software in the reset handler or later, or by the **AHB-AP** port. Vector catching is semi-synchronous. When a matching event is seen, a Halt is requested. Because the processor can only halt on an instruction boundary, it must wait until the next instruction boundary. As a result, it stops on the first instruction of the exception handler. However, two special cases exist when a vector catch has triggered: 1. If a fault is taken during a vector read or stack push error the halt occurs on the corresponding fault handler for the vector error or stack push. 2. If a late arriving interrupt detected during a vector read or stack push error it is not taken. That is, an implementation that supports the late arrival optimization must suppress it in this case.

012345678910111213141516171819202122232425262728293031
[0] VC_CORERESET RW

Reset Vector Catch. Halt running system if Core reset occurs. Ignored when DHCSR.C_DEBUGEN is cleared.

[4] VC_MMERR RW

Debug trap on Memory Management faults. Ignored when DHCSR.C_DEBUGEN is cleared.

[5] VC_NOCPERR RW

Debug trap on a UsageFault access to a Coprocessor. Ignored when DHCSR.C_DEBUGEN is cleared.

[6] VC_CHKERR RW

Debug trap on Usage Fault enabled checking errors. Ignored when DHCSR.C_DEBUGEN is cleared.

[7] VC_STATERR RW

Debug trap on Usage Fault state errors. Ignored when DHCSR.C_DEBUGEN is cleared.

[8] VC_BUSERR RW

Debug Trap on normal Bus error. Ignored when DHCSR.C_DEBUGEN is cleared.

[9] VC_INTERR RW

Debug trap on a fault occurring during an exception entry or return sequence. Ignored when DHCSR.C_DEBUGEN is cleared.

[10] VC_HARDERR RW

Debug trap on Hard Fault. Ignored when DHCSR.C_DEBUGEN is cleared.

[16] MON_EN RW

Enable the debug monitor. When enabled, the System handler priority register controls its priority level. If disabled, then all debug events go to Hard fault. DHCSR.C_DEBUGEN overrides this bit. Vector catching is semi-synchronous. When a matching event is seen, a Halt is requested. Because the processor can only halt on an instruction boundary, it must wait until the next instruction boundary. As a result, it stops on the first instruction of the exception handler. However, two special cases exist when a vector catch has triggered: 1. If a fault is taken during vectoring, vector read or stack push error, the halt occurs on the corresponding fault handler, for the vector error or stack push. 2. If a late arriving interrupt comes in during vectoring, it is not taken. That is, an implementation that supports the late arrival optimization must suppress it in this case.

[17] MON_PEND RW

Pend the monitor to activate when priority permits. This can wake up the monitor through the AHB-AP port. It is the equivalent to DHCSR.C_HALT for Monitor debug. This register does not reset on a system reset. It is only reset by a power-on reset. Software in the reset handler or later, or by the DAP must enable the debug monitor.

[18] MON_STEP RW

When MON_EN = 1, this steps the core. When MON_EN = 0, this bit is ignored. This is the equivalent to DHCSR.C_STEP. Interrupts are only stepped according to the priority of the monitor and settings of PRIMASK, FAULTMASK, or BASEPRI.

[19] MON_REQ RW

This enables the monitor to identify how it wakes up. This bit clears on a Core Reset. 0x0: Woken up by debug exception. 0x1: Woken up by MON_PEND

[24] TRCENA RW

This bit must be set to 1 to enable use of the trace and debug blocks: DWT, ITM, ETM and TPIU. This enables control of power usage unless tracing is required. The application can enable this, for ITM use, or use by a debugger.

STIR @0xf00 = 0xe000ef00

reset=0x00000000

Software Trigger Interrupt

012345678910111213141516171819202122232425262728293031
[0..=8] INTID W

Interrupt ID field. Writing a value to this bit-field is the same as manually pending an interrupt by setting the corresponding interrupt bit in an Interrupt Set Pending Register in NVIC_ISPR0 or NVIC_ISPR1.

CPU_TIPROP at 0xe00fe000 with offset=0 and size=4096:

Cortex-M's TI proprietary registers

Registers:

RESERVED000 @0x0 = 0xe00fe000

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

TRACECLKMUX @0xff8 = 0xe00feff8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] TRACECLK_N_SWV RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
TRACECLK 1
SWV 0

DYN_CG @0xffc = 0xe00feffc

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] DYN_CG RW

Internal. Only to be used through TI provided API.

CPU_TPIU at 0xe0040000 with offset=0 and size=4096:

Cortex-M3's Trace Port Interface Unit (TPIU)

Registers:

SSPSR @0x0 = 0xe0040000

reset=0x00000000

Supported Sync Port Sizes This register represents a single port size that is supported on the device, that is, 4, 2 or 1. This is to ensure that tools do not attempt to select a port width that an attached TPA cannot capture.

012345678910111213141516171819202122232425262728293031
[0] ONE R

1-bit port size support 0x0: Not supported 0x1: Supported

[1] TWO R

2-bit port size support 0x0: Not supported 0x1: Supported

[2] THREE R

3-bit port size support 0x0: Not supported 0x1: Supported

[3] FOUR R

4-bit port size support 0x0: Not supported 0x1: Supported

CSPSR @0x4 = 0xe0040004

reset=0x00000000

Current Sync Port Size This register has the same format as SSPSR but only one bit can be set, and all others must be zero. Writing values with more than one bit set, or setting a bit that is not indicated as supported can cause Unpredictable behavior. On reset this defaults to the smallest possible port size, 1 bit.

012345678910111213141516171819202122232425262728293031
[0] ONE RW

1-bit port enable Writing values with more than one bit set in CSPSR, or setting a bit that is not indicated as supported in SSPSR can cause Unpredictable behavior.

[1] TWO RW

2-bit port enable Writing values with more than one bit set in CSPSR, or setting a bit that is not indicated as supported in SSPSR can cause Unpredictable behavior.

[2] THREE RW

3-bit port enable Writing values with more than one bit set in CSPSR, or setting a bit that is not indicated as supported in SSPSR can cause Unpredictable behavior.

[3] FOUR RW

4-bit port enable Writing values with more than one bit set in CSPSR, or setting a bit that is not indicated as supported in SSPSR can cause Unpredictable behavior.

ACPR @0x10 = 0xe0040010

reset=0x00000000

Async Clock Prescaler This register scales the baud rate of the asynchronous output.

012345678910111213141516171819202122232425262728293031
[0..=12] PRESCALER RW

Divisor for input trace clock is (PRESCALER + 1).

SPPR @0xf0 = 0xe00400f0

reset=0x00000000

Selected Pin Protocol This register selects the protocol to be used for trace output. Note: If this register is changed while trace data is being output, data corruption occurs.

012345678910111213141516171819202122232425262728293031
[0..=1] PROTOCOL RW

Trace output protocol

Possible values:

NameValuedefault
SWO_NRZ 2
SWO_MANCHESTER 1
TRACEPORT 0

FFSR @0x300 = 0xe0040300

reset=0x00000000

Formatter and Flush Status

012345678910111213141516171819202122232425262728293031
[3] FTNONSTOP R

0: Formatter can be stopped 1: Formatter cannot be stopped

FFCR @0x304 = 0xe0040304

reset=0x00000000

Formatter and Flush Control When one of the two single wire output (SWO) modes is selected, ENFCONT enables the formatter to be bypassed. If the formatter is bypassed, only the ITM/DWT trace source (ATDATA2) passes through. The TPIU accepts and discards data that is presented on the ETM port (ATDATA1). This function is intended to be used when it is necessary to connect a device containing an ETM to a trace capture device that is only able to capture Serial Wire Output (SWO) data. Enabling or disabling the formatter causes momentary data corruption. Note: If the selected pin protocol register (SPPR.PROTOCOL) is set to 0x00 (TracePort mode), this register always reads 0x102, because the formatter is automatically enabled. If one of the serial wire modes is then selected, the register reverts to its previously programmed value.

012345678910111213141516171819202122232425262728293031
[1] ENFCONT RW

Enable continuous formatting: 0: Continuous formatting disabled 1: Continuous formatting enabled

[8] TRIGIN RW

Indicates that triggers are inserted when a trigger pin is asserted.

FSCR @0x308 = 0xe0040308

read-only reset=0x00000000

Formatter Synchronization Counter

CLAIMMASK @0xfa0 = 0xe0040fa0

read-only reset=0x00000000

Claim Tag Mask

CLAIMSET @0xfa0 = 0xe0040fa0

write-only reset=0x00000000

Claim Tag Set

CLAIMTAG @0xfa4 = 0xe0040fa4

read-only reset=0x00000000

Current Claim Tag

CLAIMCLR @0xfa4 = 0xe0040fa4

write-only reset=0x00000000

Claim Tag Clear

DEVID @0xfc8 = 0xe0040fc8

read-only reset=0x00000000

Device ID

CRYPTO at 0x40024000 with offset=0 and size=2048:

Crypto core with DMA capability and local key storage

Registers:

DMACH0CTL @0x0 = 0x40024000

reset=0x00000000

DMA Channel 0 Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

DMA Channel 0 Control

Possible values:

NameValuedefault
EN 1
DIS 0
[1] PRIO RW

Channel priority: A channel with high priority will be served before a channel with low priority in cases with simultaneous access requests. If both channels have the same priority access of the channels to the external port is arbitrated using a Round Robin scheme.

Possible values:

NameValuedefault
HIGH 1
LOW 0

DMACH0EXTADDR @0x4 = 0x40024004

reset=0x00000000

DMA Channel 0 External Address

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR RW

Channel external address value. Holds the last updated external address after being sent to the master interface.

DMACH0LEN @0xc = 0x4002400c

reset=0x00000000

DMA Channel 0 Length

012345678910111213141516171819202122232425262728293031
[0..=15] LEN RW

DMA transfer length in bytes. During configuration, this register contains the DMA transfer length in bytes. During operation, it contains the last updated value of the DMA transfer length after being sent to the master interface. Note: Writing a non-zero value to this register field starts the transfer if the channel is enabled by setting DMACH0CTL.EN.

DMASTAT @0x18 = 0x40024018

reset=0x00000000

DMA Controller Status

012345678910111213141516171819202122232425262728293031
[0] CH0_ACTIVE R

This register field indicates if DMA channel 0 is active or not. 0: Not active 1: Active

[1] CH1_ACTIVE R

This register field indicates if DMA channel 1 is active or not. 0: Not active 1: Active

[17] PORT_ERR R

Reflects possible transfer errors on the AHB port.

DMASWRESET @0x1c = 0x4002401c

reset=0x00000000

DMA Controller Software Reset

012345678910111213141516171819202122232425262728293031
[0] RESET W

Software reset enable 0: Disable 1: Enable (self-cleared to zero). Note: Completion of the software reset must be checked in DMASTAT.CH0_ACTIVE and DMASTAT.CH1_ACTIVE.

DMACH1CTL @0x20 = 0x40024020

reset=0x00000000

DMA Channel 1 Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

Channel enable: Note: Disabling an active channel will interrupt the DMA operation. The ongoing block transfer will be completed, but no new transfers will be requested.

Possible values:

NameValuedefault
EN 1
DIS 0
[1] PRIO RW

Channel priority: A channel with high priority will be served before a channel with low priority in cases with simultaneous access requests. If both channels have the same priority access of the channels to the external port is arbitrated using a Round Robin scheme.

Possible values:

NameValuedefault
HIGH 1
LOW 0

DMACH1EXTADDR @0x24 = 0x40024024

reset=0x00000000

DMA Channel 1 External Address

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR RW

Channel external address value. Holds the last updated external address after being sent to the master interface.

DMACH1LEN @0x2c = 0x4002402c

reset=0x00000000

DMA Channel 1 Length

012345678910111213141516171819202122232425262728293031
[0..=15] LEN RW

DMA transfer length in bytes. During configuration, this register contains the DMA transfer length in bytes. During operation, it contains the last updated value of the DMA transfer length after being sent to the master interface. Note: Writing a non-zero value to this register field starts the transfer if the channel is enabled by setting DMACH1CTL.EN.

DMABUSCFG @0x78 = 0x40024078

reset=0x00000000

DMA Controller Master Configuration

012345678910111213141516171819202122232425262728293031
[8] AHB_MST1_BIGEND RW

Endianess for the AHB master

Possible values:

NameValuedefault
BIG_ENDIAN 1
LITTLE_ENDIAN 0
[9] AHB_MST1_LOCK_EN RW

Locked transform on AHB

Possible values:

NameValuedefault
LOCKED 1
NOT_LOCKED 0
[10] AHB_MST1_INCR_EN RW

Burst length type of AHB transfer

Possible values:

NameValuedefault
SPECIFIED 1
UNSPECIFIED 0
[11] AHB_MST1_IDLE_EN RW

Idle transfer insertion between consecutive burst transfers on AHB

Possible values:

NameValuedefault
IDLE 1
NO_IDLE 0
[12..=15] AHB_MST1_BURST_SIZE RW

Maximum burst size that can be performed on the AHB bus

Possible values:

NameValuedefault
_64_BYTE 6
_32_BYTE 5
_16_BYTE 4
_8_BYTE 3
_4_BYTE 2

DMAPORTERR @0x7c = 0x4002407c

reset=0x00000000

DMA Controller Port Error

012345678910111213141516171819202122232425262728293031
[9] LAST_CH R

Indicates which channel was serviced last (channel 0 or channel 1) by the AHB master port.

[12] AHB_ERR R

A 1 indicates that the Crypto peripheral has detected an AHB bus error

DMAHWVER @0xfc = 0x400240fc

reset=0x00000000

DMA Controller Version

012345678910111213141516171819202122232425262728293031
[0..=7] VER_NUM R

Version number of the DMA Controller (209)

[8..=15] VER_NUM_COMPL R

Bit-by-bit complement of the VER_NUM field bits.

[16..=19] HW_PATCH_LVL R

Patch level.

[20..=23] HW_MINOR_VER R

Minor version number

[24..=27] HW_MAJOR_VER R

Major version number

KEYWRITEAREA @0x400 = 0x40024400

reset=0x00000000

Key Write Area

012345678910111213141516171819202122232425262728293031
[0] RAM_AREA0 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[1] RAM_AREA1 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[2] RAM_AREA2 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[3] RAM_AREA3 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[4] RAM_AREA4 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[5] RAM_AREA5 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[6] RAM_AREA6 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0
[7] RAM_AREA7 RW

Represents an area of 128 bits. Select the key store RAM area(s) where the key(s) needs to be written. Writing to multiple RAM locations is only possible when the selected RAM areas are sequential.

Possible values:

NameValuedefault
SEL 1
NOT_SEL 0

KEYWRITTENAREA @0x404 = 0x40024404

reset=0x00000000

Key Written Area Status This register shows which areas of the key store RAM contain valid written keys. When a new key needs to be written to the key store, on a location that is already occupied by a valid key, this key area must be cleared first. This can be done by writing this register before the new key is written to the key store memory. Attempting to write to a key area that already contains a valid key is not allowed and will result in an error.

012345678910111213141516171819202122232425262728293031
[0] RAM_AREA_WRITTEN0 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[1] RAM_AREA_WRITTEN1 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[2] RAM_AREA_WRITTEN2 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[3] RAM_AREA_WRITTEN3 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[4] RAM_AREA_WRITTEN4 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[5] RAM_AREA_WRITTEN5 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[6] RAM_AREA_WRITTEN6 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0
[7] RAM_AREA_WRITTEN7 RW

On read this bit returns the key area written status. This bit can be reset by writing a 1. Note: This register will be reset on a soft reset initiated by writing to DMASWRESET.RESET. After a soft reset, all keys must be rewritten to the key store memory.

Possible values:

NameValuedefault
WRITTEN 1
NOT_WRITTEN 0

KEYSIZE @0x408 = 0x40024408

reset=0x00000000

Key Size This register defines the size of the keys that are written with DMA.

012345678910111213141516171819202122232425262728293031
[0..=1] SIZE RW

Key size When writing to this register, KEYWRITTENAREA will be reset. Note: For the Crypto peripheral this field is fixed to 128 bits. For software compatibility KEYWRITTENAREA will be reset when writing to this register.

Possible values:

NameValuedefault
_256_BIT 3
_192_BIT 2
_128_BIT 1

KEYREADAREA @0x40c = 0x4002440c

reset=0x00000000

Key Read Area

012345678910111213141516171819202122232425262728293031
[0..=3] RAM_AREA RW

Selects the area of the key store RAM from where the key needs to be read that will be written to the AES engine. Only RAM areas that contain valid written keys can be selected.

Possible values:

NameValuedefault
NO_RAM 8
RAM_AREA7 7
RAM_AREA6 6
RAM_AREA5 5
RAM_AREA4 4
RAM_AREA3 3
RAM_AREA2 2
RAM_AREA1 1
RAM_AREA0 0
[31] BUSY R

Key store operation busy status flag (read only) 0: operation is completed. 1: operation is not completed and the key store is busy.

AESKEY2 @0x500 = 0x40024500

reset=0x00000000

Clear AES_KEY2/GHASH Key

012345678910111213141516171819202122232425262728293031
[0..=31] KEY2 W

AESKEY2.* bits 31+x:0+x or AES_GHASH_H.* bits 31+x:0+x, where x = 0, 32, 64, 96 ordered from the LSW entry of this 4-deep register array. The interpretation of this field depends on the crypto operation mode.

AESKEY3 @0x510 = 0x40024510

reset=0x00000000

Clear AES_KEY3

012345678910111213141516171819202122232425262728293031
[0..=31] KEY3 W

AESKEY3.* bits 31+x:0+x or AESKEY2.* bits 159+x:128+x, where x = 0, 32, 64, 96 ordered from the LSW entry of this 4-deep register arrary. The interpretation of this field depends on the crypto operation mode.

AESIV @0x540 = 0x40024540

reset=0x00000000

AES Initialization Vector

012345678910111213141516171819202122232425262728293031
[0..=31] IV RW

The interpretation of this field depends on the crypto operation mode.

AESCTL @0x550 = 0x40024550

reset=0x00000000

AES Input/Output Buffer Control

012345678910111213141516171819202122232425262728293031
[0] OUTPUT_RDY RW

If read as 1, this status bit indicates that an AES output block is available to be retrieved by the Host. Writing a 0 clears the bit to zero and indicates that output data is read by the Host. The AES engine can provide a next output data block. Writing a 1 to this bit will be ignored. Note: For DMA operations, this bit is automatically controlled by the Crypto peripheral. For typical use, this bit does NOT need to be written, but is used for status reading only. In this case, this status bit is automatically maintained by the Crypto peripheral.

[1] INPUT_RDY RW

If read as 1, this status bit indicates that the 16-byte AES input buffer is empty. The Host is permitted to write the next block of data. Writing a 0 clears the bit to zero and indicates that the AES engine can use the provided input data block. Writing a 1 to this bit will be ignored. Note: For DMA operations, this bit is automatically controlled by the Crypto peripheral. After reset, this bit is 0. After writing a context (note 1), this bit will become 1. For typical use, this bit does NOT need to be written, but is used for status reading only. In this case, this status bit is automatically maintained by the Crypto peripheral.

[2] DIR RW

Direction. 0 : Decrypt operation is performed. 1 : Encrypt operation is performed. This bit must be written with a 1 when CBC-MAC is selected.

[3..=4] KEY_SIZE R

This field specifies the key size. The key size is automatically configured when a new key is loaded via the key store module. 00 = N/A - reserved 01 = 128 bits 10 = N/A - reserved 11 = N/A - reserved For the Crypto peripheral this field is fixed to 128 bits.

[5] CBC RW

CBC mode enable

[6] CTR RW

AES-CTR mode enable This bit must also be set for CCM, when encryption/decryption is required.

[7..=8] CTR_WIDTH RW

Specifies the counter width for AES-CTR mode

Possible values:

NameValuedefault
_128_BIT 3
_96_BIT 2
_64_BIT 1
_32_BIT 0
[15] CBC_MAC RW

MAC mode enable. The DIR bit must be set to 1 for this mode. Selecting this mode requires writing the AESDATALEN1.LEN_MSW and AESDATALEN0.LEN_LSW registers after all other registers.

[18] CCM RW

AES-CCM mode enable. AES-CCM is a combined mode, using AES for both authentication and encryption. Note: Selecting AES-CCM mode requires writing of AESDATALEN1.LEN_MSW and AESDATALEN0.LEN_LSW after all other registers. Note: The CTR mode bit in this register must also be set to 1 to enable AES-CTR; selecting other AES modes than CTR mode is invalid.

[19..=21] CCM_L RW

Defines L that indicates the width of the length field for CCM operations; the length field in bytes equals the value of CMM_L plus one. All values are supported.

[22..=24] CCM_M RW

Defines M that indicates the length of the authentication field for CCM operations; the authentication field length equals two times the value of CCM_M plus one. Note: The Crypto peripheral always returns a 128-bit authentication field, of which the M least significant bytes are valid. All values are supported.

[29] SAVE_CONTEXT RW

IV must be read before the AES engine can start a new operation.

[30] SAVED_CONTEXT_RDY RW

If read as 1, this status bit indicates that an AES authentication TAG and/or IV block(s) is/are available for the Host to retrieve. This bit is only asserted if SAVE_CONTEXT is set to 1. The bit is mutually exclusive with CONTEXT_RDY. Writing 1 clears the bit to zero, indicating the Crypto peripheral can start its next operation. This bit is also cleared when the 4th word of the output TAG and/or IV is read. Note: All other mode bit writes will be ignored when this mode bit is written with 1. Note: This bit is controlled automatically by the Crypto peripheral for TAG read DMA operations. For typical use, this bit does NOT need to be written, but is used for status reading only. In this case, this status bit is automatically maintained by the Crypto peripheral.

[31] CONTEXT_RDY R

If 1, this status bit indicates that the context data registers can be overwritten and the Host is permitted to write the next context. Writing a context means writing either a mode, the crypto length or AESDATALEN1.LEN_MSW, AESDATALEN0.LEN_LSW length registers

AESDATALEN0 @0x554 = 0x40024554

reset=0x00000000

Crypto Data Length LSW

012345678910111213141516171819202122232425262728293031
[0..=31] LEN_LSW W

Used to write the Length values to the Crypto peripheral. This register contains bits [31:0] of the combined data length.

AESDATALEN1 @0x558 = 0x40024558

reset=0x00000000

Crypto Data Length MSW

012345678910111213141516171819202122232425262728293031
[0..=28] LEN_MSW W

Bits [60:32] of the combined data length. Bits [60:0] of the crypto length registers AESDATALEN1 and AESDATALEN0 store the cryptographic data length in bytes for all modes. Once processing with this context is started, this length decrements to zero. Data lengths up to (2^61 - 1) bytes are allowed. For GCM, any value up to 2^36 - 32 bytes can be used. This is because a 32-bit counter mode is used; the maximum number of 128-bit blocks is 2^32 - 2, resulting in a maximum number of bytes of 2^36 - 32. Writing to this register triggers the engine to start using this context. This is valid for all modes except GCM and CCM. Note: For the combined modes (GCM and CCM), this length does not include the authentication only data; the authentication length is specified in the AESAUTHLEN.LEN. All modes must have a length > 0. For the combined modes, it is allowed to have one of the lengths equal to zero. For the basic encryption modes (ECB/CBC/CTR) it is allowed to program zero to the length field; in that case the length is assumed infinite. All data must be byte (8-bit) aligned for stream cipher modes; bit aligned data streams are not supported by the Crypto peripheral. For block cipher modes, the data length must be programmed in multiples of the block cipher size, 16 bytes.

AESAUTHLEN @0x55c = 0x4002455c

reset=0x00000000

AES Authentication Length

012345678910111213141516171819202122232425262728293031
[0..=31] LEN W

Authentication data length in bytes for combined mode, CCM only. Supported AAD-lengths for CCM are from 0 to (216 - 28) bytes. Once processing with this context is started, this length decrements to zero. Writing this register triggers the engine to start using this context for CCM.

AESDATAOUT0 @0x560 = 0x40024560

reset=0x00000000

Data Input/Output

012345678910111213141516171819202122232425262728293031
[0..=31] DATA R

Data register 0 for output block data from the Crypto peripheral. These bits = AES Output Data[31:0] of {127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host read operation, these registers contain the 128-bit output block from the latest AES operation. Reading from a word-aligned offset within this address range will read one word (4 bytes) of data out the 4-word deep (16 bytes = 128-bits AES block) data output buffer. The words (4 words, one full block) should be read before the core will move the next block to the data output buffer. To empty the data output buffer, AESCTL.OUTPUT_RDY must be written. For the modes with authentication (CBC-MAC, GCM and CCM), the invalid (message) bytes/words can be written with any data. Note: The AAD / authentication only data is not copied to the output buffer but only used for authentication.

AESDATAIN0 @0x560 = 0x40024560

reset=0x00000000

AES Data Input/Output 0

012345678910111213141516171819202122232425262728293031
[0..=31] DATA W

Data registers for input block data to the Crypto peripheral. These bits = AES Input Data[31:0] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host write operation, these registers must be written with the 128-bit input block for the next AES operation. Writing at a word-aligned offset within this address range will store the word (4 bytes) of data into the corresponding position of 4-word deep (16 bytes = 128-bit AES block) data input buffer. This buffer is used for the next AES operation. If the last data block is not completely filled with valid data (see notes below), it is allowed to write only the words with valid data. Next AES operation is triggered by writing to AESCTL.INPUT_RDY. Note: AES typically operates on 128 bits block multiple input data. The CTR, GCM and CCM modes form an exception. The last block of a CTR-mode message may contain less than 128 bits (refer to [NIST 800-38A]): 0 < n <= 128 bits. For GCM/CCM, the last block of both AAD and message data may contain less than 128 bits (refer to [NIST 800-38D]). The Crypto peripheral automatically pads or masks misaligned ending data blocks with zeroes for GCM, CCM and CBC-MAC. For CTR mode, the remaining data in an unaligned data block is ignored.

AESDATAOUT1 @0x564 = 0x40024564

reset=0x00000000

AES Data Input/Output 3

012345678910111213141516171819202122232425262728293031
[0..=31] DATA R

Data registers for output block data from the Crypto peripheral. These bits = AES Output Data[63:32] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host read operation, these registers contain the 128-bit output block from the latest AES operation. Reading from a word-aligned offset within this address range will read one word (4 bytes) of data out the 4-word deep (16 bytes = 128-bits AES block) data output buffer. The words (4 words, one full block) should be read before the core will move the next block to the data output buffer. To empty the data output buffer, AESCTL.OUTPUT_RDY must be written. For the modes with authentication (CBC-MAC, GCM and CCM), the invalid (message) bytes/words can be written with any data. Note: The AAD / authentication only data is not copied to the output buffer but only used for authentication.

AESDATAIN1 @0x564 = 0x40024564

reset=0x00000000

AES Data Input/Output 1

012345678910111213141516171819202122232425262728293031
[0..=31] DATA W

Data registers for input block data to the Crypto peripheral. These bits = AES Input Data[63:32] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host write operation, these registers must be written with the 128-bit input block for the next AES operation. Writing at a word-aligned offset within this address range will store the word (4 bytes) of data into the corresponding position of 4-word deep (16 bytes = 128-bit AES block) data input buffer. This buffer is used for the next AES operation. If the last data block is not completely filled with valid data (see notes below), it is allowed to write only the words with valid data. Next AES operation is triggered by writing to AESCTL.INPUT_RDY. Note: AES typically operates on 128 bits block multiple input data. The CTR, GCM and CCM modes form an exception. The last block of a CTR-mode message may contain less than 128 bits (refer to [NIST 800-38A]): 0 < n <= 128 bits. For GCM/CCM, the last block of both AAD and message data may contain less than 128 bits (refer to [NIST 800-38D]). The Crypto peripheral automatically pads or masks misaligned ending data blocks with zeroes for GCM, CCM and CBC-MAC. For CTR mode, the remaining data in an unaligned data block is ignored.

AESDATAOUT2 @0x568 = 0x40024568

reset=0x00000000

AES Data Input/Output 2

012345678910111213141516171819202122232425262728293031
[0..=31] DATA R

Data registers for output block data from the Crypto peripheral. These bits = AES Output Data[95:64] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host read operation, these registers contain the 128-bit output block from the latest AES operation. Reading from a word-aligned offset within this address range will read one word (4 bytes) of data out the 4-word deep (16 bytes = 128-bits AES block) data output buffer. The words (4 words, one full block) should be read before the core will move the next block to the data output buffer. To empty the data output buffer, AESCTL.OUTPUT_RDY must be written. For the modes with authentication (CBC-MAC, GCM and CCM), the invalid (message) bytes/words can be written with any data. Note: The AAD / authentication only data is not copied to the output buffer but only used for authentication.

AESDATAIN2 @0x568 = 0x40024568

reset=0x00000000

AES Data Input/Output 2

012345678910111213141516171819202122232425262728293031
[0..=31] DATA W

Data registers for input block data to the Crypto peripheral. These bits = AES Input Data[95:64] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host write operation, these registers must be written with the 128-bit input block for the next AES operation. Writing at a word-aligned offset within this address range will store the word (4 bytes) of data into the corresponding position of 4-word deep (16 bytes = 128-bit AES block) data input buffer. This buffer is used for the next AES operation. If the last data block is not completely filled with valid data (see notes below), it is allowed to write only the words with valid data. Next AES operation is triggered by writing to AESCTL.INPUT_RDY. Note: AES typically operates on 128 bits block multiple input data. The CTR, GCM and CCM modes form an exception. The last block of a CTR-mode message may contain less than 128 bits (refer to [NIST 800-38A]): 0 < n <= 128 bits. For GCM/CCM, the last block of both AAD and message data may contain less than 128 bits (refer to [NIST 800-38D]). The Crypto peripheral automatically pads or masks misaligned ending data blocks with zeroes for GCM, CCM and CBC-MAC. For CTR mode, the remaining data in an unaligned data block is ignored.

AESDATAOUT3 @0x56c = 0x4002456c

reset=0x00000000

AES Data Input/Output 3

012345678910111213141516171819202122232425262728293031
[0..=31] DATA R

Data registers for output block data from the Crypto peripheral. These bits = AES Output Data[127:96] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host read operation, these registers contain the 128-bit output block from the latest AES operation. Reading from a word-aligned offset within this address range will read one word (4 bytes) of data out the 4-word deep (16 bytes = 128-bits AES block) data output buffer. The words (4 words, one full block) should be read before the core will move the next block to the data output buffer. To empty the data output buffer, AESCTL.OUTPUT_RDY must be written. For the modes with authentication (CBC-MAC, GCM and CCM), the invalid (message) bytes/words can be written with any data. Note: The AAD / authentication only data is not copied to the output buffer but only used for authentication.

AESDATAIN3 @0x56c = 0x4002456c

reset=0x00000000

Data Input/Output

012345678910111213141516171819202122232425262728293031
[0..=31] DATA W

Data registers for input block data to the Crypto peripheral. These bits = AES Input Data[127:96] of [127:0] For normal operations, this register is not used, since data input and output is transferred from and to the AES engine via DMA. For a Host write operation, these registers must be written with the 128-bit input block for the next AES operation. Writing at a word-aligned offset within this address range will store the word (4 bytes) of data into the corresponding position of 4-word deep (16 bytes = 128-bit AES block) data input buffer. This buffer is used for the next AES operation. If the last data block is not completely filled with valid data (see notes below), it is allowed to write only the words with valid data. Next AES operation is triggered by writing to AESCTL.INPUT_RDY. Note: AES typically operates on 128 bits block multiple input data. The CTR, GCM and CCM modes form an exception. The last block of a CTR-mode message may contain less than 128 bits (refer to [NIST 800-38A]): 0 < n <= 128 bits. For GCM/CCM, the last block of both AAD and message data may contain less than 128 bits (refer to [NIST 800-38D]). The Crypto peripheral automatically pads or masks misaligned ending data blocks with zeroes for GCM, CCM and CBC-MAC. For CTR mode, the remaining data in an unaligned data block is ignored.

AESTAGOUT @0x570 = 0x40024570

reset=0x00000000

AES Tag Output

012345678910111213141516171819202122232425262728293031
[0..=31] TAG R

This register contains the authentication TAG for the combined and authentication-only modes.

ALGSEL @0x700 = 0x40024700

reset=0x00000000

Master Algorithm Select This register configures the internal destination of the DMA controller.

012345678910111213141516171819202122232425262728293031
[0] KEY_STORE RW

If set to 1, selects the Key Store to be loaded via DMA. The maximum transfer size to DMA engine is set to 32 bytes (however transfers of 16, 24 and 32 bytes are allowed)

[1] AES RW

If set to 1, the AES data is loaded via DMA Both Read and Write maximum transfer size to DMA engine is set to 16 bytes

[31] TAG RW

If this bit is cleared to 0, the DMA operation involves only data. If this bit is set, the DMA operation includes a TAG (Authentication Result / Digest).

DMAPROTCTL @0x704 = 0x40024704

reset=0x00000000

Master Protection Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

Select AHB transfer protection control for DMA transfers using the key store area as destination. 0 : transfers use 'USER' type access. 1 : transfers use 'PRIVILEGED' type access.

SWRESET @0x740 = 0x40024740

reset=0x00000000

Software Reset

012345678910111213141516171819202122232425262728293031
[0] RESET RW

If this bit is set to 1, the following modules are reset: - Master control internal state is reset. That includes interrupt, error status register and result available interrupt generation FSM. - Key store module state is reset. That includes clearing the Written Area flags; therefore the keys must be reloaded to the key store module. Writing 0 has no effect. The bit is self cleared after executing the reset.

IRQTYPE @0x780 = 0x40024780

reset=0x00000000

Control Interrupt Configuration

012345678910111213141516171819202122232425262728293031
[0] LEVEL RW

If this bit is 0, the interrupt output is a pulse. If this bit is set to 1, the interrupt is a level interrupt that must be cleared by writing the interrupt clear register. This bit is applicable for both interrupt output signals.

IRQEN @0x784 = 0x40024784

reset=0x00000000

Interrupt Enable

012345678910111213141516171819202122232425262728293031
[0] RESULT_AVAIL RW

This bit enables IRQSTAT.RESULT_AVAIL as source for IRQ.

[1] DMA_IN_DONE RW

This bit enables IRQSTAT.DMA_IN_DONE as source for IRQ.

IRQCLR @0x788 = 0x40024788

reset=0x00000000

Interrupt Clear

012345678910111213141516171819202122232425262728293031
[0] RESULT_AVAIL W

If 1 is written to this bit, IRQSTAT.RESULT_AVAIL is cleared.

[1] DMA_IN_DONE W

If 1 is written to this bit, IRQSTAT.DMA_IN_DONE is cleared.

[29] KEY_ST_RD_ERR W

If 1 is written to this bit, IRQSTAT.KEY_ST_RD_ERR is cleared.

[30] KEY_ST_WR_ERR W

If 1 is written to this bit, IRQSTAT.KEY_ST_WR_ERR is cleared.

[31] DMA_BUS_ERR W

If 1 is written to this bit, IRQSTAT.DMA_BUS_ERR is cleared.

IRQSET @0x78c = 0x4002478c

reset=0x00000000

Interrupt Set

012345678910111213141516171819202122232425262728293031
[0] RESULT_AVAIL W

If 1 is written to this bit, IRQSTAT.RESULT_AVAIL is set. Writing 0 has no effect.

[1] DMA_IN_DONE W

If 1 is written to this bit, IRQSTAT.DMA_IN_DONE is set. Writing 0 has no effect.

IRQSTAT @0x790 = 0x40024790

reset=0x00000000

Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RESULT_AVAIL R

This bit is set high when the Crypto peripheral has a result available.

[1] DMA_IN_DONE R

This bit returns the status of DMA data in done interrupt.

[29] KEY_ST_RD_ERR R

This bit will be set when a read error is detected during the read of a key from the key store, while copying it to the AES engine. The value of this register is held until it is cleared via IRQCLR.KEY_ST_RD_ERR. Note: This error is asserted if a key location is selected in the key store that is not available. Note: This is not an interrupt source.

[30] KEY_ST_WR_ERR R

This bit is set when a write error is detected during the DMA write operation to the key store memory. The value of this register is held until it is cleared via IRQCLR.KEY_ST_WR_ERR Note: This error is asserted if a DMA operation does not cover a full key area or more areas are written than expected. Note: This is not an interrupt source.

[31] DMA_BUS_ERR R

This bit is set when a DMA bus error is detected during a DMA operation. The value of this register is held until it is cleared via IRQCLR.DMA_BUS_ERR Note: This error is asserted if an error is detected on the AHB master interface during a DMA operation. Note: This is not an interrupt source.

HWVER @0x7fc = 0x400247fc

reset=0x00000000

CTRL Module Version

012345678910111213141516171819202122232425262728293031
[0..=7] VER_NUM R

The version number for the Crypto peripheral, this field contains the value 120 (decimal) or 0x78.

[8..=15] VER_NUM_COMPL R

These bits simply contain the complement of VER_NUM (0x87), used by a driver to ascertain that the Crypto peripheral register is indeed read.

[16..=19] HW_PATCH_LVL R

Patch level, starts at 0 at first delivery of this version.

[20..=23] HW_MINOR_VER R

Minor version number

[24..=27] HW_MAJOR_VER R

Major version number

EVENT at 0x40083000 with offset=0 and size=4096:

Event Fabric Component Definition

Registers:

CPUIRQSEL0 @0x0 = 0x40083000

reset=0x00000000

Output Selection for CPU Interrupt 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_GPIO_EDGE 4

CPUIRQSEL1 @0x4 = 0x40083004

reset=0x00000000

Output Selection for CPU Interrupt 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
I2C_IRQ 9

CPUIRQSEL2 @0x8 = 0x40083008

reset=0x00000000

Output Selection for CPU Interrupt 2

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
RFC_CPE_1 30

CPUIRQSEL3 @0xc = 0x4008300c

reset=0x00000000

Output Selection for CPU Interrupt 3

CPUIRQSEL4 @0x10 = 0x40083010

reset=0x00000000

Output Selection for CPU Interrupt 4

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_RTC_COMB 7

CPUIRQSEL5 @0x14 = 0x40083014

reset=0x00000000

Output Selection for CPU Interrupt 5

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
UART0_COMB 36

CPUIRQSEL6 @0x18 = 0x40083018

reset=0x00000000

Output Selection for CPU Interrupt 6

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_SWEV0 28

CPUIRQSEL7 @0x1c = 0x4008301c

reset=0x00000000

Output Selection for CPU Interrupt 7

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI0_COMB 34

CPUIRQSEL8 @0x20 = 0x40083020

reset=0x00000000

Output Selection for CPU Interrupt 8

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI1_COMB 35

CPUIRQSEL9 @0x24 = 0x40083024

reset=0x00000000

Output Selection for CPU Interrupt 9

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
RFC_CPE_0 27

CPUIRQSEL10 @0x28 = 0x40083028

reset=0x00000000

Output Selection for CPU Interrupt 10

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
RFC_HW_COMB 26

CPUIRQSEL11 @0x2c = 0x4008302c

reset=0x00000000

Output Selection for CPU Interrupt 11

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
RFC_CMD_ACK 25

CPUIRQSEL12 @0x30 = 0x40083030

reset=0x00000000

Output Selection for CPU Interrupt 12

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
I2S_IRQ 8

CPUIRQSEL13 @0x34 = 0x40083034

reset=0x00000000

Output Selection for CPU Interrupt 13

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_SWEV1 29

CPUIRQSEL14 @0x38 = 0x40083038

reset=0x00000000

Output Selection for CPU Interrupt 14

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
WDT_IRQ 24

CPUIRQSEL15 @0x3c = 0x4008303c

reset=0x00000000

Output Selection for CPU Interrupt 15

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT0A 16

CPUIRQSEL16 @0x40 = 0x40083040

reset=0x00000000

Output Selection for CPU Interrupt 16

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT0B 17

CPUIRQSEL17 @0x44 = 0x40083044

reset=0x00000000

Output Selection for CPU Interrupt 17

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT1A 18

CPUIRQSEL18 @0x48 = 0x40083048

reset=0x00000000

Output Selection for CPU Interrupt 18

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT1B 19

CPUIRQSEL19 @0x4c = 0x4008304c

reset=0x00000000

Output Selection for CPU Interrupt 19

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT2A 12

CPUIRQSEL20 @0x50 = 0x40083050

reset=0x00000000

Output Selection for CPU Interrupt 20

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT2B 13

CPUIRQSEL21 @0x54 = 0x40083054

reset=0x00000000

Output Selection for CPU Interrupt 21

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT3A 14

CPUIRQSEL22 @0x58 = 0x40083058

reset=0x00000000

Output Selection for CPU Interrupt 22

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT3B 15

CPUIRQSEL23 @0x5c = 0x4008305c

reset=0x00000000

Output Selection for CPU Interrupt 23

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
CRYPTO_RESULT_AVAIL_IRQ 93

CPUIRQSEL24 @0x60 = 0x40083060

reset=0x00000000

Output Selection for CPU Interrupt 24

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
DMA_DONE_COMB 39

CPUIRQSEL25 @0x64 = 0x40083064

reset=0x00000000

Output Selection for CPU Interrupt 25

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
DMA_ERR 38

CPUIRQSEL26 @0x68 = 0x40083068

reset=0x00000000

Output Selection for CPU Interrupt 26

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
FLASH 21

CPUIRQSEL27 @0x6c = 0x4008306c

reset=0x00000000

Output Selection for CPU Interrupt 27

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV0 100

CPUIRQSEL28 @0x70 = 0x40083070

reset=0x00000000

Output Selection for CPU Interrupt 28

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_COMB 11

CPUIRQSEL29 @0x74 = 0x40083074

reset=0x00000000

Output Selection for CPU Interrupt 29

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_PROG0 1

CPUIRQSEL30 @0x78 = 0x40083078

reset=0x00000000

Output Selection for CPU Interrupt 30

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_AON_WU_EV 105
CRYPTO_DMA_DONE_IRQ 94
DMA_CH18_DONE 22
DMA_CH0_DONE 20
AON_AUX_SWEV0 10
I2S_IRQ 8
AON_PROG2 3
AON_PROG1 2
NONE 0

CPUIRQSEL31 @0x7c = 0x4008307c

reset=0x00000000

Output Selection for CPU Interrupt 31

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_COMPA 106

CPUIRQSEL32 @0x80 = 0x40083080

reset=0x00000000

Output Selection for CPU Interrupt 32

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_ADC_IRQ 115

CPUIRQSEL33 @0x84 = 0x40083084

reset=0x00000000

Output Selection for CPU Interrupt 33

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
TRNG_IRQ 104

RFCSEL0 @0x100 = 0x40083100

reset=0x00000000

Output Selection for RFC Event 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT0A_CMP 61

RFCSEL1 @0x104 = 0x40083104

reset=0x00000000

Output Selection for RFC Event 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT0B_CMP 62

RFCSEL2 @0x108 = 0x40083108

reset=0x00000000

Output Selection for RFC Event 2

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT1A_CMP 63

RFCSEL3 @0x10c = 0x4008310c

reset=0x00000000

Output Selection for RFC Event 3

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT1B_CMP 64

RFCSEL4 @0x110 = 0x40083110

reset=0x00000000

Output Selection for RFC Event 4

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT2A_CMP 65

RFCSEL5 @0x114 = 0x40083114

reset=0x00000000

Output Selection for RFC Event 5

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT2B_CMP 66

RFCSEL6 @0x118 = 0x40083118

reset=0x00000000

Output Selection for RFC Event 6

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT3A_CMP 67

RFCSEL7 @0x11c = 0x4008311c

reset=0x00000000

Output Selection for RFC Event 7

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
GPT3B_CMP 68

RFCSEL8 @0x120 = 0x40083120

reset=0x00000000

Output Selection for RFC Event 8

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_RTC_UPD 119

RFCSEL9 @0x124 = 0x40083124

reset=0x00000000

Output Selection for RFC Event 9

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
SWEV1 101
SWEV0 100
CRYPTO_RESULT_AVAIL_IRQ 93
DMA_DONE_COMB 39
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
WDT_IRQ 24
AON_AUX_SWEV0 10
I2S_IRQ 8
AON_PROG1 2
AON_PROG0 1
NONE 0

GPT0ACAPTSEL @0x200 = 0x40083200

reset=0x00000000

Output Selection for GPT0 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT1 86
PORT_EVENT0 85
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT0BCAPTSEL @0x204 = 0x40083204

reset=0x00000000

Output Selection for GPT0 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT1 86
PORT_EVENT0 85
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT1ACAPTSEL @0x300 = 0x40083300

reset=0x00000000

Output Selection for GPT1 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT3 88
PORT_EVENT2 87
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT1BCAPTSEL @0x304 = 0x40083304

reset=0x00000000

Output Selection for GPT1 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT3 88
PORT_EVENT2 87
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT2ACAPTSEL @0x400 = 0x40083400

reset=0x00000000

Output Selection for GPT2 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT5 90
PORT_EVENT4 89
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT2BCAPTSEL @0x404 = 0x40083404

reset=0x00000000

Output Selection for GPT2 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT5 90
PORT_EVENT4 89
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
I2C_IRQ 9
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

UDMACH0SSEL @0x500 = 0x40083500

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH0BSEL @0x504 = 0x40083504

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH1SSEL @0x508 = 0x40083508

reset=0x00000000

Output Selection for DMA Channel 1 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
UART0_RX_DMASREQ 49

UDMACH1BSEL @0x50c = 0x4008350c

reset=0x00000000

Output Selection for DMA Channel 1 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
UART0_RX_DMABREQ 48

UDMACH2SSEL @0x510 = 0x40083510

reset=0x00000000

Output Selection for DMA Channel 2 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
UART0_TX_DMASREQ 51

UDMACH2BSEL @0x514 = 0x40083514

reset=0x00000000

Output Selection for DMA Channel 2 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
UART0_TX_DMABREQ 50

UDMACH3SSEL @0x518 = 0x40083518

reset=0x00000000

Output Selection for DMA Channel 3 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI0_RX_DMASREQ 41

UDMACH3BSEL @0x51c = 0x4008351c

reset=0x00000000

Output Selection for DMA Channel 3 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI0_RX_DMABREQ 40

UDMACH4SSEL @0x520 = 0x40083520

reset=0x00000000

Output Selection for DMA Channel 4 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI0_TX_DMASREQ 43

UDMACH4BSEL @0x524 = 0x40083524

reset=0x00000000

Output Selection for DMA Channel 4 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI0_TX_DMABREQ 42

UDMACH5SSEL @0x528 = 0x40083528

reset=0x00000000

Output Selection for DMA Channel 5 SREQ

UDMACH5BSEL @0x52c = 0x4008352c

reset=0x00000000

Output Selection for DMA Channel 5 REQ

UDMACH6SSEL @0x530 = 0x40083530

reset=0x00000000

Output Selection for DMA Channel 6 SREQ

UDMACH6BSEL @0x534 = 0x40083534

reset=0x00000000

Output Selection for DMA Channel 6 REQ

UDMACH7SSEL @0x538 = 0x40083538

reset=0x00000000

Output Selection for DMA Channel 7 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_DMASREQ 117

UDMACH7BSEL @0x53c = 0x4008353c

reset=0x00000000

Output Selection for DMA Channel 7 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_DMABREQ 118

UDMACH8SSEL @0x540 = 0x40083540

reset=0x00000000

Output Selection for DMA Channel 8 SREQ Single request is ignored for this channel

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_SW_DMABREQ 116

UDMACH8BSEL @0x544 = 0x40083544

reset=0x00000000

Output Selection for DMA Channel 8 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AUX_SW_DMABREQ 116

UDMACH9SSEL @0x548 = 0x40083548

reset=0x00000000

Output Selection for DMA Channel 9 SREQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT0 as GPT0:RIS.DMAARIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
TIE_LOW 69
NONE 0

UDMACH9BSEL @0x54c = 0x4008354c

reset=0x00000000

Output Selection for DMA Channel 9 REQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT0 as GPT0:RIS.DMAARIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
NONE 0

UDMACH10SSEL @0x550 = 0x40083550

reset=0x00000000

Output Selection for DMA Channel 10 SREQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT0 as GPT0:RIS.DMABRIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
TIE_LOW 70
NONE 0

UDMACH10BSEL @0x554 = 0x40083554

reset=0x00000000

Output Selection for DMA Channel 10 REQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT0 as GPT0:RIS.DMABRIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
NONE 0

UDMACH11SSEL @0x558 = 0x40083558

reset=0x00000000

Output Selection for DMA Channel 11 SREQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT1 as GPT1:RIS.DMAARIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
TIE_LOW 71
NONE 0

UDMACH11BSEL @0x55c = 0x4008355c

reset=0x00000000

Output Selection for DMA Channel 11 REQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT1 as GPT1:RIS.DMAARIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
NONE 0

UDMACH12SSEL @0x560 = 0x40083560

reset=0x00000000

Output Selection for DMA Channel 12 SREQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT1 as GPT1:RIS.DMABRIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
TIE_LOW 72
NONE 0

UDMACH12BSEL @0x564 = 0x40083564

reset=0x00000000

Output Selection for DMA Channel 12 REQ DMA_DONE for the corresponding DMA channel is available as interrupt on GPT1 as GPT1:RIS.DMABRIS

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
NONE 0

UDMACH13SSEL @0x568 = 0x40083568

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
AON_PROG2 3

UDMACH13BSEL @0x56c = 0x4008356c

reset=0x00000000

Output Selection for DMA Channel 13 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_PROG2 3

UDMACH14SSEL @0x570 = 0x40083570

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
AON_PROG0 1

UDMACH14BSEL @0x574 = 0x40083574

reset=0x00000000

Output Selection for DMA Channel 14 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
CPU_HALTED 120
AON_RTC_UPD 119
AUX_DMABREQ 118
AUX_DMASREQ 117
AUX_SW_DMABREQ 116
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
TRNG_IRQ 104
SWEV3 103
SWEV2 102
SWEV1 101
SWEV0 100
WDT_NMI 99
CRYPTO_DMA_DONE_IRQ 94
CRYPTO_RESULT_AVAIL_IRQ 93
PORT_EVENT7 92
PORT_EVENT6 91
PORT_EVENT5 90
PORT_EVENT4 89
PORT_EVENT3 88
PORT_EVENT2 87
PORT_EVENT1 86
PORT_EVENT0 85
GPT3B_DMABREQ 84
GPT3A_DMABREQ 83
GPT2B_DMABREQ 82
GPT2A_DMABREQ 81
GPT1B_DMABREQ 80
GPT1A_DMABREQ 79
GPT0B_DMABREQ 78
GPT0A_DMABREQ 77
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_TX_DMASREQ 51
UART0_TX_DMABREQ 50
UART0_RX_DMASREQ 49
UART0_RX_DMABREQ 48
SSI1_TX_DMASREQ 47
SSI1_TX_DMABREQ 46
SSI1_RX_DMASREQ 45
SSI1_RX_DMABREQ 44
SSI0_TX_DMASREQ 43
SSI0_TX_DMABREQ 42
SSI0_RX_DMASREQ 41
SSI0_RX_DMABREQ 40
DMA_DONE_COMB 39
DMA_ERR 38
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
AUX_SWEV1 29
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
WDT_IRQ 24
DMA_CH18_DONE 22
FLASH 21
DMA_CH0_DONE 20
GPT1B 19
GPT1A 18
GPT0B 17
GPT0A 16
GPT3B 15
GPT3A 14
GPT2B 13
GPT2A 12
AUX_COMB 11
AON_AUX_SWEV0 10
I2C_IRQ 9
I2S_IRQ 8
AON_RTC_COMB 7
AON_GPIO_EDGE 4
AON_PROG2 3
AON_PROG1 2
AON_PROG0 1
NONE 0

UDMACH15SSEL @0x578 = 0x40083578

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
AON_RTC_COMB 7

UDMACH15BSEL @0x57c = 0x4008357c

reset=0x00000000

Output Selection for DMA Channel 15 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
AON_RTC_COMB 7

UDMACH16SSEL @0x580 = 0x40083580

reset=0x00000000

Output Selection for DMA Channel 16 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI1_RX_DMASREQ 45

UDMACH16BSEL @0x584 = 0x40083584

reset=0x00000000

Output Selection for DMA Channel 16 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI1_RX_DMABREQ 44

UDMACH17SSEL @0x588 = 0x40083588

reset=0x00000000

Output Selection for DMA Channel 17 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI1_TX_DMASREQ 47

UDMACH17BSEL @0x58c = 0x4008358c

reset=0x00000000

Output Selection for DMA Channel 17 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SSI1_TX_DMABREQ 46

UDMACH18SSEL @0x590 = 0x40083590

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH18BSEL @0x594 = 0x40083594

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH19SSEL @0x598 = 0x40083598

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH19BSEL @0x59c = 0x4008359c

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH20SSEL @0x5a0 = 0x400835a0

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH20BSEL @0x5a4 = 0x400835a4

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH21SSEL @0x5a8 = 0x400835a8

reset=0x00000000

Output Selection for DMA Channel 21 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV0 100

UDMACH21BSEL @0x5ac = 0x400835ac

reset=0x00000000

Output Selection for DMA Channel 21 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV0 100

UDMACH22SSEL @0x5b0 = 0x400835b0

reset=0x00000000

Output Selection for DMA Channel 22 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV1 101

UDMACH22BSEL @0x5b4 = 0x400835b4

reset=0x00000000

Output Selection for DMA Channel 22 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV1 101

UDMACH23SSEL @0x5b8 = 0x400835b8

reset=0x00000000

Output Selection for DMA Channel 23 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV2 102

UDMACH23BSEL @0x5bc = 0x400835bc

reset=0x00000000

Output Selection for DMA Channel 23 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV2 102

UDMACH24SSEL @0x5c0 = 0x400835c0

reset=0x00000000

Output Selection for DMA Channel 24 SREQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV3 103

UDMACH24BSEL @0x5c4 = 0x400835c4

reset=0x00000000

Output Selection for DMA Channel 24 REQ

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
SWEV3 103

UDMACH25SSEL @0x5c8 = 0x400835c8

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH25BSEL @0x5cc = 0x400835cc

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH26SSEL @0x5d0 = 0x400835d0

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH26BSEL @0x5d4 = 0x400835d4

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH27SSEL @0x5d8 = 0x400835d8

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH27BSEL @0x5dc = 0x400835dc

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH28SSEL @0x5e0 = 0x400835e0

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH28BSEL @0x5e4 = 0x400835e4

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH29SSEL @0x5e8 = 0x400835e8

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH29BSEL @0x5ec = 0x400835ec

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH30SSEL @0x5f0 = 0x400835f0

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH30BSEL @0x5f4 = 0x400835f4

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH31SSEL @0x5f8 = 0x400835f8

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

UDMACH31BSEL @0x5fc = 0x400835fc

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

012345678910111213141516171819202122232425262728293031
[0..=31] EV R

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Possible values:

NameValuedefault
NONE 0

GPT3ACAPTSEL @0x600 = 0x40083600

reset=0x00000000

Output Selection for GPT3 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT7 92
PORT_EVENT6 91
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

GPT3BCAPTSEL @0x604 = 0x40083604

reset=0x00000000

Output Selection for GPT3 1

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
AON_RTC_UPD 119
AUX_ADC_IRQ 115
AUX_OBSMUX0 114
AUX_ADC_FIFO_ALMOST_FULL 113
AUX_ADC_DONE 112
AUX_SMPH_AUTOTAKE_DONE 111
AUX_TIMER1_EV 110
AUX_TIMER0_EV 109
AUX_TDC_DONE 108
AUX_COMPB 107
AUX_COMPA 106
AUX_AON_WU_EV 105
PORT_EVENT7 92
PORT_EVENT6 91
GPT3B_CMP 68
GPT3A_CMP 67
GPT2B_CMP 66
GPT2A_CMP 65
GPT1B_CMP 64
GPT1A_CMP 63
GPT0B_CMP 62
GPT0A_CMP 61
UART0_COMB 36
SSI1_COMB 35
SSI0_COMB 34
RFC_CPE_1 30
RFC_CPE_0 27
RFC_HW_COMB 26
RFC_CMD_ACK 25
FLASH 21
AUX_COMB 11
AON_RTC_COMB 7
AON_GPIO_EDGE 4
NONE 0

AUXSEL0 @0x700 = 0x40083700

reset=0x00000000

Output Selection for AUX Subscriber 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
GPT1B 19
GPT1A 18
GPT0B 17
GPT0A 16
GPT3B 15
GPT3A 14
GPT2B 13
GPT2A 12
NONE 0

CM3NMISEL0 @0x800 = 0x40083800

reset=0x00000000

Output Selection for NMI Subscriber 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV R

Read only selection value

Possible values:

NameValuedefault
WDT_NMI 99

I2SSTMPSEL0 @0x900 = 0x40083900

reset=0x00000000

Output Selection for I2S Subscriber 0

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
NONE 0

FRZSEL0 @0xa00 = 0x40083a00

reset=0x00000000

Output Selection for FRZ Subscriber The halted debug signal is passed to peripherals such as the General Purpose Timer, Sensor Controller with Digital and Analog Peripherals (AUX), Radio, and RTC. When the system CPU halts, the connected peripherals that have freeze enabled also halt. The programmable output can be set to static values of 0 or 1, and can also be set to pass the halted signal.

012345678910111213141516171819202122232425262728293031
[0..=6] EV RW

Read/write selection value Writing any other value than values defined by a ENUM may result in undefined behavior.

Possible values:

NameValuedefault
ALWAYS_ACTIVE 121
CPU_HALTED 120
NONE 0

SWEV @0xf00 = 0x40083f00

reset=0x00000000

Set or Clear Software Events

012345678910111213141516171819202122232425262728293031
[0] SWEV0 RW

Writing "1" to this bit when the value is "0" triggers the Software 0 event.

[8] SWEV1 RW

Writing "1" to this bit when the value is "0" triggers the Software 1 event.

[16] SWEV2 RW

Writing "1" to this bit when the value is "0" triggers the Software 2 event.

[24] SWEV3 RW

Writing "1" to this bit when the value is "0" triggers the Software 3 event.

FCFG1 at 0x50001000 with offset=0 and size=1024:

Factory configuration area (FCFG1)

Registers:

MISC_CONF_1 @0xa0 = 0x500010a0

reset=0x00000000

Misc configurations

012345678910111213141516171819202122232425262728293031
[0..=7] DEVICE_MINOR_REV R

HW minor revision number (a value of 0xFF shall be treated equally to 0x00). Any test of this field by SW should be implemented as a 'greater or equal' comparison as signed integer. Value may change without warning.

MISC_CONF_2 @0xa4 = 0x500010a4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] HPOSC_COMP_P3 R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV5 @0xc4 = 0x500010c4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV6 @0xc8 = 0x500010c8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV10 @0xcc = 0x500010cc

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV12 @0xd0 = 0x500010d0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV15 @0xd4 = 0x500010d4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND_DIV30 @0xd8 = 0x500010d8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_SYNTH_DIV5 @0xdc = 0x500010dc

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_SYNTH_DIV6 @0xe0 = 0x500010e0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_SYNTH_DIV10 @0xe4 = 0x500010e4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_SYNTH_DIV12 @0xe8 = 0x500010e8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_SYNTH_DIV15 @0xec = 0x500010ec

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_SYNTH_DIV30 @0xf0 = 0x500010f0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Trim value for RF Core. Value is read by RF Core ROM FW during RF Core initialization.

CONFIG_MISC_ADC_DIV5 @0xf4 = 0x500010f4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC_DIV6 @0xf8 = 0x500010f8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC_DIV10 @0xfc = 0x500010fc

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC_DIV12 @0x100 = 0x50001100

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC_DIV15 @0x104 = 0x50001104

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC_DIV30 @0x108 = 0x50001108

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

SHDW_DIE_ID_0 @0x118 = 0x50001118

reset=0x00000000

Shadow of DIE_ID_0 register in eFuse

012345678910111213141516171819202122232425262728293031
[0..=31] ID_31_0 R

Shadow of DIE_ID_0 register in eFuse row number 3

SHDW_DIE_ID_1 @0x11c = 0x5000111c

reset=0x00000000

Shadow of DIE_ID_1 register in eFuse

012345678910111213141516171819202122232425262728293031
[0..=31] ID_63_32 R

Shadow of DIE_ID_1 register in eFuse row number 4

SHDW_DIE_ID_2 @0x120 = 0x50001120

reset=0x00000000

Shadow of DIE_ID_2 register in eFuse

012345678910111213141516171819202122232425262728293031
[0..=31] ID_95_64 R

Shadow of DIE_ID_2 register in eFuse row number 5

SHDW_DIE_ID_3 @0x124 = 0x50001124

reset=0x00000000

Shadow of DIE_ID_3 register in eFuse

012345678910111213141516171819202122232425262728293031
[0..=31] ID_127_96 R

Shadow of DIE_ID_3 register in eFuse row number 6

SHDW_OSC_BIAS_LDO_TRIM @0x138 = 0x50001138

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] RCOSCHF_CTRIM R

Internal. Only to be used through TI provided API.

[8..=11] VTRIM_COARSE R

Internal. Only to be used through TI provided API.

[12..=15] VTRIM_DIG R

Internal. Only to be used through TI provided API.

[16..=17] ITRIM_DIG_LDO R

Internal. Only to be used through TI provided API.

[18..=22] TRIMIREF R

Internal. Only to be used through TI provided API.

[23..=26] TRIMMAG R

Internal. Only to be used through TI provided API.

[27..=28] SET_RCOSC_HF_COARSE_RESISTOR R

Internal. Only to be used through TI provided API.

SHDW_ANA_TRIM @0x13c = 0x5000113c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] TRIMTEMP R

Internal. Only to be used through TI provided API.

[6..=10] TRIMBOD_EXTMODE R

Internal. Only to be used through TI provided API.

[11..=15] TRIMBOD_INTMODE R

Internal. Only to be used through TI provided API.

[16..=20] VDDR_TRIM R

Internal. Only to be used through TI provided API.

[21..=22] IPTAT_TRIM R

Internal. Only to be used through TI provided API.

[23] VDDR_OK_HYS R

Internal. Only to be used through TI provided API.

[24] VDDR_ENABLE_PG1 R

Internal. Only to be used through TI provided API.

[25..=26] BOD_BANDGAP_TRIM_CNF R

Internal. Only to be used through TI provided API.

FLASH_NUMBER @0x164 = 0x50001164

reset=0x00000000

Flash number

012345678910111213141516171819202122232425262728293031
[0..=31] LOT_NUMBER R

Number of the manufacturing lot that produced this unit.

FLASH_COORDINATE @0x16c = 0x5000116c

reset=0x00000000

Flash coordinate

012345678910111213141516171819202122232425262728293031
[0..=15] YCOORDINATE R

Y coordinate of this unit on the wafer.

[16..=31] XCOORDINATE R

X coordinate of this unit on the wafer.

FLASH_E_P @0x170 = 0x50001170

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] EVSU R

Internal. Only to be used through TI provided API.

[8..=15] PVSU R

Internal. Only to be used through TI provided API.

[16..=23] ESU R

Internal. Only to be used through TI provided API.

[24..=31] PSU R

Internal. Only to be used through TI provided API.

FLASH_C_E_P_R @0x174 = 0x50001174

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] CVSU R

Internal. Only to be used through TI provided API.

[12..=15] A_EXEZ_SETUP R

Internal. Only to be used through TI provided API.

[16..=23] PV_ACCESS R

Internal. Only to be used through TI provided API.

[24..=31] RVSU R

Internal. Only to be used through TI provided API.

FLASH_P_R_PV @0x178 = 0x50001178

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] PVH2 R

Internal. Only to be used through TI provided API.

[8..=15] PVH R

Internal. Only to be used through TI provided API.

[16..=23] RH R

Internal. Only to be used through TI provided API.

[24..=31] PH R

Internal. Only to be used through TI provided API.

FLASH_EH_SEQ @0x17c = 0x5000117c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] SM_FREQUENCY R

Internal. Only to be used through TI provided API.

[12..=15] VSTAT R

Internal. Only to be used through TI provided API.

[16..=23] SEQ R

Internal. Only to be used through TI provided API.

[24..=31] EH R

Internal. Only to be used through TI provided API.

FLASH_VHV_E @0x180 = 0x50001180

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] VHV_E_STEP_HIGHT R

Internal. Only to be used through TI provided API.

[16..=31] VHV_E_START R

Internal. Only to be used through TI provided API.

FLASH_PP @0x184 = 0x50001184

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] MAX_PP R

Internal. Only to be used through TI provided API.

[24..=31] PUMP_SU R

Internal. Only to be used through TI provided API.

FLASH_PROG_EP @0x188 = 0x50001188

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] PROGRAM_PW R

Internal. Only to be used through TI provided API.

[16..=31] MAX_EP R

Internal. Only to be used through TI provided API.

FLASH_ERA_PW @0x18c = 0x5000118c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] ERASE_PW R

Internal. Only to be used through TI provided API.

FLASH_VHV @0x190 = 0x50001190

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] VHV_E R

Internal. Only to be used through TI provided API.

[8..=11] TRIM13_E R

Internal. Only to be used through TI provided API.

[16..=19] VHV_P R

Internal. Only to be used through TI provided API.

[24..=27] TRIM13_P R

Internal. Only to be used through TI provided API.

FLASH_VHV_PV @0x194 = 0x50001194

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] VINH R

Internal. Only to be used through TI provided API.

[8..=15] VCG2P5 R

Internal. Only to be used through TI provided API.

[16..=19] VHV_PV R

Internal. Only to be used through TI provided API.

[24..=27] TRIM13_PV R

Internal. Only to be used through TI provided API.

FLASH_V @0x198 = 0x50001198

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[8..=15] V_READ R

Internal. Only to be used through TI provided API.

[16..=23] VWL_P R

Internal. Only to be used through TI provided API.

[24..=31] VSL_P R

Internal. Only to be used through TI provided API.

USER_ID @0x294 = 0x50001294

reset=0x00000000

User Identification. Reading this register and the ICEPICK_DEVICE_ID register is the only support way of identifying a device. The value of this register will be written to AON_WUC:JTAGUSERCODE by boot FW while in safezone.

012345678910111213141516171819202122232425262728293031
[12..=15] PROTOCOL R

Protocols supported. 0x1: BLE 0x2: RF4CE 0x4: Zigbee/6lowpan 0x8: Proprietary More than one protocol can be supported on same device - values above are then combined.

[16..=18] PKG R

Package type. 0x0: 4x4mm QFN (RHB) package 0x1: 5x5mm QFN (RSM) package 0x2: 7x7mm QFN (RGZ) package 0x3: Wafer sale package (naked die) 0x4: 2.7x2.7mm WCSP (YFV) 0x5: 7x7mm QFN package with Wettable Flanks Other values are reserved for future use. Packages available for a specific device are shown in the device datasheet.

[19..=22] SEQUENCE R

Sequence. Used to differentiate between marketing/orderable product where other fields of USER_ID is the same (temp range, flash size, voltage range etc)

[26..=27] VER R

Version number. 0x0: Bits [25:12] of this register has the stated meaning. Any other setting indicate a different encoding of these bits.

[28..=31] PG_REV R

Field used to distinguish revisions of the device.

FLASH_OTP_DATA3 @0x2b0 = 0x500012b0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] WAIT_SYSCODE R

Internal. Only to be used through TI provided API.

[8..=15] FLASH_SIZE R

Internal. Only to be used through TI provided API.

[16..=17] TRIM_1P7 R

Internal. Only to be used through TI provided API.

[18..=21] MAX_EC_LEVEL R

Internal. Only to be used through TI provided API.

[22] DO_PRECOND R

Internal. Only to be used through TI provided API.

[23..=31] EC_STEP_SIZE R

Internal. Only to be used through TI provided API.

ANA2_TRIM @0x2b4 = 0x500012b4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] DCDC_HIGH_EN_SEL R

Internal. Only to be used through TI provided API.

[3..=5] DCDC_LOW_EN_SEL R

Internal. Only to be used through TI provided API.

[6..=7] DEAD_TIME_TRIM R

Internal. Only to be used through TI provided API.

[8..=10] DCDC_IPEAK R

Internal. Only to be used through TI provided API.

[11] DITHER_EN R

Internal. Only to be used through TI provided API.

[16..=21] NANOAMP_RES_TRIM R

Internal. Only to be used through TI provided API.

[22] ATESTLF_UDIGLDO_IBIAS_TRIM R

Internal. Only to be used through TI provided API.

[23..=24] SET_RCOSC_HF_FINE_RESISTOR R

Internal. Only to be used through TI provided API.

[26..=30] RCOSCHFCTRIMFRACT R

Internal. Only to be used through TI provided API.

[31] RCOSCHFCTRIMFRACT_EN R

Internal. Only to be used through TI provided API.

LDO_TRIM @0x2b8 = 0x500012b8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] VTRIM_DELTA R

Internal. Only to be used through TI provided API.

[8..=10] ITRIM_UDIGLDO R

Internal. Only to be used through TI provided API.

[11..=12] ITRIM_DIGLDO_LOAD R

Internal. Only to be used through TI provided API.

[16..=18] GLDO_CURSRC R

Internal. Only to be used through TI provided API.

[24..=28] VDDR_TRIM_SLEEP R

Internal. Only to be used through TI provided API.

BAT_RC_LDO_TRIM @0x2bc = 0x500012bc

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] MEASUREPER R

Internal. Only to be used through TI provided API.

[8..=11] RCOSCHF_ITUNE_TRIM R

Internal. Only to be used through TI provided API.

[16..=19] VTRIM_UDIG R

Internal. Only to be used through TI provided API.

[24..=27] VTRIM_BOD R

Internal. Only to be used through TI provided API.

MAC_BLE_0 @0x2e8 = 0x500012e8

reset=0x00000000

MAC BLE Address 0

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR_0_31 R

The first 32-bits of the 64-bit MAC BLE address

MAC_BLE_1 @0x2ec = 0x500012ec

reset=0x00000000

MAC BLE Address 1

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR_32_63 R

The last 32-bits of the 64-bit MAC BLE address

MAC_15_4_0 @0x2f0 = 0x500012f0

reset=0x00000000

MAC IEEE 802.15.4 Address 0

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR_0_31 R

The first 32-bits of the 64-bit MAC 15.4 address

MAC_15_4_1 @0x2f4 = 0x500012f4

reset=0x00000000

MAC IEEE 802.15.4 Address 1

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR_32_63 R

The last 32-bits of the 64-bit MAC 15.4 address

FLASH_OTP_DATA4 @0x308 = 0x50001308

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] VIN_AT_X_EXT_RD R

Internal. Only to be used through TI provided API.

[3] DIS_IDLE_EXT_RD R

Internal. Only to be used through TI provided API.

[4] DIS_STANDBY_EXT_RD R

Internal. Only to be used through TI provided API.

[5..=6] STANDBY_PW_SEL_EXT_RD R

Internal. Only to be used through TI provided API.

[7] STANDBY_MODE_SEL_EXT_RD R

Internal. Only to be used through TI provided API.

[8..=10] VIN_AT_X_INT_RD R

Internal. Only to be used through TI provided API.

[11] DIS_IDLE_INT_RD R

Internal. Only to be used through TI provided API.

[12] DIS_STANDBY_INT_RD R

Internal. Only to be used through TI provided API.

[13..=14] STANDBY_PW_SEL_INT_RD R

Internal. Only to be used through TI provided API.

[15] STANDBY_MODE_SEL_INT_RD R

Internal. Only to be used through TI provided API.

[16..=18] VIN_AT_X_EXT_WRT R

Internal. Only to be used through TI provided API.

[19] DIS_IDLE_EXT_WRT R

Internal. Only to be used through TI provided API.

[20] DIS_STANDBY_EXT_WRT R

Internal. Only to be used through TI provided API.

[21..=22] STANDBY_PW_SEL_EXT_WRT R

Internal. Only to be used through TI provided API.

[23] STANDBY_MODE_SEL_EXT_WRT R

Internal. Only to be used through TI provided API.

[24..=26] VIN_AT_X_INT_WRT R

Internal. Only to be used through TI provided API.

[27] DIS_IDLE_INT_WRT R

Internal. Only to be used through TI provided API.

[28] DIS_STANDBY_INT_WRT R

Internal. Only to be used through TI provided API.

[29..=30] STANDBY_PW_SEL_INT_WRT R

Internal. Only to be used through TI provided API.

[31] STANDBY_MODE_SEL_INT_WRT R

Internal. Only to be used through TI provided API.

MISC_TRIM @0x30c = 0x5000130c

reset=0x00000000

Miscellaneous Trim Parameters

012345678910111213141516171819202122232425262728293031
[0..=7] TEMPVSLOPE R

Signed byte value representing the TEMP slope with battery voltage, in degrees C / V, with four fractional bits.

RCOSC_HF_TEMPCOMP @0x310 = 0x50001310

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] CTRIMFRACT_SLOPE R

Internal. Only to be used through TI provided API.

[8..=15] CTRIMFRACT_QUAD R

Internal. Only to be used through TI provided API.

[16..=23] CTRIM R

Internal. Only to be used through TI provided API.

[24..=31] FINE_RESISTOR R

Internal. Only to be used through TI provided API.

TRIM_CAL_REVISION @0x314 = 0x50001314

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] MP1 R

Internal. Only to be used through TI provided API.

[16..=31] FT1 R

Internal. Only to be used through TI provided API.

ICEPICK_DEVICE_ID @0x318 = 0x50001318

reset=0x00000000

IcePick Device Identification Reading this register and the USER_ID register is the only support way of identifying a device.

012345678910111213141516171819202122232425262728293031
[0..=11] MANUFACTURER_ID R

Manufacturer code. 0x02F: Texas Instruments

[12..=27] WAFER_ID R

Field used to identify silicon die.

[28..=31] PG_REV R

Field used to distinguish revisions of the device.

FCFG1_REVISION @0x31c = 0x5000131c

reset=0x00000000

Factory Configuration (FCFG1) Revision

012345678910111213141516171819202122232425262728293031
[0..=31] REV R

The revision number of the FCFG1 layout. This value will be read by application SW in order to determine which FCFG1 parameters that have valid values. This revision number must be incremented by 1 before any devices are to be produced if the FCFG1 layout has changed since the previous production of devices. Value migth change without warning.

MISC_OTP_DATA @0x320 = 0x50001320

reset=0x00000000

Misc OTP Data

012345678910111213141516171819202122232425262728293031
[0..=7] TEST_PROGRAM_REV R

The revision of the test program used in the production process when FCFG1 was programmed. Value migth change without warning.

[8..=11] PO_TAIL_RES_TRIM R

Internal. Only to be used through TI provided API.

[12..=14] PER_E R

Internal. Only to be used through TI provided API.

[15..=19] PER_M R

Internal. Only to be used through TI provided API.

[20..=27] RCOSC_HF_CRIM R

Internal. Only to be used through TI provided API.

[28..=31] RCOSC_HF_ITUNE R

Internal. Only to be used through TI provided API.

IOCONF @0x344 = 0x50001344

reset=0x00000000

IO Configuration

012345678910111213141516171819202122232425262728293031
[0..=6] GPIO_CNT R

Number of available DIOs.

CONFIG_IF_ADC @0x34c = 0x5000134c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] IFANALDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[5..=9] IFDIGLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[10..=13] INT2ADJ R

Internal. Only to be used through TI provided API.

[14..=15] AAFCAP R

Internal. Only to be used through TI provided API.

[16..=19] FF1ADJ R

Internal. Only to be used through TI provided API.

[20..=23] INT3ADJ R

Internal. Only to be used through TI provided API.

[24..=27] FF3ADJ R

Internal. Only to be used through TI provided API.

[28..=31] FF2ADJ R

Internal. Only to be used through TI provided API.

CONFIG_OSC_TOP @0x350 = 0x50001350

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] RCOSCLF_RTUNE_TRIM R

Internal. Only to be used through TI provided API.

[2..=9] RCOSCLF_CTUNE_TRIM R

Internal. Only to be used through TI provided API.

[10..=25] XOSC_HF_COLUMN_Q12 R

Internal. Only to be used through TI provided API.

[26..=29] XOSC_HF_ROW_Q12 R

Internal. Only to be used through TI provided API.

CONFIG_RF_FRONTEND @0x354 = 0x50001354

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] RFLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[13] PATRIMCOMPLETE_N R

Internal. Only to be used through TI provided API.

[14..=18] CTL_PA0_TRIM R

Internal. Only to be used through TI provided API.

[19..=23] IFAMP_TRIM R

Internal. Only to be used through TI provided API.

[24..=27] LNA_IB R

Internal. Only to be used through TI provided API.

[28..=31] IFAMP_IB R

Internal. Only to be used through TI provided API.

CONFIG_SYNTH @0x358 = 0x50001358

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SLDO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[6..=11] LDOVCO_TRIM_OUTPUT R

Internal. Only to be used through TI provided API.

[12..=27] RFC_MDM_DEMIQMC0 R

Internal. Only to be used through TI provided API.

SOC_ADC_ABS_GAIN @0x35c = 0x5000135c

reset=0x00000000

AUX_ADC Gain in Absolute Reference Mode

012345678910111213141516171819202122232425262728293031
[0..=15] SOC_ADC_ABS_GAIN_TEMP1 R

SOC_ADC gain in absolute reference mode at temperature 1 (30C). Calculated in production test..

SOC_ADC_REL_GAIN @0x360 = 0x50001360

reset=0x00000000

AUX_ADC Gain in Relative Reference Mode

012345678910111213141516171819202122232425262728293031
[0..=15] SOC_ADC_REL_GAIN_TEMP1 R

SOC_ADC gain in relative reference mode at temperature 1 (30C). Calculated in production test..

SOC_ADC_OFFSET_INT @0x368 = 0x50001368

reset=0x00000000

AUX_ADC Temperature Offsets in Absolute Reference Mode

012345678910111213141516171819202122232425262728293031
[0..=7] SOC_ADC_ABS_OFFSET_TEMP1 R

SOC_ADC offset in absolute reference mode at temperature 1 (30C). Signed 8-bit number. Calculated in production test..

[16..=23] SOC_ADC_REL_OFFSET_TEMP1 R

SOC_ADC offset in relative reference mode at temperature 1 (30C). Signed 8-bit number. Calculated in production test..

SOC_ADC_REF_TRIM_AND_OFFSET_EXT @0x36c = 0x5000136c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] SOC_ADC_REF_VOLTAGE_TRIM_TEMP1 R

Internal. Only to be used through TI provided API.

AMPCOMP_TH1 @0x370 = 0x50001370

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] HPMRAMP1_TH R

Internal. Only to be used through TI provided API.

[6..=9] IBIASCAP_LPTOHP_OL_CNT R

Internal. Only to be used through TI provided API.

[10..=15] HPMRAMP3_HTH R

Internal. Only to be used through TI provided API.

[18..=23] HPMRAMP3_LTH R

Internal. Only to be used through TI provided API.

AMPCOMP_TH2 @0x374 = 0x50001374

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[2..=7] ADC_COMP_AMPTH_HPM R

Internal. Only to be used through TI provided API.

[10..=15] ADC_COMP_AMPTH_LPM R

Internal. Only to be used through TI provided API.

[18..=23] LPMUPDATE_HTM R

Internal. Only to be used through TI provided API.

[26..=31] LPMUPDATE_LTH R

Internal. Only to be used through TI provided API.

AMPCOMP_CTRL1 @0x378 = 0x50001378

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] IBIASCAP_HPTOLP_OL_CNT R

Internal. Only to be used through TI provided API.

[4..=7] CAP_STEP R

Internal. Only to be used through TI provided API.

[8..=15] LPM_IBIAS_WAIT_CNT_FINAL R

Internal. Only to be used through TI provided API.

[16..=19] IBIAS_INIT R

Internal. Only to be used through TI provided API.

[20..=23] IBIAS_OFFSET R

Internal. Only to be used through TI provided API.

[30] AMPCOMP_REQ_MODE R

Internal. Only to be used through TI provided API.

ANABYPASS_VALUE2 @0x37c = 0x5000137c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=13] XOSC_HF_IBIASTHERM R

Internal. Only to be used through TI provided API.

CONFIG_MISC_ADC @0x380 = 0x50001380

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DACTRIM R

Internal. Only to be used through TI provided API.

[6..=8] QUANTCTLTHRES R

Internal. Only to be used through TI provided API.

[9..=16] RSSI_OFFSET R

Internal. Only to be used through TI provided API.

[17] RSSITRIMCOMPLETE_N R

Internal. Only to be used through TI provided API.

VOLT_TRIM @0x388 = 0x50001388

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] TRIMBOD_H R

Internal. Only to be used through TI provided API.

[8..=12] VDDR_TRIM_SLEEP_H R

Internal. Only to be used through TI provided API.

[16..=20] VDDR_TRIM_H R

Internal. Only to be used through TI provided API.

[24..=28] VDDR_TRIM_HH R

Internal. Only to be used through TI provided API.

OSC_CONF @0x38c = 0x5000138c

reset=0x00000000

OSC Configuration

012345678910111213141516171819202122232425262728293031
[0] HPOSC_DIV3_BYPASS R

Internal. Only to be used through TI provided API.

[1..=2] HPOSC_SERIES_CAP R

Internal. Only to be used through TI provided API.

[5..=6] HPOSC_BIAS_RECHARGE_DELAY R

Internal. Only to be used through TI provided API.

[7] HPOSC_FILTER_EN R

Internal. Only to be used through TI provided API.

[8..=11] HPOSC_BIAS_RES_SET R

Internal. Only to be used through TI provided API.

[12..=15] HPOSC_CURRMIRR_RATIO R

Internal. Only to be used through TI provided API.

[16] HPOSC_BIAS_HOLD_MODE_EN R

Internal. Only to be used through TI provided API.

[17] HPOSC_OPTION R

Internal. Only to be used through TI provided API.

[18] XOSC_OPTION R

0: XOSC_HF unavailable (may not be bonded out) 1: XOSC_HF available (default)

[19..=20] XOSC_HF_FAST_START R

Trim value for DDI_0_OSC:CTL1.XOSC_HF_FAST_START.

[21..=24] XOSCLF_CMIRRWR_RATIO R

Trim value for DDI_0_OSC:LFOSCCTL.XOSCLF_CMIRRWR_RATIO.

[25..=26] XOSCLF_REGULATOR_TRIM R

Trim value for DDI_0_OSC:LFOSCCTL.XOSCLF_REGULATOR_TRIM.

[27] ATESTLF_RCOSCLF_IBIAS_TRIM R

Trim value for DDI_0_OSC:ATESTCTL.ATESTLF_RCOSCLF_IBIAS_TRIM.

[28] ADC_SH_MODE_EN R

Trim value for DDI_0_OSC:ADCDOUBLERNANOAMPCTL.ADC_SH_MODE_EN.

[29] ADC_SH_VBUF_EN R

Trim value for DDI_0_OSC:ADCDOUBLERNANOAMPCTL.ADC_SH_VBUF_EN.

FREQ_OFFSET @0x390 = 0x50001390

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] HPOSC_COMP_P2 R

Internal. Only to be used through TI provided API.

[8..=15] HPOSC_COMP_P1 R

Internal. Only to be used through TI provided API.

[16..=31] HPOSC_COMP_P0 R

Internal. Only to be used through TI provided API.

CAP_TRIM @0x394 = 0x50001394

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] FLUX_CAP_0P4_TRIM R

Internal. Only to be used through TI provided API.

[16..=31] FLUX_CAP_0P28_TRIM R

Internal. Only to be used through TI provided API.

MISC_OTP_DATA_1 @0x398 = 0x50001398

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] IDAC_STEP R

Internal. Only to be used through TI provided API.

[4..=9] LPM_IBIAS_WAIT_CNT R

Internal. Only to be used through TI provided API.

[10..=19] HPM_IBIAS_WAIT_CNT R

Internal. Only to be used through TI provided API.

[20..=21] DBLR_LOOP_FILTER_RESET_VOLTAGE R

Internal. Only to be used through TI provided API.

[22..=23] LP_BUF_ITRIM R

Internal. Only to be used through TI provided API.

[24..=26] HP_BUF_ITRIM R

Internal. Only to be used through TI provided API.

[27..=28] PEAK_DET_ITRIM R

Internal. Only to be used through TI provided API.

PWD_CURR_20C @0x39c = 0x5000139c

reset=0x00000000

Power Down Current Control 20C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_35C @0x3a0 = 0x500013a0

reset=0x00000000

Power Down Current Control 35C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_50C @0x3a4 = 0x500013a4

reset=0x00000000

Power Down Current Control 50C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_65C @0x3a8 = 0x500013a8

reset=0x00000000

Power Down Current Control 65C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_80C @0x3ac = 0x500013ac

reset=0x00000000

Power Down Current Control 80C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_95C @0x3b0 = 0x500013b0

reset=0x00000000

Power Down Current Control 95C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_110C @0x3b4 = 0x500013b4

reset=0x00000000

Power Down Current Control 110C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

PWD_CURR_125C @0x3b8 = 0x500013b8

reset=0x00000000

Power Down Current Control 125C

012345678910111213141516171819202122232425262728293031
[0..=7] BASELINE R

Worst-case baseline maximum powerdown current, in units of 0.5uA

[8..=15] DELTA_XOSC_LPM R

Additional maximum current, in units of 1uA, with XOSC_HF on in low-power mode

[16..=23] DELTA_RFMEM_RET R

Additional maximum current, in 1uA units, with RF memory retention

[24..=31] DELTA_CACHE_REF R

Additional maximum current, in units of 1uA, with cache retention

FLASH at 0x40030000 with offset=0 and size=16384:

Flash sub-system registers, includes the Flash Memory Controller (FMC), flash read path, and an integrated Efuse controller and EFUSEROM.

Registers:

STAT @0x1c = 0x4003001c

reset=0x00000000

FMC and Efuse Status

012345678910111213141516171819202122232425262728293031
[0] POWER_MODE R

Power state of the flash sub-system. 0 : Active 1 : Low power

[1] BUSY R

Fast version of the FMC FMSTAT.BUSY bit. This flag is valid immediately after the operation setting it (FMSTAT.BUSY is delayed some cycles) 0 : Not busy 1 : Busy

[2] SAMHOLD_DIS R

Status indicator of flash sample and hold sequencing logic. This bit will go to 1 some delay after CFG.DIS_IDLE is set to 1. 0: Not disabled 1: Sample and hold disabled and stable

[8..=12] EFUSE_ERRCODE R

Same as EFUSEERROR.CODE

[13] EFUSE_CRC_ERROR R

Efuse scanning resulted in scan chain CRC error. 0 : No CRC error 1 : CRC Error

[14] EFUSE_TIMEOUT R

Efuse scanning resulted in timeout error. 0 : No Timeout error 1 : Timeout Error

[15] EFUSE_BLANK R

Efuse scanning detected if fuse ROM is blank: 0 : Not blank 1 : Blank

CFG @0x24 = 0x40030024

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] DIS_IDLE RW

Internal. Only to be used through TI provided API.

[1] DIS_STANDBY RW

Internal. Only to be used through TI provided API.

[3] ENABLE_SWINTF RW

Internal. Only to be used through TI provided API.

[4] DIS_READACCESS RW

Internal. Only to be used through TI provided API.

[5] DIS_EFUSECLK RW

Internal. Only to be used through TI provided API.

[6..=7] STANDBY_PW_SEL RW

Internal. Only to be used through TI provided API.

[8] STANDBY_MODE_SEL RW

Internal. Only to be used through TI provided API.

SYSCODE_START @0x28 = 0x40030028

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] SYSCODE_START RW

Internal. Only to be used through TI provided API.

FLASH_SIZE @0x2c = 0x4003002c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] SECTORS RW

Internal. Only to be used through TI provided API.

FWLOCK @0x3c = 0x4003003c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] FWLOCK RW

Internal. Only to be used through TI provided API.

FWFLAG @0x40 = 0x40030040

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] FWFLAG RW

Internal. Only to be used through TI provided API.

EFUSE @0x1000 = 0x40031000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] DUMPWORD RW

Internal. Only to be used through TI provided API.

[24..=28] INSTRUCTION RW

Internal. Only to be used through TI provided API.

EFUSEADDR @0x1004 = 0x40031004

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=10] ROW RW

Internal. Only to be used through TI provided API.

[11..=15] BLOCK RW

Internal. Only to be used through TI provided API.

DATAUPPER @0x1008 = 0x40031008

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] EEN RW

Internal. Only to be used through TI provided API.

[1] R RW

Internal. Only to be used through TI provided API.

[2] P RW

Internal. Only to be used through TI provided API.

[3..=7] SPARE RW

Internal. Only to be used through TI provided API.

DATALOWER @0x100c = 0x4003100c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] DATA RW

Internal. Only to be used through TI provided API.

EFUSECFG @0x1010 = 0x40031010

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] GATING RW

Internal. Only to be used through TI provided API.

[3..=4] SLAVEPOWER RW

Internal. Only to be used through TI provided API.

[8] IDLEGATING RW

Internal. Only to be used through TI provided API.

EFUSESTAT @0x1014 = 0x40031014

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] RESETDONE R

Internal. Only to be used through TI provided API.

ACC @0x1018 = 0x40031018

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] ACCUMULATOR R

Internal. Only to be used through TI provided API.

BOUNDARY @0x101c = 0x4003101c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] INPUTENABLE RW

Internal. Only to be used through TI provided API.

[4..=7] SYS_WS_READ_STATES RW

Internal. Only to be used through TI provided API.

[8..=9] SYS_REPAIR_EN RW

Internal. Only to be used through TI provided API.

[10] SYS_DIEID_AUTOLOAD_EN RW

Internal. Only to be used through TI provided API.

[11] EFC_FDI RW

Internal. Only to be used through TI provided API.

[12] SYS_ECC_OVERRIDE_EN RW

Internal. Only to be used through TI provided API.

[13] SYS_ECC_SELF_TEST_EN RW

Internal. Only to be used through TI provided API.

[14..=17] OUTPUTENABLE RW

Internal. Only to be used through TI provided API.

[18] EFC_AUTOLOAD_ERROR RW

Internal. Only to be used through TI provided API.

[19] EFC_INSTRUCTION_ERROR RW

Internal. Only to be used through TI provided API.

[20] EFC_INSTRUCTION_INFO RW

Internal. Only to be used through TI provided API.

[21] EFC_SELF_TEST_ERROR RW

Internal. Only to be used through TI provided API.

[22] SPARE RW

Internal. Only to be used through TI provided API.

[23] DISROW0 RW

Internal. Only to be used through TI provided API.

EFUSEFLAG @0x1020 = 0x40031020

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] KEY R

Internal. Only to be used through TI provided API.

EFUSEKEY @0x1024 = 0x40031024

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] CODE RW

Internal. Only to be used through TI provided API.

EFUSERELEASE @0x1028 = 0x40031028

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] EFUSEDAY R

Internal. Only to be used through TI provided API.

[5..=8] EFUSEMONTH R

Internal. Only to be used through TI provided API.

[9..=15] EFUSEYEAR R

Internal. Only to be used through TI provided API.

[16..=20] ODPDAY R

Internal. Only to be used through TI provided API.

[21..=24] ODPMONTH R

Internal. Only to be used through TI provided API.

[25..=31] ODPYEAR R

Internal. Only to be used through TI provided API.

EFUSEPINS @0x102c = 0x4003102c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] SYS_WS_READ_STATES R

Internal. Only to be used through TI provided API.

[4..=5] SYS_REPAIR_EN R

Internal. Only to be used through TI provided API.

[6] SYS_DIEID_AUTOLOAD_EN R

Internal. Only to be used through TI provided API.

[7] EFC_FCLRZ R

Internal. Only to be used through TI provided API.

[8] EFC_READY R

Internal. Only to be used through TI provided API.

[9] SYS_ECC_OVERRIDE_EN R

Internal. Only to be used through TI provided API.

[10] EFC_AUTOLOAD_ERROR R

Internal. Only to be used through TI provided API.

[11] EFC_INSTRUCTION_ERROR R

Internal. Only to be used through TI provided API.

[12] EFC_INSTRUCTION_INFO R

Internal. Only to be used through TI provided API.

[13] SYS_ECC_SELF_TEST_EN R

Internal. Only to be used through TI provided API.

[14] EFC_SELF_TEST_ERROR R

Internal. Only to be used through TI provided API.

[15] EFC_SELF_TEST_DONE R

Internal. Only to be used through TI provided API.

EFUSECRA @0x1030 = 0x40031030

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] DATA RW

Internal. Only to be used through TI provided API.

EFUSEREAD @0x1034 = 0x40031034

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] MARGIN RW

Internal. Only to be used through TI provided API.

[2] SPARE RW

Internal. Only to be used through TI provided API.

[3] DEBUG RW

Internal. Only to be used through TI provided API.

[4..=7] READCLOCK RW

Internal. Only to be used through TI provided API.

[8..=9] DATABIT RW

Internal. Only to be used through TI provided API.

EFUSEPROGRAM @0x1038 = 0x40031038

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=8] WRITECLOCK RW

Internal. Only to be used through TI provided API.

[9..=12] ITERATIONS RW

Internal. Only to be used through TI provided API.

[13] VPPTOVDD RW

Internal. Only to be used through TI provided API.

[14..=29] CLOCKSTALL RW

Internal. Only to be used through TI provided API.

[30] COMPAREDISABLE RW

Internal. Only to be used through TI provided API.

EFUSEERROR @0x103c = 0x4003103c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] CODE RW

Internal. Only to be used through TI provided API.

[5] DONE RW

Internal. Only to be used through TI provided API.

SINGLEBIT @0x1040 = 0x40031040

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] FROM0 R

Internal. Only to be used through TI provided API.

[1..=31] FROMN R

Internal. Only to be used through TI provided API.

TWOBIT @0x1044 = 0x40031044

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] FROM0 R

Internal. Only to be used through TI provided API.

[1..=31] FROMN R

Internal. Only to be used through TI provided API.

SELFTESTCYC @0x1048 = 0x40031048

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] CYCLES RW

Internal. Only to be used through TI provided API.

SELFTESTSIGN @0x104c = 0x4003104c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SIGNATURE RW

Internal. Only to be used through TI provided API.

FRDCTL @0x2000 = 0x40032000

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] RM R

Internal. Only to be used through TI provided API.

[8..=11] RWAIT RW

Internal. Only to be used through TI provided API.

FSPRD @0x2004 = 0x40032004

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] RM0 RW

Internal. Only to be used through TI provided API.

[1] RM1 RW

Internal. Only to be used through TI provided API.

[8..=15] RMBSEM RW

Internal. Only to be used through TI provided API.

[16..=31] DIS_PREEMPT R

Internal. Only to be used through TI provided API.

FEDACCTL1 @0x2008 = 0x40032008

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] EDACEN R

Internal. Only to be used through TI provided API.

[24] SUSP_IGNR RW

Internal. Only to be used through TI provided API.

FEDACCTL2 @0x200c = 0x4003200c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SEC_THRESHOLD R

Internal. Only to be used through TI provided API.

FCOR_ERR_CNT @0x2010 = 0x40032010

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] COR_ERR_CNT R

Internal. Only to be used through TI provided API.

FCOR_ERR_ADD @0x2014 = 0x40032014

read-only reset=0x00000000

Internal. Only to be used through TI provided API.

FCOR_ERR_POS @0x2018 = 0x40032018

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SERR_POS R

Internal. Only to be used through TI provided API.

FEDACSTAT @0x201c = 0x4003201c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] ERR_PRF_FLG R

Internal. Only to be used through TI provided API.

[24] FSM_DONE RW

Internal. Only to be used through TI provided API.

[25] RVF_INT RW

Internal. Only to be used through TI provided API.

FUNC_ERR_ADD @0x2020 = 0x40032020

read-only reset=0x00000000

Internal. Only to be used through TI provided API.

FEDACSDIS @0x2024 = 0x40032024

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SECTORID0 R

Internal. Only to be used through TI provided API.

FPRIM_ADD_TAG @0x2028 = 0x40032028

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] PRIM_ADD_TAG R

Internal. Only to be used through TI provided API.

FREDU_ADD_TAG @0x202c = 0x4003202c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] REDU_ADD_TAG R

Internal. Only to be used through TI provided API.

FBPROT @0x2030 = 0x40032030

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] PROTL1DIS RW

Internal. Only to be used through TI provided API.

FBSE @0x2034 = 0x40032034

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] BSE RW

Internal. Only to be used through TI provided API.

FBBUSY @0x2038 = 0x40032038

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] BUSY R

Internal. Only to be used through TI provided API.

FBAC @0x203c = 0x4003203c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] VREADS RW

Internal. Only to be used through TI provided API.

[8..=15] BAGP RW

Internal. Only to be used through TI provided API.

[16] OTPPROTDIS RW

Internal. Only to be used through TI provided API.

FBFALLBACK @0x2040 = 0x40032040

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] BANKPWR0 RW

Internal. Only to be used through TI provided API.

[2..=3] BANKPWR1 RW

Internal. Only to be used through TI provided API.

[4..=5] BANKPWR2 RW

Internal. Only to be used through TI provided API.

[6..=7] BANKPWR3 RW

Internal. Only to be used through TI provided API.

[8..=9] BANKPWR4 RW

Internal. Only to be used through TI provided API.

[10..=11] BANKPWR5 RW

Internal. Only to be used through TI provided API.

[12..=13] BANKPWR6 RW

Internal. Only to be used through TI provided API.

[14..=15] BANKPWR7 RW

Internal. Only to be used through TI provided API.

[16..=19] REG_PWRSAV RW

Internal. Only to be used through TI provided API.

[24..=27] FSM_PWRSAV RW

Internal. Only to be used through TI provided API.

FBPRDY @0x2044 = 0x40032044

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] BANKRDY R

Internal. Only to be used through TI provided API.

[15] PUMPRDY R

Internal. Only to be used through TI provided API.

[16] BANKBUSY R

Internal. Only to be used through TI provided API.

FPAC1 @0x2048 = 0x40032048

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=1] PUMPPWR RW

Internal. Only to be used through TI provided API.

[4..=15] PUMPRESET_PW RW

Internal. Only to be used through TI provided API.

[16..=27] PSLEEPTDIS RW

Internal. Only to be used through TI provided API.

FPAC2 @0x204c = 0x4003204c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] PAGP RW

Internal. Only to be used through TI provided API.

FMAC @0x2050 = 0x40032050

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] BANK RW

Internal. Only to be used through TI provided API.

FMSTAT @0x2054 = 0x40032054

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] SLOCK R

Internal. Only to be used through TI provided API.

[1] PSUSP R

Internal. Only to be used through TI provided API.

[2] ESUSP R

Internal. Only to be used through TI provided API.

[3] VOLSTAT R

Internal. Only to be used through TI provided API.

[4] CSTAT R

Internal. Only to be used through TI provided API.

[5] INVDAT R

Internal. Only to be used through TI provided API.

[6] PGM R

Internal. Only to be used through TI provided API.

[7] ERS R

Internal. Only to be used through TI provided API.

[8] BUSY R

Internal. Only to be used through TI provided API.

[9] CV R

Internal. Only to be used through TI provided API.

[10] EV R

Internal. Only to be used through TI provided API.

[11] PCV R

Internal. Only to be used through TI provided API.

[12] PGV R

Internal. Only to be used through TI provided API.

[13] DBF R

Internal. Only to be used through TI provided API.

[14] ILA R

Internal. Only to be used through TI provided API.

[15] RVF R

Internal. Only to be used through TI provided API.

[16] RDVER R

Internal. Only to be used through TI provided API.

[17] RVSUSP R

Internal. Only to be used through TI provided API.

FEMU_DMSW @0x2058 = 0x40032058

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FEMU_DLSW @0x205c = 0x4003205c

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FEMU_ECC @0x2060 = 0x40032060

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] EMU_ECC RW

Internal. Only to be used through TI provided API.

FLOCK @0x2064 = 0x40032064

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] ENCOM RW

Internal. Only to be used through TI provided API.

FEMU_ADDR @0x2068 = 0x40032068

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] EMU_ADDR RW

Internal. Only to be used through TI provided API.

FDIAGCTL @0x206c = 0x4003206c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] DIAGMODE RW

Internal. Only to be used through TI provided API.

FRAW_DATAH @0x2070 = 0x40032070

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FRAW_DATAL @0x2074 = 0x40032074

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FRAW_ECC @0x2078 = 0x40032078

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] RAW_ECC RW

Internal. Only to be used through TI provided API.

FPAR_OVR @0x207c = 0x4003207c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] DAT_INV_PAR RW

Internal. Only to be used through TI provided API.

FVREADCT @0x2080 = 0x40032080

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] VREADCT RW

Internal. Only to be used through TI provided API.

FVHVCT1 @0x2084 = 0x40032084

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] VHVCT_PV RW

Internal. Only to be used through TI provided API.

[4..=7] TRIM13_PV RW

Internal. Only to be used through TI provided API.

[16..=19] VHVCT_E RW

Internal. Only to be used through TI provided API.

[20..=23] TRIM13_E RW

Internal. Only to be used through TI provided API.

FVHVCT2 @0x2088 = 0x40032088

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[16..=19] VHVCT_P RW

Internal. Only to be used through TI provided API.

[20..=23] TRIM13_P RW

Internal. Only to be used through TI provided API.

FVHVCT3 @0x208c = 0x4003208c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] VHVCT_READ RW

Internal. Only to be used through TI provided API.

[16..=19] WCT RW

Internal. Only to be used through TI provided API.

FVNVCT @0x2090 = 0x40032090

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] VIN_CT RW

Internal. Only to be used through TI provided API.

[8..=12] VCG2P5CT RW

Internal. Only to be used through TI provided API.

FVSLP @0x2094 = 0x40032094

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[12..=15] VSL_P RW

Internal. Only to be used through TI provided API.

FVWLCT @0x2098 = 0x40032098

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] VWLCT_P RW

Internal. Only to be used through TI provided API.

FEFUSECTL @0x209c = 0x4003209c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] EFUSE_EN RW

Internal. Only to be used through TI provided API.

[4] EF_TEST RW

Internal. Only to be used through TI provided API.

[8] EF_CLRZ RW

Internal. Only to be used through TI provided API.

[16] BP_SEL RW

Internal. Only to be used through TI provided API.

[17] WRITE_EN RW

Internal. Only to be used through TI provided API.

[24..=26] CHAIN_SEL RW

Internal. Only to be used through TI provided API.

FEFUSESTAT @0x20a0 = 0x400320a0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] SHIFT_DONE RW

Internal. Only to be used through TI provided API.

FEFUSEDATA @0x20a4 = 0x400320a4

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSEQPMP @0x20a8 = 0x400320a8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] SEQ_PUMP RW

Internal. Only to be used through TI provided API.

[8] VIN_BY_PASS RW

Internal. Only to be used through TI provided API.

[12..=14] VIN_AT_X RW

Internal. Only to be used through TI provided API.

[16..=19] TRIM_0P8 RW

Internal. Only to be used through TI provided API.

[20..=21] TRIM_1P7 RW

Internal. Only to be used through TI provided API.

[24..=27] TRIM_3P4 RW

Internal. Only to be used through TI provided API.

FCLKTRIM @0x20ac = 0x400320ac

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] TRIM_EN RW

Internal. Only to be used through TI provided API.

ROM_TEST @0x20b0 = 0x400320b0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] ROM_KEY RW

Internal. Only to be used through TI provided API.

FEDACSDIS2 @0x20c0 = 0x400320c0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SECTORID2 RW

Internal. Only to be used through TI provided API.

FBSTROBES @0x2100 = 0x40032100

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[2] TEZ RW

Internal. Only to be used through TI provided API.

[3] OTP RW

Internal. Only to be used through TI provided API.

[4] TI_OTP RW

Internal. Only to be used through TI provided API.

[5] PRECOL RW

Internal. Only to be used through TI provided API.

[6] NOCOLRED RW

Internal. Only to be used through TI provided API.

[8] CTRLENZ RW

Internal. Only to be used through TI provided API.

[16] FLCLKEN RW

Internal. Only to be used through TI provided API.

[17] RWAIT_FLCLK RW

Internal. Only to be used through TI provided API.

[18] RWAIT2_FLCLK RW

Internal. Only to be used through TI provided API.

[24] ECBIT RW

Internal. Only to be used through TI provided API.

FPSTROBES @0x2104 = 0x40032104

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] V5PWRDNZ RW

Internal. Only to be used through TI provided API.

[1] V3PWRDNZ RW

Internal. Only to be used through TI provided API.

[8] EXECUTEZ RW

Internal. Only to be used through TI provided API.

FBMODE @0x2108 = 0x40032108

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] MODE RW

Internal. Only to be used through TI provided API.

FTCR @0x210c = 0x4003210c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=6] TCR RW

Internal. Only to be used through TI provided API.

FADDR @0x2110 = 0x40032110

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FPMTCTL @0x2114 = 0x40032114

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] ADDR_INCR R

Internal. Only to be used through TI provided API.

PBISTCTL @0x2118 = 0x40032118

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] PBIST_KEY R

Internal. Only to be used through TI provided API.

FTCTL @0x211c = 0x4003211c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[1] TEST_EN RW

Internal. Only to be used through TI provided API.

[16] WDATA_BLK_CLR RW

Internal. Only to be used through TI provided API.

FWPWRITE0 @0x2120 = 0x40032120

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE1 @0x2124 = 0x40032124

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE2 @0x2128 = 0x40032128

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE3 @0x212c = 0x4003212c

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE4 @0x2130 = 0x40032130

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE5 @0x2134 = 0x40032134

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE6 @0x2138 = 0x40032138

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE7 @0x213c = 0x4003213c

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FWPWRITE_ECC @0x2140 = 0x40032140

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ECCBYTES31_24 RW

Internal. Only to be used through TI provided API.

[8..=15] ECCBYTES23_16 RW

Internal. Only to be used through TI provided API.

[16..=23] ECCBYTES15_08 RW

Internal. Only to be used through TI provided API.

[24..=31] ECCBYTES07_00 RW

Internal. Only to be used through TI provided API.

FSWSTAT @0x2144 = 0x40032144

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] SAFELV R

Internal. Only to be used through TI provided API.

FSM_GLBCTL @0x2200 = 0x40032200

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] CLKSEL R

Internal. Only to be used through TI provided API.

FSM_STATE @0x2204 = 0x40032204

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[6] OTP_ACT R

Internal. Only to be used through TI provided API.

[7] TIOTP_ACT R

Internal. Only to be used through TI provided API.

[8] FSM_ACT R

Internal. Only to be used through TI provided API.

[10] EXECUTEZ R

Internal. Only to be used through TI provided API.

[11] CTRLENZ R

Internal. Only to be used through TI provided API.

FSM_STAT @0x2208 = 0x40032208

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] INV_DAT R

Internal. Only to be used through TI provided API.

[1] OVR_PUL_CNT R

Internal. Only to be used through TI provided API.

[2] NON_OP R

Internal. Only to be used through TI provided API.

FSM_CMD @0x220c = 0x4003220c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=5] FSMCMD RW

Internal. Only to be used through TI provided API.

FSM_PE_OSU @0x2210 = 0x40032210

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ERA_OSU RW

Internal. Only to be used through TI provided API.

[8..=15] PGM_OSU RW

Internal. Only to be used through TI provided API.

FSM_VSTAT @0x2214 = 0x40032214

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[12..=15] VSTAT_CNT RW

Internal. Only to be used through TI provided API.

FSM_PE_VSU @0x2218 = 0x40032218

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ERA_VSU RW

Internal. Only to be used through TI provided API.

[8..=15] PGM_VSU RW

Internal. Only to be used through TI provided API.

FSM_CMP_VSU @0x221c = 0x4003221c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[12..=15] ADD_EXZ RW

Internal. Only to be used through TI provided API.

FSM_EX_VAL @0x2220 = 0x40032220

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] EXE_VALD RW

Internal. Only to be used through TI provided API.

[8..=15] REP_VSU RW

Internal. Only to be used through TI provided API.

FSM_RD_H @0x2224 = 0x40032224

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] RD_H RW

Internal. Only to be used through TI provided API.

FSM_P_OH @0x2228 = 0x40032228

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[8..=15] PGM_OH RW

Internal. Only to be used through TI provided API.

FSM_ERA_OH @0x222c = 0x4003222c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] ERA_OH RW

Internal. Only to be used through TI provided API.

FSM_SAV_PPUL @0x2230 = 0x40032230

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] SAV_P_PUL R

Internal. Only to be used through TI provided API.

FSM_PE_VH @0x2234 = 0x40032234

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] ERA_VH R

Internal. Only to be used through TI provided API.

[8..=15] PGM_VH RW

Internal. Only to be used through TI provided API.

FSM_PRG_PW @0x2240 = 0x40032240

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] PROG_PUL_WIDTH RW

Internal. Only to be used through TI provided API.

FSM_ERA_PW @0x2244 = 0x40032244

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_SAV_ERA_PUL @0x2254 = 0x40032254

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] SAV_ERA_PUL R

Internal. Only to be used through TI provided API.

FSM_TIMER @0x2258 = 0x40032258

read-only reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_MODE @0x225c = 0x4003225c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] CMD R

Internal. Only to be used through TI provided API.

[3..=5] MODE R

Internal. Only to be used through TI provided API.

[6..=8] SAV_ERA_MODE R

Internal. Only to be used through TI provided API.

[9..=11] SAV_PGM_CMD R

Internal. Only to be used through TI provided API.

[12..=13] SUBMODE R

Internal. Only to be used through TI provided API.

[14..=15] ERA_SUBMODE R

Internal. Only to be used through TI provided API.

[16..=17] PGM_SUBMODE R

Internal. Only to be used through TI provided API.

[18..=19] RDV_SUBMODE R

Internal. Only to be used through TI provided API.

FSM_PGM @0x2260 = 0x40032260

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=22] PGM_ADDR R

Internal. Only to be used through TI provided API.

[23..=25] PGM_BANK R

Internal. Only to be used through TI provided API.

FSM_ERA @0x2264 = 0x40032264

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=22] ERA_ADDR R

Internal. Only to be used through TI provided API.

[23..=25] ERA_BANK R

Internal. Only to be used through TI provided API.

FSM_PRG_PUL @0x2268 = 0x40032268

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] MAX_PRG_PUL RW

Internal. Only to be used through TI provided API.

[16..=19] BEG_EC_LEVEL RW

Internal. Only to be used through TI provided API.

FSM_ERA_PUL @0x226c = 0x4003226c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] MAX_ERA_PUL RW

Internal. Only to be used through TI provided API.

[16..=19] MAX_EC_LEVEL RW

Internal. Only to be used through TI provided API.

FSM_STEP_SIZE @0x2270 = 0x40032270

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[16..=24] EC_STEP_SIZE RW

Internal. Only to be used through TI provided API.

FSM_PUL_CNTR @0x2274 = 0x40032274

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] PUL_CNTR R

Internal. Only to be used through TI provided API.

[16..=24] CUR_EC_LEVEL R

Internal. Only to be used through TI provided API.

FSM_EC_STEP_HEIGHT @0x2278 = 0x40032278

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] EC_STEP_HEIGHT RW

Internal. Only to be used through TI provided API.

FSM_ST_MACHINE @0x227c = 0x4003227c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] OVERRIDE RW

Internal. Only to be used through TI provided API.

[1] INV_DATA RW

Internal. Only to be used through TI provided API.

[2] CMD_EN RW

Internal. Only to be used through TI provided API.

[3] DIS_TST_EN RW

Internal. Only to be used through TI provided API.

[4] PREC_STOP_EN RW

Internal. Only to be used through TI provided API.

[5] PGM_SEC_COF_EN RW

Internal. Only to be used through TI provided API.

[7..=10] DBG_SHORT_ROW RW

Internal. Only to be used through TI provided API.

[11] DO_REDU_COL RW

Internal. Only to be used through TI provided API.

[14] ONE_TIME_GOOD RW

Internal. Only to be used through TI provided API.

[16] RV_INT_EN RW

Internal. Only to be used through TI provided API.

[17] RV_RES RW

Internal. Only to be used through TI provided API.

[18] RV_SEC_EN RW

Internal. Only to be used through TI provided API.

[19] RANDOM RW

Internal. Only to be used through TI provided API.

[20] CMPV_ALLOWED RW

Internal. Only to be used through TI provided API.

[21] ALL_BANKS RW

Internal. Only to be used through TI provided API.

[22] FSM_INT_EN RW

Internal. Only to be used through TI provided API.

[23] DO_PRECOND RW

Internal. Only to be used through TI provided API.

FSM_FLES @0x2280 = 0x40032280

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=7] BLK_OTP RW

Internal. Only to be used through TI provided API.

[8..=11] BLK_TIOTP RW

Internal. Only to be used through TI provided API.

FSM_WR_ENA @0x2288 = 0x40032288

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=2] WR_ENA RW

Internal. Only to be used through TI provided API.

FSM_ACC_PP @0x228c = 0x4003228c

read-only reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_ACC_EP @0x2290 = 0x40032290

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] ACC_EP R

Internal. Only to be used through TI provided API.

FSM_ADDR @0x22a0 = 0x400322a0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=27] CUR_ADDR R

Internal. Only to be used through TI provided API.

[28..=30] BANK R

Internal. Only to be used through TI provided API.

FSM_SECTOR @0x22a4 = 0x400322a4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] SEC_OUT R

Internal. Only to be used through TI provided API.

[4..=7] SECTOR R

Internal. Only to be used through TI provided API.

[8..=15] FSM_SECTOR_EXTENSION R

Internal. Only to be used through TI provided API.

[16..=31] SECT_ERASED RW

Internal. Only to be used through TI provided API.

FMC_REV_ID @0x22a8 = 0x400322a8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] CONFIG_CRC R

Internal. Only to be used through TI provided API.

[12..=31] MOD_VERSION R

Internal. Only to be used through TI provided API.

FSM_ERR_ADDR @0x22ac = 0x400322ac

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] FSM_ERR_BANK R

Internal. Only to be used through TI provided API.

[8..=31] FSM_ERR_ADDR R

Internal. Only to be used through TI provided API.

FSM_PGM_MAXPUL @0x22b0 = 0x400322b0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=11] FSM_PGM_MAXPUL R

Internal. Only to be used through TI provided API.

FSM_EXECUTE @0x22b4 = 0x400322b4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=4] FSMEXECUTE RW

Internal. Only to be used through TI provided API.

[16..=19] SUSPEND_NOW RW

Internal. Only to be used through TI provided API.

EEPROM_CFG @0x22b8 = 0x400322b8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] AUTOSTART_GRACE RW

Internal. Only to be used through TI provided API.

FSM_SECTOR1 @0x22c0 = 0x400322c0

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_SECTOR2 @0x22c4 = 0x400322c4

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_BSLE0 @0x22e0 = 0x400322e0

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_BSLE1 @0x22e4 = 0x400322e4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] FSM_BSL1 RW

Internal. Only to be used through TI provided API.

FSM_BSLP0 @0x22f0 = 0x400322f0

read-write reset=0x00000000

Internal. Only to be used through TI provided API.

FSM_BSLP1 @0x22f4 = 0x400322f4

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] FSM_BSL1 RW

Internal. Only to be used through TI provided API.

FCFG_BANK @0x2400 = 0x40032400

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] MAIN_NUM_BANK R

Internal. Only to be used through TI provided API.

[4..=15] MAIN_BANK_WIDTH R

Internal. Only to be used through TI provided API.

[16..=19] EE_NUM_BANK R

Internal. Only to be used through TI provided API.

[20..=31] EE_BANK_WIDTH R

Internal. Only to be used through TI provided API.

FCFG_WRAPPER @0x2404 = 0x40032404

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] CPU_TYPE1 R

Internal. Only to be used through TI provided API.

[4..=5] UERR R

Internal. Only to be used through TI provided API.

[6..=7] AUTO_SUSP R

Internal. Only to be used through TI provided API.

[8] ECCA R

Internal. Only to be used through TI provided API.

[9] SIL3 R

Internal. Only to be used through TI provided API.

[10] IFLUSH R

Internal. Only to be used through TI provided API.

[11] ROM R

Internal. Only to be used through TI provided API.

[12..=15] EE_IN_MAIN R

Internal. Only to be used through TI provided API.

[16..=19] CPU2 R

Internal. Only to be used through TI provided API.

[20] MEM_MAP R

Internal. Only to be used through TI provided API.

[24..=31] FAMILY_TYPE R

Internal. Only to be used through TI provided API.

FCFG_BNK_TYPE @0x2408 = 0x40032408

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] B0_TYPE R

Internal. Only to be used through TI provided API.

[4..=7] B1_TYPE R

Internal. Only to be used through TI provided API.

[8..=11] B2_TYPE R

Internal. Only to be used through TI provided API.

[12..=15] B3_TYPE R

Internal. Only to be used through TI provided API.

[16..=19] B4_TYPE R

Internal. Only to be used through TI provided API.

[20..=23] B5_TYPE R

Internal. Only to be used through TI provided API.

[24..=27] B6_TYPE R

Internal. Only to be used through TI provided API.

[28..=31] B7_TYPE R

Internal. Only to be used through TI provided API.

FCFG_B0_START @0x2410 = 0x40032410

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B0_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B0_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B0_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B1_START @0x2414 = 0x40032414

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B1_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B1_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B1_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B2_START @0x2418 = 0x40032418

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B2_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B2_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B2_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B3_START @0x241c = 0x4003241c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B3_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B3_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B3_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B4_START @0x2420 = 0x40032420

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B4_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B4_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B4_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B5_START @0x2424 = 0x40032424

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B5_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B5_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B5_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B6_START @0x2428 = 0x40032428

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B6_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B6_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B6_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B7_START @0x242c = 0x4003242c

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=23] B7_START_ADDR R

Internal. Only to be used through TI provided API.

[24..=27] B7_MUX_FACTOR R

Internal. Only to be used through TI provided API.

[28..=31] B7_MAX_SECTOR R

Internal. Only to be used through TI provided API.

FCFG_B0_SSIZE0 @0x2430 = 0x40032430

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=3] B0_SECT_SIZE R

Internal. Only to be used through TI provided API.

[16..=27] B0_NUM_SECTORS R

Internal. Only to be used through TI provided API.

FCFG_B0_SSIZE1 @0x2434 = 0x40032434

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B0_SSIZE2 @0x2438 = 0x40032438

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B0_SSIZE3 @0x243c = 0x4003243c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B1_SSIZE0 @0x2440 = 0x40032440

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B1_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B1_SSIZE1 @0x2444 = 0x40032444

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B1_SSIZE2 @0x2448 = 0x40032448

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B1_SSIZE3 @0x244c = 0x4003244c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B2_SSIZE0 @0x2450 = 0x40032450

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B2_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B2_SSIZE1 @0x2454 = 0x40032454

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B2_SSIZE2 @0x2458 = 0x40032458

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B2_SSIZE3 @0x245c = 0x4003245c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B3_SSIZE0 @0x2460 = 0x40032460

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B3_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B3_SSIZE1 @0x2464 = 0x40032464

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B3_SSIZE2 @0x2468 = 0x40032468

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B3_SSIZE3 @0x246c = 0x4003246c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B4_SSIZE0 @0x2470 = 0x40032470

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B4_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B4_SSIZE1 @0x2474 = 0x40032474

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B4_SSIZE2 @0x2478 = 0x40032478

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B4_SSIZE3 @0x247c = 0x4003247c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B5_SSIZE0 @0x2480 = 0x40032480

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B5_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B5_SSIZE1 @0x2484 = 0x40032484

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B5_SSIZE2 @0x2488 = 0x40032488

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B5_SSIZE3 @0x248c = 0x4003248c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B6_SSIZE0 @0x2490 = 0x40032490

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B6_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B6_SSIZE1 @0x2494 = 0x40032494

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B6_SSIZE2 @0x2498 = 0x40032498

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B6_SSIZE3 @0x249c = 0x4003249c

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B7_SSIZE0 @0x24a0 = 0x400324a0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] B7_SECT_SIZE R

Internal. Only to be used through TI provided API.

FCFG_B7_SSIZE1 @0x24a4 = 0x400324a4

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B7_SSIZE2 @0x24a8 = 0x400324a8

reset=0x00000000

Internal. Only to be used through TI provided API.

FCFG_B7_SSIZE3 @0x24ac = 0x400324ac

reset=0x00000000

Internal. Only to be used through TI provided API.

GPIO at 0x40022000 with offset=0 and size=1024:

MCU GPIO - I/F for controlling and reading IO status and IO event status

Registers:

DOUT3_0 @0x0 = 0x40022000

reset=0x00000000

Data Out 0 to 3 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO0 W

Sets the state of the pin that is configured as DIO#0, if the corresponding DOE31_0 bitfield is set.

[8] DIO1 W

Sets the state of the pin that is configured as DIO#1, if the corresponding DOE31_0 bitfield is set.

[16] DIO2 W

Sets the state of the pin that is configured as DIO#2, if the corresponding DOE31_0 bitfield is set.

[24] DIO3 W

Sets the state of the pin that is configured as DIO#3, if the corresponding DOE31_0 bitfield is set.

DOUT7_4 @0x4 = 0x40022004

reset=0x00000000

Data Out 4 to 7 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO4 W

Sets the state of the pin that is configured as DIO#4, if the corresponding DOE31_0 bitfield is set.

[8] DIO5 W

Sets the state of the pin that is configured as DIO#5, if the corresponding DOE31_0 bitfield is set.

[16] DIO6 W

Sets the state of the pin that is configured as DIO#6, if the corresponding DOE31_0 bitfield is set.

[24] DIO7 W

Sets the state of the pin that is configured as DIO#7, if the corresponding DOE31_0 bitfield is set.

DOUT11_8 @0x8 = 0x40022008

reset=0x00000000

Data Out 8 to 11 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO8 W

Sets the state of the pin that is configured as DIO#8, if the corresponding DOE31_0 bitfield is set.

[8] DIO9 W

Sets the state of the pin that is configured as DIO#9, if the corresponding DOE31_0 bitfield is set.

[16] DIO10 W

Sets the state of the pin that is configured as DIO#10, if the corresponding DOE31_0 bitfield is set.

[24] DIO11 W

Sets the state of the pin that is configured as DIO#11, if the corresponding DOE31_0 bitfield is set.

DOUT15_12 @0xc = 0x4002200c

reset=0x00000000

Data Out 12 to 15 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO12 W

Sets the state of the pin that is configured as DIO#12, if the corresponding DOE31_0 bitfield is set.

[8] DIO13 W

Sets the state of the pin that is configured as DIO#13, if the corresponding DOE31_0 bitfield is set.

[16] DIO14 W

Sets the state of the pin that is configured as DIO#14, if the corresponding DOE31_0 bitfield is set.

[24] DIO15 W

Sets the state of the pin that is configured as DIO#15, if the corresponding DOE31_0 bitfield is set.

DOUT19_16 @0x10 = 0x40022010

reset=0x00000000

Data Out 16 to 19 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO16 W

Sets the state of the pin that is configured as DIO#16, if the corresponding DOE31_0 bitfield is set.

[8] DIO17 W

Sets the state of the pin that is configured as DIO#17, if the corresponding DOE31_0 bitfield is set.

[16] DIO18 W

Sets the state of the pin that is configured as DIO#18, if the corresponding DOE31_0 bitfield is set.

[24] DIO19 W

Sets the state of the pin that is configured as DIO#19, if the corresponding DOE31_0 bitfield is set.

DOUT23_20 @0x14 = 0x40022014

reset=0x00000000

Data Out 20 to 23 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO20 W

Sets the state of the pin that is configured as DIO#20, if the corresponding DOE31_0 bitfield is set.

[8] DIO21 W

Sets the state of the pin that is configured as DIO#21, if the corresponding DOE31_0 bitfield is set.

[16] DIO22 W

Sets the state of the pin that is configured as DIO#22, if the corresponding DOE31_0 bitfield is set.

[24] DIO23 W

Sets the state of the pin that is configured as DIO#23, if the corresponding DOE31_0 bitfield is set.

DOUT27_24 @0x18 = 0x40022018

reset=0x00000000

Data Out 24 to 27 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO24 W

Sets the state of the pin that is configured as DIO#24, if the corresponding DOE31_0 bitfield is set.

[8] DIO25 W

Sets the state of the pin that is configured as DIO#25, if the corresponding DOE31_0 bitfield is set.

[16] DIO26 W

Sets the state of the pin that is configured as DIO#26, if the corresponding DOE31_0 bitfield is set.

[24] DIO27 W

Sets the state of the pin that is configured as DIO#27, if the corresponding DOE31_0 bitfield is set.

DOUT31_28 @0x1c = 0x4002201c

reset=0x00000000

Data Out 28 to 31 Alias register for byte access to each bit in DOUT31_0

012345678910111213141516171819202122232425262728293031
[0] DIO28 W

Sets the state of the pin that is configured as DIO#28, if the corresponding DOE31_0 bitfield is set.

[8] DIO29 W

Sets the state of the pin that is configured as DIO#29, if the corresponding DOE31_0 bitfield is set.

[16] DIO30 W

Sets the state of the pin that is configured as DIO#30, if the corresponding DOE31_0 bitfield is set.

[24] DIO31 W

Sets the state of the pin that is configured as DIO#31, if the corresponding DOE31_0 bitfield is set.

DOUT31_0 @0x80 = 0x40022080

reset=0x00000000

Data Output for DIO 0 to 31

012345678910111213141516171819202122232425262728293031
[0] DIO0 RW

Data output for DIO 0

[1] DIO1 RW

Data output for DIO 1

[2] DIO2 RW

Data output for DIO 2

[3] DIO3 RW

Data output for DIO 3

[4] DIO4 RW

Data output for DIO 4

[5] DIO5 RW

Data output for DIO 5

[6] DIO6 RW

Data output for DIO 6

[7] DIO7 RW

Data output for DIO 7

[8] DIO8 RW

Data output for DIO 8

[9] DIO9 RW

Data output for DIO 9

[10] DIO10 RW

Data output for DIO 10

[11] DIO11 RW

Data output for DIO 11

[12] DIO12 RW

Data output for DIO 12

[13] DIO13 RW

Data output for DIO 13

[14] DIO14 RW

Data output for DIO 14

[15] DIO15 RW

Data output for DIO 15

[16] DIO16 RW

Data output for DIO 16

[17] DIO17 RW

Data output for DIO 17

[18] DIO18 RW

Data output for DIO 18

[19] DIO19 RW

Data output for DIO 19

[20] DIO20 RW

Data output for DIO 20

[21] DIO21 RW

Data output for DIO 21

[22] DIO22 RW

Data output for DIO 22

[23] DIO23 RW

Data output for DIO 23

[24] DIO24 RW

Data output for DIO 24

[25] DIO25 RW

Data output for DIO 25

[26] DIO26 RW

Data output for DIO 26

[27] DIO27 RW

Data output for DIO 27

[28] DIO28 RW

Data output for DIO 28

[29] DIO29 RW

Data output for DIO 29

[30] DIO30 RW

Data output for DIO 30

[31] DIO31 RW

Data output for DIO 31

DOUTSET31_0 @0x90 = 0x40022090

reset=0x00000000

Data Out Set Writing 1 to a bit position sets the corresponding bit in the DOUT31_0 register

012345678910111213141516171819202122232425262728293031
[0] DIO0 W

Set bit 0

[1] DIO1 W

Set bit 1

[2] DIO2 W

Set bit 2

[3] DIO3 W

Set bit 3

[4] DIO4 W

Set bit 4

[5] DIO5 W

Set bit 5

[6] DIO6 W

Set bit 6

[7] DIO7 W

Set bit 7

[8] DIO8 W

Set bit 8

[9] DIO9 W

Set bit 9

[10] DIO10 W

Set bit 10

[11] DIO11 W

Set bit 11

[12] DIO12 W

Set bit 12

[13] DIO13 W

Set bit 13

[14] DIO14 W

Set bit 14

[15] DIO15 W

Set bit 15

[16] DIO16 W

Set bit 16

[17] DIO17 W

Set bit 17

[18] DIO18 W

Set bit 18

[19] DIO19 W

Set bit 19

[20] DIO20 W

Set bit 20

[21] DIO21 W

Set bit 21

[22] DIO22 W

Set bit 22

[23] DIO23 W

Set bit 23

[24] DIO24 W

Set bit 24

[25] DIO25 W

Set bit 25

[26] DIO26 W

Set bit 26

[27] DIO27 W

Set bit 27

[28] DIO28 W

Set bit 28

[29] DIO29 W

Set bit 29

[30] DIO30 W

Set bit 30

[31] DIO31 W

Set bit 31

DOUTCLR31_0 @0xa0 = 0x400220a0

reset=0x00000000

Data Out Clear Writing 1 to a bit position clears the corresponding bit in the DOUT31_0 register

012345678910111213141516171819202122232425262728293031
[0] DIO0 W

Clears bit 0

[1] DIO1 W

Clears bit 1

[2] DIO2 W

Clears bit 2

[3] DIO3 W

Clears bit 3

[4] DIO4 W

Clears bit 4

[5] DIO5 W

Clears bit 5

[6] DIO6 W

Clears bit 6

[7] DIO7 W

Clears bit 7

[8] DIO8 W

Clears bit 8

[9] DIO9 W

Clears bit 9

[10] DIO10 W

Clears bit 10

[11] DIO11 W

Clears bit 11

[12] DIO12 W

Clears bit 12

[13] DIO13 W

Clears bit 13

[14] DIO14 W

Clears bit 14

[15] DIO15 W

Clears bit 15

[16] DIO16 W

Clears bit 16

[17] DIO17 W

Clears bit 17

[18] DIO18 W

Clears bit 18

[19] DIO19 W

Clears bit 19

[20] DIO20 W

Clears bit 20

[21] DIO21 W

Clears bit 21

[22] DIO22 W

Clears bit 22

[23] DIO23 W

Clears bit 23

[24] DIO24 W

Clears bit 24

[25] DIO25 W

Clears bit 25

[26] DIO26 W

Clears bit 26

[27] DIO27 W

Clears bit 27

[28] DIO28 W

Clears bit 28

[29] DIO29 W

Clears bit 29

[30] DIO30 W

Clears bit 30

[31] DIO31 W

Clears bit 31

DOUTTGL31_0 @0xb0 = 0x400220b0

reset=0x00000000

Data Out Toggle Writing 1 to a bit position will invert the corresponding DIO output.

012345678910111213141516171819202122232425262728293031
[0] DIO0 RW

Toggles bit 0

[1] DIO1 RW

Toggles bit 1

[2] DIO2 RW

Toggles bit 2

[3] DIO3 RW

Toggles bit 3

[4] DIO4 RW

Toggles bit 4

[5] DIO5 RW

Toggles bit 5

[6] DIO6 RW

Toggles bit 6

[7] DIO7 RW

Toggles bit 7

[8] DIO8 RW

Toggles bit 8

[9] DIO9 RW

Toggles bit 9

[10] DIO10 RW

Toggles bit 10

[11] DIO11 RW

Toggles bit 11

[12] DIO12 RW

Toggles bit 12

[13] DIO13 RW

Toggles bit 13

[14] DIO14 RW

Toggles bit 14

[15] DIO15 RW

Toggles bit 15

[16] DIO16 RW

Toggles bit 16

[17] DIO17 RW

Toggles bit 17

[18] DIO18 RW

Toggles bit 18

[19] DIO19 RW

Toggles bit 19

[20] DIO20 RW

Toggles bit 20

[21] DIO21 RW

Toggles bit 21

[22] DIO22 RW

Toggles bit 22

[23] DIO23 RW

Toggles bit 23

[24] DIO24 RW

Toggles bit 24

[25] DIO25 RW

Toggles bit 25

[26] DIO26 RW

Toggles bit 26

[27] DIO27 RW

Toggles bit 27

[28] DIO28 RW

Toggles bit 28

[29] DIO29 RW

Toggles bit 29

[30] DIO30 RW

Toggles bit 30

[31] DIO31 RW

Toggles bit 31

DIN31_0 @0xc0 = 0x400220c0

reset=0x00000000

Data Input from DIO 0 to 31

012345678910111213141516171819202122232425262728293031
[0] DIO0 R

Data input from DIO 0

[1] DIO1 R

Data input from DIO 1

[2] DIO2 R

Data input from DIO 2

[3] DIO3 R

Data input from DIO 3

[4] DIO4 R

Data input from DIO 4

[5] DIO5 R

Data input from DIO 5

[6] DIO6 R

Data input from DIO 6

[7] DIO7 R

Data input from DIO 7

[8] DIO8 R

Data input from DIO 8

[9] DIO9 R

Data input from DIO 9

[10] DIO10 R

Data input from DIO 10

[11] DIO11 R

Data input from DIO 11

[12] DIO12 R

Data input from DIO 12

[13] DIO13 R

Data input from DIO 13

[14] DIO14 R

Data input from DIO 14

[15] DIO15 R

Data input from DIO 15

[16] DIO16 R

Data input from DIO 16

[17] DIO17 R

Data input from DIO 17

[18] DIO18 R

Data input from DIO 18

[19] DIO19 R

Data input from DIO 19

[20] DIO20 R

Data input from DIO 20

[21] DIO21 R

Data input from DIO 21

[22] DIO22 R

Data input from DIO 22

[23] DIO23 R

Data input from DIO 23

[24] DIO24 R

Data input from DIO 24

[25] DIO25 R

Data input from DIO 25

[26] DIO26 R

Data input from DIO 26

[27] DIO27 R

Data input from DIO 27

[28] DIO28 R

Data input from DIO 28

[29] DIO29 R

Data input from DIO 29

[30] DIO30 R

Data input from DIO 30

[31] DIO31 R

Data input from DIO 31

DOE31_0 @0xd0 = 0x400220d0

reset=0x00000000

Data Output Enable for DIO 0 to 31

012345678910111213141516171819202122232425262728293031
[0] DIO0 RW

Data output enable for DIO 0

[1] DIO1 RW

Data output enable for DIO 1

[2] DIO2 RW

Data output enable for DIO 2

[3] DIO3 RW

Data output enable for DIO 3

[4] DIO4 RW

Data output enable for DIO 4

[5] DIO5 RW

Data output enable for DIO 5

[6] DIO6 RW

Data output enable for DIO 6

[7] DIO7 RW

Data output enable for DIO 7

[8] DIO8 RW

Data output enable for DIO 8

[9] DIO9 RW

Data output enable for DIO 9

[10] DIO10 RW

Data output enable for DIO 10

[11] DIO11 RW

Data output enable for DIO 11

[12] DIO12 RW

Data output enable for DIO 12

[13] DIO13 RW

Data output enable for DIO 13

[14] DIO14 RW

Data output enable for DIO 14

[15] DIO15 RW

Data output enable for DIO 15

[16] DIO16 RW

Data output enable for DIO 16

[17] DIO17 RW

Data output enable for DIO 17

[18] DIO18 RW

Data output enable for DIO 18

[19] DIO19 RW

Data output enable for DIO 19

[20] DIO20 RW

Data output enable for DIO 20

[21] DIO21 RW

Data output enable for DIO 21

[22] DIO22 RW

Data output enable for DIO 22

[23] DIO23 RW

Data output enable for DIO 23

[24] DIO24 RW

Data output enable for DIO 24

[25] DIO25 RW

Data output enable for DIO 25

[26] DIO26 RW

Data output enable for DIO 26

[27] DIO27 RW

Data output enable for DIO 27

[28] DIO28 RW

Data output enable for DIO 28

[29] DIO29 RW

Data output enable for DIO 29

[30] DIO30 RW

Data output enable for DIO 30

[31] DIO31 RW

Data output enable for DIO 31

EVFLAGS31_0 @0xe0 = 0x400220e0

reset=0x00000000

Event Register for DIO 0 to 31 Reading this registers will return 1 for triggered event and 0 for non-triggered events. Writing a 1 to a bit field will clear the event. The configuration of events is done inside MCU IOC, e.g. events for DIO #0 is configured in IOC:IOCFG0.EDGE_DET and IOC:IOCFG0.EDGE_IRQ_EN.

012345678910111213141516171819202122232425262728293031
[0] DIO0 RW

Event for DIO 0

[1] DIO1 RW

Event for DIO 1

[2] DIO2 RW

Event for DIO 2

[3] DIO3 RW

Event for DIO 3

[4] DIO4 RW

Event for DIO 4

[5] DIO5 RW

Event for DIO 5

[6] DIO6 RW

Event for DIO 6

[7] DIO7 RW

Event for DIO 7

[8] DIO8 RW

Event for DIO 8

[9] DIO9 RW

Event for DIO 9

[10] DIO10 RW

Event for DIO 10

[11] DIO11 RW

Event for DIO 11

[12] DIO12 RW

Event for DIO 12

[13] DIO13 RW

Event for DIO 13

[14] DIO14 RW

Event for DIO 14

[15] DIO15 RW

Event for DIO 15

[16] DIO16 RW

Event for DIO 16

[17] DIO17 RW

Event for DIO 17

[18] DIO18 RW

Event for DIO 18

[19] DIO19 RW

Event for DIO 19

[20] DIO20 RW

Event for DIO 20

[21] DIO21 RW

Event for DIO 21

[22] DIO22 RW

Event for DIO 22

[23] DIO23 RW

Event for DIO 23

[24] DIO24 RW

Event for DIO 24

[25] DIO25 RW

Event for DIO 25

[26] DIO26 RW

Event for DIO 26

[27] DIO27 RW

Event for DIO 27

[28] DIO28 RW

Event for DIO 28

[29] DIO29 RW

Event for DIO 29

[30] DIO30 RW

Event for DIO 30

[31] DIO31 RW

Event for DIO 31

GPT0 at 0x40010000 with offset=0 and size=4096:

General Purpose Timer.

Registers:

CFG @0x0 = 0x40010000

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0..=2] CFG RW

GPT Configuration 0x2- 0x3 - Reserved 0x5- 0x7 - Reserved

Possible values:

NameValuedefault
_16BIT_TIMER 4
_32BIT_TIMER 0

TAMR @0x4 = 0x40010004

reset=0x00000000

Timer A Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TAMR RW

GPT Timer A Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TACM RW

GPT Timer A Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TAAMS RW

GPT Timer A Alternate Mode Note: To enable PWM mode, you must also clear TACM and then configure TAMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TACDIR RW

GPT Timer A Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TAMIE RW

GPT Timer A Match Interrupt Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TAWOT RW

GPT Timer A Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TASNAPS RW

GPT Timer A Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TAILD RW

GPT Timer A PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TAPWMIE RW

GPTM Timer A PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TAEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TAOTE bit and the DMAEV.CAEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TAMRSU RW

Timer A Match Register Update mode This bit defines when the TAMATCHR and TAPR registers are updated. If the timer is disabled (CTL.TAEN = 0) when this bit is set, TAMATCHR and TAPR are updated when the timer is enabled. If the timer is stalled (CTL.TASTALL = 1) when this bit is set, TAMATCHR and TAPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TAPLO RW

GPTM Timer A PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TAILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TAILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TACINTD RW

One-Shot/Periodic Interrupt Disable

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

TBMR @0x8 = 0x40010008

reset=0x00000000

Timer B Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TBMR RW

GPT Timer B Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TBCM RW

GPT Timer B Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TBAMS RW

GPT Timer B Alternate Mode Note: To enable PWM mode, you must also clear TBCM bit and configure TBMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TBCDIR RW

GPT Timer B Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TBMIE RW

GPT Timer B Match Interrupt Enable.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TBWOT RW

GPT Timer B Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TBSNAPS RW

GPT Timer B Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBILD RW

GPT Timer B PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TBPWMIE RW

GPTM Timer B PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TBEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TBOTE bit and the DMAEV.CBEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TBMRSU RW

Timer B Match Register Update mode This bit defines when the TBMATCHR and TBPR registers are updated If the timer is disabled (CTL.TBEN is clear) when this bit is set, TBMATCHR and TBPR are updated when the timer is enabled. If the timer is stalled (CTL.TBSTALL is set) when this bit is set, TBMATCHR and TBPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TBPLO RW

GPTM Timer B PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TBILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TBILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TBCINTD RW

One-Shot/Periodic Interrupt Mode

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

CTL @0xc = 0x4001000c

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] TAEN RW

GPT Timer A Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[1] TASTALL RW

GPT Timer A Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[2..=3] TAEVENT RW

GPT Timer A Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[6] TAPWML RW

GPT Timer A PWM Output Level

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0
[8] TBEN RW

GPT Timer B Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[9] TBSTALL RW

GPT Timer B Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[10..=11] TBEVENT RW

GPT Timer B Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[14] TBPWML RW

GPT Timer B PWM Output Level 0: Output is unaffected. 1: Output is inverted.

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0

SYNC @0x10 = 0x40010010

reset=0x00000000

Synch Register

012345678910111213141516171819202122232425262728293031
[0..=1] SYNC0 W

Synchronize GPT Timer 0

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[2..=3] SYNC1 W

Synchronize GPT Timer 1

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[4..=5] SYNC2 W

Synchronize GPT Timer 2.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[6..=7] SYNC3 W

Synchronize GPT Timer 3.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0

IMR @0x18 = 0x40010018

reset=0x00000000

Interrupt Mask This register is used to enable the interrupts. Associated registers: RIS, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOIM RW

Enabling this bit will make the RIS.TATORIS interrupt propagate to MIS.TATOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[1] CAMIM RW

Enabling this bit will make the RIS.CAMRIS interrupt propagate to MIS.CAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[2] CAEIM RW

Enabling this bit will make the RIS.CAERIS interrupt propagate to MIS.CAEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[4] TAMIM RW

Enabling this bit will make the RIS.TAMRIS interrupt propagate to MIS.TAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[5] DMAAIM RW

Enabling this bit will make the RIS.DMAARIS interrupt propagate to MIS.DMAAMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBTOIM RW

Enabling this bit will make the RIS.TBTORIS interrupt propagate to MIS.TBTOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[9] CBMIM RW

Enabling this bit will make the RIS.CBMRIS interrupt propagate to MIS.CBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[10] CBEIM RW

Enabling this bit will make the RIS.CBERIS interrupt propagate to MIS.CBEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[11] TBMIM RW

Enabling this bit will make the RIS.TBMRIS interrupt propagate to MIS.TBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[13] DMABIM RW

Enabling this bit will make the RIS.DMABRIS interrupt propagate to MIS.DMABMIS

Possible values:

NameValuedefault
EN 1
DIS 0

RIS @0x1c = 0x4001001c

reset=0x00000000

Raw Interrupt Status Associated registers: IMR, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATORIS R

GPT Timer A Time-out Raw Interrupt 0: Timer A has not timed out 1: Timer A has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TAILR, depending on the count direction.

[1] CAMRIS R

GPT Timer A Capture Mode Match Raw Interrupt 0: The capture mode match for Timer A has not occurred. 1: A capture mode match has occurred for Timer A. This interrupt asserts when the values in the TAR and TAPR match the values in the TAMATCHR and TAPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CAMCINT bit.

[2] CAERIS R

GPT Timer A Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[4] TAMRIS R

GPT Timer A Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TAMR.TAMIE is set, and the match values in TAMATCHR and optionally TAPMR have been reached when configured in one-shot or periodic mode.

[5] DMAARIS R

GPT Timer A DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

[8] TBTORIS R

GPT Timer B Time-out Raw Interrupt 0: Timer B has not timed out 1: Timer B has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TBILR, depending on the count direction.

[9] CBMRIS R

GPT Timer B Capture Mode Match Raw Interrupt 0: The capture mode match for Timer B has not occurred. 1: A capture mode match has occurred for Timer B. This interrupt asserts when the values in the TBR and TBPR match the values in the TBMATCHR and TBPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CBMCINT bit.

[10] CBERIS R

GPT Timer B Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[11] TBMRIS R

GPT Timer B Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TBMR.TBMIE is set, and the match values in TBMATCHR and optionally TBPMR have been reached when configured in one-shot or periodic mode.

[13] DMABRIS R

GPT Timer B DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

MIS @0x20 = 0x40010020

reset=0x00000000

Masked Interrupt Status Values are result of bitwise AND operation between RIS and IMR Assosciated clear register: ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TATORIS = 1 && IMR.TATOIM = 1

[1] CAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAMRIS = 1 && IMR.CAMIM = 1

[2] CAEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAERIS = 1 && IMR.CAEIM = 1

[4] TAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TAMRIS = 1 && IMR.TAMIM = 1

[5] DMAAMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMAARIS = 1 && IMR.DMAAIM = 1

[8] TBTOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBTORIS = 1 && IMR.TBTOIM = 1

[9] CBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBMRIS = 1 && IMR.CBMIM = 1

[10] CBEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBERIS = 1 && IMR.CBEIM = 1

[11] TBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBMRIS = 1 && IMR.TBMIM = 1

[13] DMABMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMABRIS = 1 && IMR.DMABIM = 1

ICLR @0x24 = 0x40010024

reset=0x00000000

Interrupt Clear This register is used to clear status bits in the RIS and MIS registers

012345678910111213141516171819202122232425262728293031
[0] TATOCINT RW

0: Do nothing. 1: Clear RIS.TATORIS and MIS.TATOMIS

[1] CAMCINT RW

0: Do nothing. 1: Clear RIS.CAMRIS and MIS.CAMMIS

[2] CAECINT RW

0: Do nothing. 1: Clear RIS.CAERIS and MIS.CAEMIS

[4] TAMCINT RW

0: Do nothing. 1: Clear RIS.TAMRIS and MIS.TAMMIS

[5] DMAAINT RW

0: Do nothing. 1: Clear RIS.DMAARIS and MIS.DMAAMIS

[8] TBTOCINT RW

0: Do nothing. 1: Clear RIS.TBTORIS and MIS.TBTOMIS

[9] CBMCINT RW

0: Do nothing. 1: Clear RIS.CBMRIS and MIS.CBMMIS

[10] CBECINT RW

0: Do nothing. 1: Clear RIS.CBERIS and MIS.CBEMIS

[11] TBMCINT RW

0: Do nothing. 1: Clear RIS.TBMRIS and MIS.TBMMIS

[13] DMABINT RW

0: Do nothing. 1: Clear RIS.DMABRIS and MIS.DMABMIS

TAILR @0x28 = 0x40010028

read-write reset=0x00000000

Timer A Interval Load Register

TBILR @0x2c = 0x4001002c

read-write reset=0x00000000

Timer B Interval Load Register

TAMATCHR @0x30 = 0x40010030

read-write reset=0x00000000

Timer A Match Register Interrupts can be generated when the timer value is equal to the value in this register in one-shot or periodic mode. In Edge-Count mode, this register along with TAILR, determines how many edge events are counted. The total number of edge events counted is equal to the value in TAILR minus this value. Note that in edge-count mode, when executing an up-count, the value of TAPR and TAILR must be greater than the value of TAPMR and this register. In PWM mode, this value along with TAILR, determines the duty cycle of the output PWM signal. When a 16/32-bit GPT is configured to one of the 32-bit modes, TAMATCHR appears as a 32-bit register. (The upper 16-bits correspond to the contents TBMATCHR). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBMATCHR. Note : This register is updated internally (takes effect) based on TAMR.TAMRSU

TBMATCHR @0x34 = 0x40010034

reset=0x00000000

Timer B Match Register When a GPT is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of TAMATCHR. Reads from this register return the current match value of Timer B and writes are ignored. In a 16-bit mode, bits 15:0 are used for the match value. Bits 31:16 are reserved in both cases. Note : This register is updated internally (takes effect) based on TBMR.TBMRSU

012345678910111213141516171819202122232425262728293031
[0..=15] TBMATCHR RW

GPT Timer B Match Register

TAPR @0x38 = 0x40010038

reset=0x00000000

Timer A Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TAR and TAV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSR RW

Timer A Pre-scale. Prescaler ratio in one-shot and periodic count mode is TAPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TBPR @0x3c = 0x4001003c

reset=0x00000000

Timer B Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TBR and TBV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSR RW

Timer B Pre-scale. Prescale ratio in one-shot and periodic count mode is TBPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TAPMR @0x40 = 0x40010040

reset=0x00000000

Timer A Pre-scale Match This register allows software to extend the range of the TAMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSMR RW

GPT Timer A Pre-scale Match. In 16 bit mode this field holds bits 23 to 16.

TBPMR @0x44 = 0x40010044

reset=0x00000000

Timer B Pre-scale Match This register allows software to extend the range of the TBMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSMR RW

GPT Timer B Pre-scale Match Register. In 16 bit mode this field holds bits 23 to 16.

TAR @0x48 = 0x40010048

read-only reset=0x00000000

Timer A Register This register shows the current value of the Timer A counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPT is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the Timer B (TBR) register). In the16-bit Input Edge Count, Input Edge Time, and PWM modes, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TAV register. To read the value of the prescalar in periodic snapshot mode, read the Timer A Prescale Snapshot (TAPS) register.

TBR @0x4c = 0x4001004c

read-only reset=0x00000000

Timer B Register This register shows the current value of the Timer B counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAR register. Reads from this register return the current value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler in Input Edge Count, Input Edge Time, and PWM modes, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TBV register. To read the value of the prescalar in periodic snapshot mode, read the Timer B Prescale Snapshot (TBPS) register.

TAV @0x50 = 0x40010050

read-write reset=0x00000000

Timer A Value When read, this register shows the current, free-running value of Timer A in all modes. Softwarecan use this value to determine the time elapsed between an interrupt and the ISR entry when using the snapshot feature with the periodic operating mode. When written, the value written into this register is loaded into the TAR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B Value (TBV) register). In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TBV @0x54 = 0x40010054

read-write reset=0x00000000

Timer B Value When read, this register shows the current, free-running value of Timer B in all modes. Software can use this value to determine the time elapsed between an interrupt and the ISR entry. When written, the value written into this register is loaded into the TBR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAV register. Reads from this register return the current free-running value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TAPS @0x5c = 0x4001005c

reset=0x00000000

Timer A Pre-scale Snap-shot Based on the value in the register field TAMR.TAILD, this register is updated with the value from TAPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer A pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer A Pre-scaler

TBPS @0x60 = 0x40010060

reset=0x00000000

Timer B Pre-scale Snap-shot Based on the value in the register field TBMR.TBILD, this register is updated with the value from TBPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer B pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer B Pre-scaler

TAPV @0x64 = 0x40010064

reset=0x00000000

Timer A Pre-scale Value This register shows the current value of the Timer A free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer A Pre-scaler Value

TBPV @0x68 = 0x40010068

reset=0x00000000

Timer B Pre-scale Value This register shows the current value of the Timer B free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer B Pre-scaler Value

DMAEV @0x6c = 0x4001006c

reset=0x00000000

DMA Event This register allows software to enable/disable GPT DMA trigger events.

012345678910111213141516171819202122232425262728293031
[0] TATODMAEN RW

GPT Timer A Time-Out DMA Trigger Enable

[1] CAMDMAEN RW

GPT Timer A Capture Match DMA Trigger Enable

[2] CAEDMAEN RW

GPT Timer A Capture Event DMA Trigger Enable

[4] TAMDMAEN RW

GPT Timer A Match DMA Trigger Enable

[8] TBTODMAEN RW

GPT Timer B Time-Out DMA Trigger Enable

[9] CBMDMAEN RW

GPT Timer B Capture Match DMA Trigger Enable

[10] CBEDMAEN RW

GPT Timer B Capture Event DMA Trigger Enable

[11] TBMDMAEN RW

GPT Timer B Match DMA Trigger Enable

VERSION @0xfb0 = 0x40010fb0

read-only reset=0x00000000

Peripheral Version This register provides information regarding the GPT version

ANDCCP @0xfb4 = 0x40010fb4

reset=0x00000000

Combined CCP Output This register is used to logically AND CCP output pairs for each timer

012345678910111213141516171819202122232425262728293031
[0] CCP_AND_EN RW

Enables AND operation of the CCP outputs for timers A and B. 0 : PWM outputs of Timer A and Timer B are the internal generated PWM signals of the respective timers. 1 : PWM output of Timer A is ANDed version of Timer A and Timer B PWM signals and Timer B PWM ouput is Timer B PWM signal only.

GPT1 at 0x40011000 with offset=0 and size=4096:

General Purpose Timer.

Registers:

CFG @0x0 = 0x40011000

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0..=2] CFG RW

GPT Configuration 0x2- 0x3 - Reserved 0x5- 0x7 - Reserved

Possible values:

NameValuedefault
_16BIT_TIMER 4
_32BIT_TIMER 0

TAMR @0x4 = 0x40011004

reset=0x00000000

Timer A Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TAMR RW

GPT Timer A Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TACM RW

GPT Timer A Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TAAMS RW

GPT Timer A Alternate Mode Note: To enable PWM mode, you must also clear TACM and then configure TAMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TACDIR RW

GPT Timer A Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TAMIE RW

GPT Timer A Match Interrupt Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TAWOT RW

GPT Timer A Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TASNAPS RW

GPT Timer A Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TAILD RW

GPT Timer A PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TAPWMIE RW

GPTM Timer A PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TAEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TAOTE bit and the DMAEV.CAEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TAMRSU RW

Timer A Match Register Update mode This bit defines when the TAMATCHR and TAPR registers are updated. If the timer is disabled (CTL.TAEN = 0) when this bit is set, TAMATCHR and TAPR are updated when the timer is enabled. If the timer is stalled (CTL.TASTALL = 1) when this bit is set, TAMATCHR and TAPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TAPLO RW

GPTM Timer A PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TAILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TAILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TACINTD RW

One-Shot/Periodic Interrupt Disable

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

TBMR @0x8 = 0x40011008

reset=0x00000000

Timer B Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TBMR RW

GPT Timer B Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TBCM RW

GPT Timer B Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TBAMS RW

GPT Timer B Alternate Mode Note: To enable PWM mode, you must also clear TBCM bit and configure TBMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TBCDIR RW

GPT Timer B Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TBMIE RW

GPT Timer B Match Interrupt Enable.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TBWOT RW

GPT Timer B Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TBSNAPS RW

GPT Timer B Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBILD RW

GPT Timer B PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TBPWMIE RW

GPTM Timer B PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TBEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TBOTE bit and the DMAEV.CBEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TBMRSU RW

Timer B Match Register Update mode This bit defines when the TBMATCHR and TBPR registers are updated If the timer is disabled (CTL.TBEN is clear) when this bit is set, TBMATCHR and TBPR are updated when the timer is enabled. If the timer is stalled (CTL.TBSTALL is set) when this bit is set, TBMATCHR and TBPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TBPLO RW

GPTM Timer B PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TBILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TBILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TBCINTD RW

One-Shot/Periodic Interrupt Mode

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

CTL @0xc = 0x4001100c

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] TAEN RW

GPT Timer A Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[1] TASTALL RW

GPT Timer A Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[2..=3] TAEVENT RW

GPT Timer A Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[6] TAPWML RW

GPT Timer A PWM Output Level

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0
[8] TBEN RW

GPT Timer B Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[9] TBSTALL RW

GPT Timer B Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[10..=11] TBEVENT RW

GPT Timer B Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[14] TBPWML RW

GPT Timer B PWM Output Level 0: Output is unaffected. 1: Output is inverted.

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0

SYNC @0x10 = 0x40011010

reset=0x00000000

Synch Register

012345678910111213141516171819202122232425262728293031
[0..=1] SYNC0 W

Synchronize GPT Timer 0

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[2..=3] SYNC1 W

Synchronize GPT Timer 1

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[4..=5] SYNC2 W

Synchronize GPT Timer 2.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[6..=7] SYNC3 W

Synchronize GPT Timer 3.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0

IMR @0x18 = 0x40011018

reset=0x00000000

Interrupt Mask This register is used to enable the interrupts. Associated registers: RIS, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOIM RW

Enabling this bit will make the RIS.TATORIS interrupt propagate to MIS.TATOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[1] CAMIM RW

Enabling this bit will make the RIS.CAMRIS interrupt propagate to MIS.CAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[2] CAEIM RW

Enabling this bit will make the RIS.CAERIS interrupt propagate to MIS.CAEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[4] TAMIM RW

Enabling this bit will make the RIS.TAMRIS interrupt propagate to MIS.TAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[5] DMAAIM RW

Enabling this bit will make the RIS.DMAARIS interrupt propagate to MIS.DMAAMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBTOIM RW

Enabling this bit will make the RIS.TBTORIS interrupt propagate to MIS.TBTOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[9] CBMIM RW

Enabling this bit will make the RIS.CBMRIS interrupt propagate to MIS.CBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[10] CBEIM RW

Enabling this bit will make the RIS.CBERIS interrupt propagate to MIS.CBEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[11] TBMIM RW

Enabling this bit will make the RIS.TBMRIS interrupt propagate to MIS.TBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[13] DMABIM RW

Enabling this bit will make the RIS.DMABRIS interrupt propagate to MIS.DMABMIS

Possible values:

NameValuedefault
EN 1
DIS 0

RIS @0x1c = 0x4001101c

reset=0x00000000

Raw Interrupt Status Associated registers: IMR, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATORIS R

GPT Timer A Time-out Raw Interrupt 0: Timer A has not timed out 1: Timer A has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TAILR, depending on the count direction.

[1] CAMRIS R

GPT Timer A Capture Mode Match Raw Interrupt 0: The capture mode match for Timer A has not occurred. 1: A capture mode match has occurred for Timer A. This interrupt asserts when the values in the TAR and TAPR match the values in the TAMATCHR and TAPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CAMCINT bit.

[2] CAERIS R

GPT Timer A Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[4] TAMRIS R

GPT Timer A Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TAMR.TAMIE is set, and the match values in TAMATCHR and optionally TAPMR have been reached when configured in one-shot or periodic mode.

[5] DMAARIS R

GPT Timer A DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

[8] TBTORIS R

GPT Timer B Time-out Raw Interrupt 0: Timer B has not timed out 1: Timer B has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TBILR, depending on the count direction.

[9] CBMRIS R

GPT Timer B Capture Mode Match Raw Interrupt 0: The capture mode match for Timer B has not occurred. 1: A capture mode match has occurred for Timer B. This interrupt asserts when the values in the TBR and TBPR match the values in the TBMATCHR and TBPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CBMCINT bit.

[10] CBERIS R

GPT Timer B Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[11] TBMRIS R

GPT Timer B Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TBMR.TBMIE is set, and the match values in TBMATCHR and optionally TBPMR have been reached when configured in one-shot or periodic mode.

[13] DMABRIS R

GPT Timer B DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

MIS @0x20 = 0x40011020

reset=0x00000000

Masked Interrupt Status Values are result of bitwise AND operation between RIS and IMR Assosciated clear register: ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TATORIS = 1 && IMR.TATOIM = 1

[1] CAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAMRIS = 1 && IMR.CAMIM = 1

[2] CAEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAERIS = 1 && IMR.CAEIM = 1

[4] TAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TAMRIS = 1 && IMR.TAMIM = 1

[5] DMAAMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMAARIS = 1 && IMR.DMAAIM = 1

[8] TBTOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBTORIS = 1 && IMR.TBTOIM = 1

[9] CBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBMRIS = 1 && IMR.CBMIM = 1

[10] CBEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBERIS = 1 && IMR.CBEIM = 1

[11] TBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBMRIS = 1 && IMR.TBMIM = 1

[13] DMABMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMABRIS = 1 && IMR.DMABIM = 1

ICLR @0x24 = 0x40011024

reset=0x00000000

Interrupt Clear This register is used to clear status bits in the RIS and MIS registers

012345678910111213141516171819202122232425262728293031
[0] TATOCINT RW

0: Do nothing. 1: Clear RIS.TATORIS and MIS.TATOMIS

[1] CAMCINT RW

0: Do nothing. 1: Clear RIS.CAMRIS and MIS.CAMMIS

[2] CAECINT RW

0: Do nothing. 1: Clear RIS.CAERIS and MIS.CAEMIS

[4] TAMCINT RW

0: Do nothing. 1: Clear RIS.TAMRIS and MIS.TAMMIS

[5] DMAAINT RW

0: Do nothing. 1: Clear RIS.DMAARIS and MIS.DMAAMIS

[8] TBTOCINT RW

0: Do nothing. 1: Clear RIS.TBTORIS and MIS.TBTOMIS

[9] CBMCINT RW

0: Do nothing. 1: Clear RIS.CBMRIS and MIS.CBMMIS

[10] CBECINT RW

0: Do nothing. 1: Clear RIS.CBERIS and MIS.CBEMIS

[11] TBMCINT RW

0: Do nothing. 1: Clear RIS.TBMRIS and MIS.TBMMIS

[13] DMABINT RW

0: Do nothing. 1: Clear RIS.DMABRIS and MIS.DMABMIS

TAILR @0x28 = 0x40011028

read-write reset=0x00000000

Timer A Interval Load Register

TBILR @0x2c = 0x4001102c

read-write reset=0x00000000

Timer B Interval Load Register

TAMATCHR @0x30 = 0x40011030

read-write reset=0x00000000

Timer A Match Register Interrupts can be generated when the timer value is equal to the value in this register in one-shot or periodic mode. In Edge-Count mode, this register along with TAILR, determines how many edge events are counted. The total number of edge events counted is equal to the value in TAILR minus this value. Note that in edge-count mode, when executing an up-count, the value of TAPR and TAILR must be greater than the value of TAPMR and this register. In PWM mode, this value along with TAILR, determines the duty cycle of the output PWM signal. When a 16/32-bit GPT is configured to one of the 32-bit modes, TAMATCHR appears as a 32-bit register. (The upper 16-bits correspond to the contents TBMATCHR). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBMATCHR. Note : This register is updated internally (takes effect) based on TAMR.TAMRSU

TBMATCHR @0x34 = 0x40011034

reset=0x00000000

Timer B Match Register When a GPT is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of TAMATCHR. Reads from this register return the current match value of Timer B and writes are ignored. In a 16-bit mode, bits 15:0 are used for the match value. Bits 31:16 are reserved in both cases. Note : This register is updated internally (takes effect) based on TBMR.TBMRSU

012345678910111213141516171819202122232425262728293031
[0..=15] TBMATCHR RW

GPT Timer B Match Register

TAPR @0x38 = 0x40011038

reset=0x00000000

Timer A Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TAR and TAV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSR RW

Timer A Pre-scale. Prescaler ratio in one-shot and periodic count mode is TAPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TBPR @0x3c = 0x4001103c

reset=0x00000000

Timer B Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TBR and TBV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSR RW

Timer B Pre-scale. Prescale ratio in one-shot and periodic count mode is TBPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TAPMR @0x40 = 0x40011040

reset=0x00000000

Timer A Pre-scale Match This register allows software to extend the range of the TAMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSMR RW

GPT Timer A Pre-scale Match. In 16 bit mode this field holds bits 23 to 16.

TBPMR @0x44 = 0x40011044

reset=0x00000000

Timer B Pre-scale Match This register allows software to extend the range of the TBMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSMR RW

GPT Timer B Pre-scale Match Register. In 16 bit mode this field holds bits 23 to 16.

TAR @0x48 = 0x40011048

read-only reset=0x00000000

Timer A Register This register shows the current value of the Timer A counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPT is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the Timer B (TBR) register). In the16-bit Input Edge Count, Input Edge Time, and PWM modes, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TAV register. To read the value of the prescalar in periodic snapshot mode, read the Timer A Prescale Snapshot (TAPS) register.

TBR @0x4c = 0x4001104c

read-only reset=0x00000000

Timer B Register This register shows the current value of the Timer B counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAR register. Reads from this register return the current value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler in Input Edge Count, Input Edge Time, and PWM modes, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TBV register. To read the value of the prescalar in periodic snapshot mode, read the Timer B Prescale Snapshot (TBPS) register.

TAV @0x50 = 0x40011050

read-write reset=0x00000000

Timer A Value When read, this register shows the current, free-running value of Timer A in all modes. Softwarecan use this value to determine the time elapsed between an interrupt and the ISR entry when using the snapshot feature with the periodic operating mode. When written, the value written into this register is loaded into the TAR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B Value (TBV) register). In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TBV @0x54 = 0x40011054

read-write reset=0x00000000

Timer B Value When read, this register shows the current, free-running value of Timer B in all modes. Software can use this value to determine the time elapsed between an interrupt and the ISR entry. When written, the value written into this register is loaded into the TBR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAV register. Reads from this register return the current free-running value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TAPS @0x5c = 0x4001105c

reset=0x00000000

Timer A Pre-scale Snap-shot Based on the value in the register field TAMR.TAILD, this register is updated with the value from TAPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer A pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer A Pre-scaler

TBPS @0x60 = 0x40011060

reset=0x00000000

Timer B Pre-scale Snap-shot Based on the value in the register field TBMR.TBILD, this register is updated with the value from TBPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer B pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer B Pre-scaler

TAPV @0x64 = 0x40011064

reset=0x00000000

Timer A Pre-scale Value This register shows the current value of the Timer A free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer A Pre-scaler Value

TBPV @0x68 = 0x40011068

reset=0x00000000

Timer B Pre-scale Value This register shows the current value of the Timer B free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer B Pre-scaler Value

DMAEV @0x6c = 0x4001106c

reset=0x00000000

DMA Event This register allows software to enable/disable GPT DMA trigger events.

012345678910111213141516171819202122232425262728293031
[0] TATODMAEN RW

GPT Timer A Time-Out DMA Trigger Enable

[1] CAMDMAEN RW

GPT Timer A Capture Match DMA Trigger Enable

[2] CAEDMAEN RW

GPT Timer A Capture Event DMA Trigger Enable

[4] TAMDMAEN RW

GPT Timer A Match DMA Trigger Enable

[8] TBTODMAEN RW

GPT Timer B Time-Out DMA Trigger Enable

[9] CBMDMAEN RW

GPT Timer B Capture Match DMA Trigger Enable

[10] CBEDMAEN RW

GPT Timer B Capture Event DMA Trigger Enable

[11] TBMDMAEN RW

GPT Timer B Match DMA Trigger Enable

VERSION @0xfb0 = 0x40011fb0

read-only reset=0x00000000

Peripheral Version This register provides information regarding the GPT version

ANDCCP @0xfb4 = 0x40011fb4

reset=0x00000000

Combined CCP Output This register is used to logically AND CCP output pairs for each timer

012345678910111213141516171819202122232425262728293031
[0] CCP_AND_EN RW

Enables AND operation of the CCP outputs for timers A and B. 0 : PWM outputs of Timer A and Timer B are the internal generated PWM signals of the respective timers. 1 : PWM output of Timer A is ANDed version of Timer A and Timer B PWM signals and Timer B PWM ouput is Timer B PWM signal only.

GPT2 at 0x40012000 with offset=0 and size=4096:

General Purpose Timer.

Registers:

CFG @0x0 = 0x40012000

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0..=2] CFG RW

GPT Configuration 0x2- 0x3 - Reserved 0x5- 0x7 - Reserved

Possible values:

NameValuedefault
_16BIT_TIMER 4
_32BIT_TIMER 0

TAMR @0x4 = 0x40012004

reset=0x00000000

Timer A Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TAMR RW

GPT Timer A Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TACM RW

GPT Timer A Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TAAMS RW

GPT Timer A Alternate Mode Note: To enable PWM mode, you must also clear TACM and then configure TAMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TACDIR RW

GPT Timer A Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TAMIE RW

GPT Timer A Match Interrupt Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TAWOT RW

GPT Timer A Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TASNAPS RW

GPT Timer A Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TAILD RW

GPT Timer A PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TAPWMIE RW

GPTM Timer A PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TAEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TAOTE bit and the DMAEV.CAEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TAMRSU RW

Timer A Match Register Update mode This bit defines when the TAMATCHR and TAPR registers are updated. If the timer is disabled (CTL.TAEN = 0) when this bit is set, TAMATCHR and TAPR are updated when the timer is enabled. If the timer is stalled (CTL.TASTALL = 1) when this bit is set, TAMATCHR and TAPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TAPLO RW

GPTM Timer A PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TAILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TAILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TACINTD RW

One-Shot/Periodic Interrupt Disable

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

TBMR @0x8 = 0x40012008

reset=0x00000000

Timer B Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TBMR RW

GPT Timer B Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TBCM RW

GPT Timer B Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TBAMS RW

GPT Timer B Alternate Mode Note: To enable PWM mode, you must also clear TBCM bit and configure TBMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TBCDIR RW

GPT Timer B Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TBMIE RW

GPT Timer B Match Interrupt Enable.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TBWOT RW

GPT Timer B Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TBSNAPS RW

GPT Timer B Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBILD RW

GPT Timer B PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TBPWMIE RW

GPTM Timer B PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TBEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TBOTE bit and the DMAEV.CBEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TBMRSU RW

Timer B Match Register Update mode This bit defines when the TBMATCHR and TBPR registers are updated If the timer is disabled (CTL.TBEN is clear) when this bit is set, TBMATCHR and TBPR are updated when the timer is enabled. If the timer is stalled (CTL.TBSTALL is set) when this bit is set, TBMATCHR and TBPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TBPLO RW

GPTM Timer B PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TBILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TBILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TBCINTD RW

One-Shot/Periodic Interrupt Mode

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

CTL @0xc = 0x4001200c

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] TAEN RW

GPT Timer A Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[1] TASTALL RW

GPT Timer A Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[2..=3] TAEVENT RW

GPT Timer A Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[6] TAPWML RW

GPT Timer A PWM Output Level

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0
[8] TBEN RW

GPT Timer B Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[9] TBSTALL RW

GPT Timer B Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[10..=11] TBEVENT RW

GPT Timer B Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[14] TBPWML RW

GPT Timer B PWM Output Level 0: Output is unaffected. 1: Output is inverted.

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0

SYNC @0x10 = 0x40012010

reset=0x00000000

Synch Register

012345678910111213141516171819202122232425262728293031
[0..=1] SYNC0 W

Synchronize GPT Timer 0

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[2..=3] SYNC1 W

Synchronize GPT Timer 1

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[4..=5] SYNC2 W

Synchronize GPT Timer 2.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[6..=7] SYNC3 W

Synchronize GPT Timer 3.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0

IMR @0x18 = 0x40012018

reset=0x00000000

Interrupt Mask This register is used to enable the interrupts. Associated registers: RIS, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOIM RW

Enabling this bit will make the RIS.TATORIS interrupt propagate to MIS.TATOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[1] CAMIM RW

Enabling this bit will make the RIS.CAMRIS interrupt propagate to MIS.CAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[2] CAEIM RW

Enabling this bit will make the RIS.CAERIS interrupt propagate to MIS.CAEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[4] TAMIM RW

Enabling this bit will make the RIS.TAMRIS interrupt propagate to MIS.TAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[5] DMAAIM RW

Enabling this bit will make the RIS.DMAARIS interrupt propagate to MIS.DMAAMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBTOIM RW

Enabling this bit will make the RIS.TBTORIS interrupt propagate to MIS.TBTOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[9] CBMIM RW

Enabling this bit will make the RIS.CBMRIS interrupt propagate to MIS.CBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[10] CBEIM RW

Enabling this bit will make the RIS.CBERIS interrupt propagate to MIS.CBEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[11] TBMIM RW

Enabling this bit will make the RIS.TBMRIS interrupt propagate to MIS.TBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[13] DMABIM RW

Enabling this bit will make the RIS.DMABRIS interrupt propagate to MIS.DMABMIS

Possible values:

NameValuedefault
EN 1
DIS 0

RIS @0x1c = 0x4001201c

reset=0x00000000

Raw Interrupt Status Associated registers: IMR, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATORIS R

GPT Timer A Time-out Raw Interrupt 0: Timer A has not timed out 1: Timer A has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TAILR, depending on the count direction.

[1] CAMRIS R

GPT Timer A Capture Mode Match Raw Interrupt 0: The capture mode match for Timer A has not occurred. 1: A capture mode match has occurred for Timer A. This interrupt asserts when the values in the TAR and TAPR match the values in the TAMATCHR and TAPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CAMCINT bit.

[2] CAERIS R

GPT Timer A Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[4] TAMRIS R

GPT Timer A Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TAMR.TAMIE is set, and the match values in TAMATCHR and optionally TAPMR have been reached when configured in one-shot or periodic mode.

[5] DMAARIS R

GPT Timer A DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

[8] TBTORIS R

GPT Timer B Time-out Raw Interrupt 0: Timer B has not timed out 1: Timer B has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TBILR, depending on the count direction.

[9] CBMRIS R

GPT Timer B Capture Mode Match Raw Interrupt 0: The capture mode match for Timer B has not occurred. 1: A capture mode match has occurred for Timer B. This interrupt asserts when the values in the TBR and TBPR match the values in the TBMATCHR and TBPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CBMCINT bit.

[10] CBERIS R

GPT Timer B Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[11] TBMRIS R

GPT Timer B Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TBMR.TBMIE is set, and the match values in TBMATCHR and optionally TBPMR have been reached when configured in one-shot or periodic mode.

[13] DMABRIS R

GPT Timer B DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

MIS @0x20 = 0x40012020

reset=0x00000000

Masked Interrupt Status Values are result of bitwise AND operation between RIS and IMR Assosciated clear register: ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TATORIS = 1 && IMR.TATOIM = 1

[1] CAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAMRIS = 1 && IMR.CAMIM = 1

[2] CAEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAERIS = 1 && IMR.CAEIM = 1

[4] TAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TAMRIS = 1 && IMR.TAMIM = 1

[5] DMAAMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMAARIS = 1 && IMR.DMAAIM = 1

[8] TBTOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBTORIS = 1 && IMR.TBTOIM = 1

[9] CBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBMRIS = 1 && IMR.CBMIM = 1

[10] CBEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBERIS = 1 && IMR.CBEIM = 1

[11] TBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBMRIS = 1 && IMR.TBMIM = 1

[13] DMABMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMABRIS = 1 && IMR.DMABIM = 1

ICLR @0x24 = 0x40012024

reset=0x00000000

Interrupt Clear This register is used to clear status bits in the RIS and MIS registers

012345678910111213141516171819202122232425262728293031
[0] TATOCINT RW

0: Do nothing. 1: Clear RIS.TATORIS and MIS.TATOMIS

[1] CAMCINT RW

0: Do nothing. 1: Clear RIS.CAMRIS and MIS.CAMMIS

[2] CAECINT RW

0: Do nothing. 1: Clear RIS.CAERIS and MIS.CAEMIS

[4] TAMCINT RW

0: Do nothing. 1: Clear RIS.TAMRIS and MIS.TAMMIS

[5] DMAAINT RW

0: Do nothing. 1: Clear RIS.DMAARIS and MIS.DMAAMIS

[8] TBTOCINT RW

0: Do nothing. 1: Clear RIS.TBTORIS and MIS.TBTOMIS

[9] CBMCINT RW

0: Do nothing. 1: Clear RIS.CBMRIS and MIS.CBMMIS

[10] CBECINT RW

0: Do nothing. 1: Clear RIS.CBERIS and MIS.CBEMIS

[11] TBMCINT RW

0: Do nothing. 1: Clear RIS.TBMRIS and MIS.TBMMIS

[13] DMABINT RW

0: Do nothing. 1: Clear RIS.DMABRIS and MIS.DMABMIS

TAILR @0x28 = 0x40012028

read-write reset=0x00000000

Timer A Interval Load Register

TBILR @0x2c = 0x4001202c

read-write reset=0x00000000

Timer B Interval Load Register

TAMATCHR @0x30 = 0x40012030

read-write reset=0x00000000

Timer A Match Register Interrupts can be generated when the timer value is equal to the value in this register in one-shot or periodic mode. In Edge-Count mode, this register along with TAILR, determines how many edge events are counted. The total number of edge events counted is equal to the value in TAILR minus this value. Note that in edge-count mode, when executing an up-count, the value of TAPR and TAILR must be greater than the value of TAPMR and this register. In PWM mode, this value along with TAILR, determines the duty cycle of the output PWM signal. When a 16/32-bit GPT is configured to one of the 32-bit modes, TAMATCHR appears as a 32-bit register. (The upper 16-bits correspond to the contents TBMATCHR). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBMATCHR. Note : This register is updated internally (takes effect) based on TAMR.TAMRSU

TBMATCHR @0x34 = 0x40012034

reset=0x00000000

Timer B Match Register When a GPT is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of TAMATCHR. Reads from this register return the current match value of Timer B and writes are ignored. In a 16-bit mode, bits 15:0 are used for the match value. Bits 31:16 are reserved in both cases. Note : This register is updated internally (takes effect) based on TBMR.TBMRSU

012345678910111213141516171819202122232425262728293031
[0..=15] TBMATCHR RW

GPT Timer B Match Register

TAPR @0x38 = 0x40012038

reset=0x00000000

Timer A Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TAR and TAV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSR RW

Timer A Pre-scale. Prescaler ratio in one-shot and periodic count mode is TAPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TBPR @0x3c = 0x4001203c

reset=0x00000000

Timer B Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TBR and TBV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSR RW

Timer B Pre-scale. Prescale ratio in one-shot and periodic count mode is TBPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TAPMR @0x40 = 0x40012040

reset=0x00000000

Timer A Pre-scale Match This register allows software to extend the range of the TAMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSMR RW

GPT Timer A Pre-scale Match. In 16 bit mode this field holds bits 23 to 16.

TBPMR @0x44 = 0x40012044

reset=0x00000000

Timer B Pre-scale Match This register allows software to extend the range of the TBMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSMR RW

GPT Timer B Pre-scale Match Register. In 16 bit mode this field holds bits 23 to 16.

TAR @0x48 = 0x40012048

read-only reset=0x00000000

Timer A Register This register shows the current value of the Timer A counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPT is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the Timer B (TBR) register). In the16-bit Input Edge Count, Input Edge Time, and PWM modes, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TAV register. To read the value of the prescalar in periodic snapshot mode, read the Timer A Prescale Snapshot (TAPS) register.

TBR @0x4c = 0x4001204c

read-only reset=0x00000000

Timer B Register This register shows the current value of the Timer B counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAR register. Reads from this register return the current value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler in Input Edge Count, Input Edge Time, and PWM modes, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TBV register. To read the value of the prescalar in periodic snapshot mode, read the Timer B Prescale Snapshot (TBPS) register.

TAV @0x50 = 0x40012050

read-write reset=0x00000000

Timer A Value When read, this register shows the current, free-running value of Timer A in all modes. Softwarecan use this value to determine the time elapsed between an interrupt and the ISR entry when using the snapshot feature with the periodic operating mode. When written, the value written into this register is loaded into the TAR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B Value (TBV) register). In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TBV @0x54 = 0x40012054

read-write reset=0x00000000

Timer B Value When read, this register shows the current, free-running value of Timer B in all modes. Software can use this value to determine the time elapsed between an interrupt and the ISR entry. When written, the value written into this register is loaded into the TBR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAV register. Reads from this register return the current free-running value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TAPS @0x5c = 0x4001205c

reset=0x00000000

Timer A Pre-scale Snap-shot Based on the value in the register field TAMR.TAILD, this register is updated with the value from TAPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer A pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer A Pre-scaler

TBPS @0x60 = 0x40012060

reset=0x00000000

Timer B Pre-scale Snap-shot Based on the value in the register field TBMR.TBILD, this register is updated with the value from TBPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer B pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer B Pre-scaler

TAPV @0x64 = 0x40012064

reset=0x00000000

Timer A Pre-scale Value This register shows the current value of the Timer A free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer A Pre-scaler Value

TBPV @0x68 = 0x40012068

reset=0x00000000

Timer B Pre-scale Value This register shows the current value of the Timer B free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer B Pre-scaler Value

DMAEV @0x6c = 0x4001206c

reset=0x00000000

DMA Event This register allows software to enable/disable GPT DMA trigger events.

012345678910111213141516171819202122232425262728293031
[0] TATODMAEN RW

GPT Timer A Time-Out DMA Trigger Enable

[1] CAMDMAEN RW

GPT Timer A Capture Match DMA Trigger Enable

[2] CAEDMAEN RW

GPT Timer A Capture Event DMA Trigger Enable

[4] TAMDMAEN RW

GPT Timer A Match DMA Trigger Enable

[8] TBTODMAEN RW

GPT Timer B Time-Out DMA Trigger Enable

[9] CBMDMAEN RW

GPT Timer B Capture Match DMA Trigger Enable

[10] CBEDMAEN RW

GPT Timer B Capture Event DMA Trigger Enable

[11] TBMDMAEN RW

GPT Timer B Match DMA Trigger Enable

VERSION @0xfb0 = 0x40012fb0

read-only reset=0x00000000

Peripheral Version This register provides information regarding the GPT version

ANDCCP @0xfb4 = 0x40012fb4

reset=0x00000000

Combined CCP Output This register is used to logically AND CCP output pairs for each timer

012345678910111213141516171819202122232425262728293031
[0] CCP_AND_EN RW

Enables AND operation of the CCP outputs for timers A and B. 0 : PWM outputs of Timer A and Timer B are the internal generated PWM signals of the respective timers. 1 : PWM output of Timer A is ANDed version of Timer A and Timer B PWM signals and Timer B PWM ouput is Timer B PWM signal only.

GPT3 at 0x40013000 with offset=0 and size=4096:

General Purpose Timer.

Registers:

CFG @0x0 = 0x40013000

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0..=2] CFG RW

GPT Configuration 0x2- 0x3 - Reserved 0x5- 0x7 - Reserved

Possible values:

NameValuedefault
_16BIT_TIMER 4
_32BIT_TIMER 0

TAMR @0x4 = 0x40013004

reset=0x00000000

Timer A Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TAMR RW

GPT Timer A Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TACM RW

GPT Timer A Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TAAMS RW

GPT Timer A Alternate Mode Note: To enable PWM mode, you must also clear TACM and then configure TAMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TACDIR RW

GPT Timer A Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TAMIE RW

GPT Timer A Match Interrupt Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TAWOT RW

GPT Timer A Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TASNAPS RW

GPT Timer A Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TAILD RW

GPT Timer A PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TAPWMIE RW

GPTM Timer A PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TAEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TAOTE bit and the DMAEV.CAEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TAMRSU RW

Timer A Match Register Update mode This bit defines when the TAMATCHR and TAPR registers are updated. If the timer is disabled (CTL.TAEN = 0) when this bit is set, TAMATCHR and TAPR are updated when the timer is enabled. If the timer is stalled (CTL.TASTALL = 1) when this bit is set, TAMATCHR and TAPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TAPLO RW

GPTM Timer A PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TAILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TAILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TACINTD RW

One-Shot/Periodic Interrupt Disable

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

TBMR @0x8 = 0x40013008

reset=0x00000000

Timer B Mode

012345678910111213141516171819202122232425262728293031
[0..=1] TBMR RW

GPT Timer B Mode 0x0 Reserved 0x1 One-Shot Timer mode 0x2 Periodic Timer mode 0x3 Capture mode The Timer mode is based on the timer configuration defined by bits 2:0 in the CFG register

Possible values:

NameValuedefault
CAPTURE 3
PERIODIC 2
ONE_SHOT 1
[2] TBCM RW

GPT Timer B Capture Mode

Possible values:

NameValuedefault
EDGTIME 1
EDGCNT 0
[3] TBAMS RW

GPT Timer B Alternate Mode Note: To enable PWM mode, you must also clear TBCM bit and configure TBMR field to 0x2.

Possible values:

NameValuedefault
PWM 1
CAP_COMP 0
[4] TBCDIR RW

GPT Timer B Count Direction

Possible values:

NameValuedefault
UP 1
DOWN 0
[5] TBMIE RW

GPT Timer B Match Interrupt Enable.

Possible values:

NameValuedefault
EN 1
DIS 0
[6] TBWOT RW

GPT Timer B Wait-On-Trigger

Possible values:

NameValuedefault
WAIT 1
NOWAIT 0
[7] TBSNAPS RW

GPT Timer B Snap-Shot Mode

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBILD RW

GPT Timer B PWM Interval Load Write

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[9] TBPWMIE RW

GPTM Timer B PWM Interrupt Enable This bit enables interrupts in PWM mode on rising, falling, or both edges of the CCP output, as defined by the CTL.TBEVENT In addition, when this bit is set and a capture event occurs, Timer A automatically generates triggers to the DMA if the trigger capability is enabled by setting the CTL.TBOTE bit and the DMAEV.CBEDMAEN bit respectively. 0 Capture event interrupt is disabled. 1 Capture event interrupt is enabled. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
EN 1
DIS 0
[10] TBMRSU RW

Timer B Match Register Update mode This bit defines when the TBMATCHR and TBPR registers are updated If the timer is disabled (CTL.TBEN is clear) when this bit is set, TBMATCHR and TBPR are updated when the timer is enabled. If the timer is stalled (CTL.TBSTALL is set) when this bit is set, TBMATCHR and TBPR are updated according to the configuration of this bit.

Possible values:

NameValuedefault
TOUPDATE 1
CYCLEUPDATE 0
[11] TBPLO RW

GPTM Timer B PWM Legacy Operation 0 Legacy operation with CCP pin driven Low when the TBILR register is reloaded after the timer reaches 0. 1 CCP is driven High when the TBILR register is reloaded after the timer reaches 0. This bit is only valid in PWM mode.

Possible values:

NameValuedefault
CCP_ON_TO 1
LEGACY 0
[12] TBCINTD RW

One-Shot/Periodic Interrupt Mode

Possible values:

NameValuedefault
DIS_TO_INTR 1
EN_TO_INTR 0
[13..=15] TCACT RW

Timer Compare Action Select

Possible values:

NameValuedefault
CLRSET_ON_TO 7
SETCLR_ON_TO 6
CLRTOG_ON_TO 5
SETTOG_ON_TO 4
SET_ON_TO 3
CLR_ON_TO 2
TOG_ON_TO 1
DIS_CMP 0

CTL @0xc = 0x4001300c

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] TAEN RW

GPT Timer A Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[1] TASTALL RW

GPT Timer A Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[2..=3] TAEVENT RW

GPT Timer A Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[6] TAPWML RW

GPT Timer A PWM Output Level

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0
[8] TBEN RW

GPT Timer B Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[9] TBSTALL RW

GPT Timer B Stall Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[10..=11] TBEVENT RW

GPT Timer B Event Mode The values in this register are defined as follows: Value Description 0x0 Positive edge 0x1 Negative edge 0x2 Reserved 0x3 Both edges Note: If PWM output inversion is enabled, edge detection interrupt behavior is reversed. Thus, if a positive-edge interrupt trigger has been set and the PWM inversion generates a postive edge, no event-trigger interrupt asserts. Instead, the interrupt is generated on the negative edge of the PWM signal.

Possible values:

NameValuedefault
BOTH 3
NEG 1
POS 0
[14] TBPWML RW

GPT Timer B PWM Output Level 0: Output is unaffected. 1: Output is inverted.

Possible values:

NameValuedefault
INVERTED 1
NORMAL 0

SYNC @0x10 = 0x40013010

reset=0x00000000

Synch Register

012345678910111213141516171819202122232425262728293031
[0..=1] SYNC0 W

Synchronize GPT Timer 0

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[2..=3] SYNC1 W

Synchronize GPT Timer 1

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[4..=5] SYNC2 W

Synchronize GPT Timer 2.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0
[6..=7] SYNC3 W

Synchronize GPT Timer 3.

Possible values:

NameValuedefault
BOTH 3
TIMERB 2
TIMERA 1
NOSYNC 0

IMR @0x18 = 0x40013018

reset=0x00000000

Interrupt Mask This register is used to enable the interrupts. Associated registers: RIS, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOIM RW

Enabling this bit will make the RIS.TATORIS interrupt propagate to MIS.TATOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[1] CAMIM RW

Enabling this bit will make the RIS.CAMRIS interrupt propagate to MIS.CAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[2] CAEIM RW

Enabling this bit will make the RIS.CAERIS interrupt propagate to MIS.CAEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[4] TAMIM RW

Enabling this bit will make the RIS.TAMRIS interrupt propagate to MIS.TAMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[5] DMAAIM RW

Enabling this bit will make the RIS.DMAARIS interrupt propagate to MIS.DMAAMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TBTOIM RW

Enabling this bit will make the RIS.TBTORIS interrupt propagate to MIS.TBTOMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[9] CBMIM RW

Enabling this bit will make the RIS.CBMRIS interrupt propagate to MIS.CBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[10] CBEIM RW

Enabling this bit will make the RIS.CBERIS interrupt propagate to MIS.CBEMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[11] TBMIM RW

Enabling this bit will make the RIS.TBMRIS interrupt propagate to MIS.TBMMIS

Possible values:

NameValuedefault
EN 1
DIS 0
[13] DMABIM RW

Enabling this bit will make the RIS.DMABRIS interrupt propagate to MIS.DMABMIS

Possible values:

NameValuedefault
EN 1
DIS 0

RIS @0x1c = 0x4001301c

reset=0x00000000

Raw Interrupt Status Associated registers: IMR, MIS, ICLR

012345678910111213141516171819202122232425262728293031
[0] TATORIS R

GPT Timer A Time-out Raw Interrupt 0: Timer A has not timed out 1: Timer A has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TAILR, depending on the count direction.

[1] CAMRIS R

GPT Timer A Capture Mode Match Raw Interrupt 0: The capture mode match for Timer A has not occurred. 1: A capture mode match has occurred for Timer A. This interrupt asserts when the values in the TAR and TAPR match the values in the TAMATCHR and TAPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CAMCINT bit.

[2] CAERIS R

GPT Timer A Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[4] TAMRIS R

GPT Timer A Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TAMR.TAMIE is set, and the match values in TAMATCHR and optionally TAPMR have been reached when configured in one-shot or periodic mode.

[5] DMAARIS R

GPT Timer A DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

[8] TBTORIS R

GPT Timer B Time-out Raw Interrupt 0: Timer B has not timed out 1: Timer B has timed out. This interrupt is asserted when a one-shot or periodic mode timer reaches its count limit. The count limit is 0 or the value loaded into TBILR, depending on the count direction.

[9] CBMRIS R

GPT Timer B Capture Mode Match Raw Interrupt 0: The capture mode match for Timer B has not occurred. 1: A capture mode match has occurred for Timer B. This interrupt asserts when the values in the TBR and TBPR match the values in the TBMATCHR and TBPMR when configured in Input Edge-Time mode. This bit is cleared by writing a 1 to the ICLR.CBMCINT bit.

[10] CBERIS R

GPT Timer B Capture Mode Event Raw Interrupt 0: The event has not occured. 1: The event has occured. This interrupt asserts when the subtimer is configured in Input Edge-Time mode

[11] TBMRIS R

GPT Timer B Match Raw Interrupt 0: The match value has not been reached 1: The match value is reached. TBMR.TBMIE is set, and the match values in TBMATCHR and optionally TBPMR have been reached when configured in one-shot or periodic mode.

[13] DMABRIS R

GPT Timer B DMA Done Raw Interrupt Status 0: Transfer has not completed 1: Transfer has completed

MIS @0x20 = 0x40013020

reset=0x00000000

Masked Interrupt Status Values are result of bitwise AND operation between RIS and IMR Assosciated clear register: ICLR

012345678910111213141516171819202122232425262728293031
[0] TATOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TATORIS = 1 && IMR.TATOIM = 1

[1] CAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAMRIS = 1 && IMR.CAMIM = 1

[2] CAEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CAERIS = 1 && IMR.CAEIM = 1

[4] TAMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TAMRIS = 1 && IMR.TAMIM = 1

[5] DMAAMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMAARIS = 1 && IMR.DMAAIM = 1

[8] TBTOMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBTORIS = 1 && IMR.TBTOIM = 1

[9] CBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBMRIS = 1 && IMR.CBMIM = 1

[10] CBEMIS R

0: No interrupt or interrupt not enabled 1: RIS.CBERIS = 1 && IMR.CBEIM = 1

[11] TBMMIS R

0: No interrupt or interrupt not enabled 1: RIS.TBMRIS = 1 && IMR.TBMIM = 1

[13] DMABMIS R

0: No interrupt or interrupt not enabled 1: RIS.DMABRIS = 1 && IMR.DMABIM = 1

ICLR @0x24 = 0x40013024

reset=0x00000000

Interrupt Clear This register is used to clear status bits in the RIS and MIS registers

012345678910111213141516171819202122232425262728293031
[0] TATOCINT RW

0: Do nothing. 1: Clear RIS.TATORIS and MIS.TATOMIS

[1] CAMCINT RW

0: Do nothing. 1: Clear RIS.CAMRIS and MIS.CAMMIS

[2] CAECINT RW

0: Do nothing. 1: Clear RIS.CAERIS and MIS.CAEMIS

[4] TAMCINT RW

0: Do nothing. 1: Clear RIS.TAMRIS and MIS.TAMMIS

[5] DMAAINT RW

0: Do nothing. 1: Clear RIS.DMAARIS and MIS.DMAAMIS

[8] TBTOCINT RW

0: Do nothing. 1: Clear RIS.TBTORIS and MIS.TBTOMIS

[9] CBMCINT RW

0: Do nothing. 1: Clear RIS.CBMRIS and MIS.CBMMIS

[10] CBECINT RW

0: Do nothing. 1: Clear RIS.CBERIS and MIS.CBEMIS

[11] TBMCINT RW

0: Do nothing. 1: Clear RIS.TBMRIS and MIS.TBMMIS

[13] DMABINT RW

0: Do nothing. 1: Clear RIS.DMABRIS and MIS.DMABMIS

TAILR @0x28 = 0x40013028

read-write reset=0x00000000

Timer A Interval Load Register

TBILR @0x2c = 0x4001302c

read-write reset=0x00000000

Timer B Interval Load Register

TAMATCHR @0x30 = 0x40013030

read-write reset=0x00000000

Timer A Match Register Interrupts can be generated when the timer value is equal to the value in this register in one-shot or periodic mode. In Edge-Count mode, this register along with TAILR, determines how many edge events are counted. The total number of edge events counted is equal to the value in TAILR minus this value. Note that in edge-count mode, when executing an up-count, the value of TAPR and TAILR must be greater than the value of TAPMR and this register. In PWM mode, this value along with TAILR, determines the duty cycle of the output PWM signal. When a 16/32-bit GPT is configured to one of the 32-bit modes, TAMATCHR appears as a 32-bit register. (The upper 16-bits correspond to the contents TBMATCHR). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBMATCHR. Note : This register is updated internally (takes effect) based on TAMR.TAMRSU

TBMATCHR @0x34 = 0x40013034

reset=0x00000000

Timer B Match Register When a GPT is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of TAMATCHR. Reads from this register return the current match value of Timer B and writes are ignored. In a 16-bit mode, bits 15:0 are used for the match value. Bits 31:16 are reserved in both cases. Note : This register is updated internally (takes effect) based on TBMR.TBMRSU

012345678910111213141516171819202122232425262728293031
[0..=15] TBMATCHR RW

GPT Timer B Match Register

TAPR @0x38 = 0x40013038

reset=0x00000000

Timer A Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TAR and TAV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSR RW

Timer A Pre-scale. Prescaler ratio in one-shot and periodic count mode is TAPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TBPR @0x3c = 0x4001303c

reset=0x00000000

Timer B Pre-scale This register allows software to extend the range of the timers when they are used individually. When in one-shot or periodic down count modes, this register acts as a true prescaler for the timer counter. When acting as a true prescaler, the prescaler counts down to 0 before the value in TBR and TBV registers are incremented. In all other individual/split modes, this register is a linear extension of the upper range of the timer counter, holding bits 23:16 in the 16-bit modes of the 16/32-bit GPT.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSR RW

Timer B Pre-scale. Prescale ratio in one-shot and periodic count mode is TBPSR + 1, that is: 0: Prescaler ratio = 1 1: Prescaler ratio = 2 2: Prescaler ratio = 3 ... 255: Prescaler ratio = 256

TAPMR @0x40 = 0x40013040

reset=0x00000000

Timer A Pre-scale Match This register allows software to extend the range of the TAMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TAPSMR RW

GPT Timer A Pre-scale Match. In 16 bit mode this field holds bits 23 to 16.

TBPMR @0x44 = 0x40013044

reset=0x00000000

Timer B Pre-scale Match This register allows software to extend the range of the TBMATCHR when used individually.

012345678910111213141516171819202122232425262728293031
[0..=7] TBPSMR RW

GPT Timer B Pre-scale Match Register. In 16 bit mode this field holds bits 23 to 16.

TAR @0x48 = 0x40013048

read-only reset=0x00000000

Timer A Register This register shows the current value of the Timer A counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPT is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the Timer B (TBR) register). In the16-bit Input Edge Count, Input Edge Time, and PWM modes, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TAV register. To read the value of the prescalar in periodic snapshot mode, read the Timer A Prescale Snapshot (TAPS) register.

TBR @0x4c = 0x4001304c

read-only reset=0x00000000

Timer B Register This register shows the current value of the Timer B counter in all cases except for Input Edge Count and Time modes. In the Input Edge Count mode, this register contains the number of edges that have occurred. In the Input Edge Time mode, this register contains the time at which the last edge event took place. When a GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAR register. Reads from this register return the current value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the value of the prescaler in Input Edge Count, Input Edge Time, and PWM modes, which is the upper 8 bits of the count. Bits 31:24 always read as 0. To read the value of the prescaler in 16-bit One-Shot and Periodic modes, read bits [23:16] in the TBV register. To read the value of the prescalar in periodic snapshot mode, read the Timer B Prescale Snapshot (TBPS) register.

TAV @0x50 = 0x40013050

read-write reset=0x00000000

Timer A Value When read, this register shows the current, free-running value of Timer A in all modes. Softwarecan use this value to determine the time elapsed between an interrupt and the ISR entry when using the snapshot feature with the periodic operating mode. When written, the value written into this register is loaded into the TAR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, this register appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B Value (TBV) register). In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TBV @0x54 = 0x40013054

read-write reset=0x00000000

Timer B Value When read, this register shows the current, free-running value of Timer B in all modes. Software can use this value to determine the time elapsed between an interrupt and the ISR entry. When written, the value written into this register is loaded into the TBR register on the next clock cycle. When a 16/32-bit GPTM is configured to one of the 32-bit modes, the contents of bits 15:0 in this register are loaded into the upper 16 bits of the TAV register. Reads from this register return the current free-running value of Timer B. In a 16-bit mode, bits 15:0 contain the value of the counter and bits 23:16 contain the current, free-running value of the prescaler, which is the upper 8 bits of the count in Input Edge Count, Input Edge Time, PWM and one-shot or periodic up count modes. In one-shot or periodic down count modes, the prescaler stored in 23:16 is a true prescaler, meaning bits 23:16 count down before decrementing the value in bits 15:0. The prescaler in bits 31:24 always reads as 0.

TAPS @0x5c = 0x4001305c

reset=0x00000000

Timer A Pre-scale Snap-shot Based on the value in the register field TAMR.TAILD, this register is updated with the value from TAPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer A pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer A Pre-scaler

TBPS @0x60 = 0x40013060

reset=0x00000000

Timer B Pre-scale Snap-shot Based on the value in the register field TBMR.TBILD, this register is updated with the value from TBPR register either on the next cycle or on the next timeout. This register shows the current value of the Timer B pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSS R

GPT Timer B Pre-scaler

TAPV @0x64 = 0x40013064

reset=0x00000000

Timer A Pre-scale Value This register shows the current value of the Timer A free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer A Pre-scaler Value

TBPV @0x68 = 0x40013068

reset=0x00000000

Timer B Pre-scale Value This register shows the current value of the Timer B free running pre-scaler in the 16-bit mode.

012345678910111213141516171819202122232425262728293031
[0..=7] PSV R

GPT Timer B Pre-scaler Value

DMAEV @0x6c = 0x4001306c

reset=0x00000000

DMA Event This register allows software to enable/disable GPT DMA trigger events.

012345678910111213141516171819202122232425262728293031
[0] TATODMAEN RW

GPT Timer A Time-Out DMA Trigger Enable

[1] CAMDMAEN RW

GPT Timer A Capture Match DMA Trigger Enable

[2] CAEDMAEN RW

GPT Timer A Capture Event DMA Trigger Enable

[4] TAMDMAEN RW

GPT Timer A Match DMA Trigger Enable

[8] TBTODMAEN RW

GPT Timer B Time-Out DMA Trigger Enable

[9] CBMDMAEN RW

GPT Timer B Capture Match DMA Trigger Enable

[10] CBEDMAEN RW

GPT Timer B Capture Event DMA Trigger Enable

[11] TBMDMAEN RW

GPT Timer B Match DMA Trigger Enable

VERSION @0xfb0 = 0x40013fb0

read-only reset=0x00000000

Peripheral Version This register provides information regarding the GPT version

ANDCCP @0xfb4 = 0x40013fb4

reset=0x00000000

Combined CCP Output This register is used to logically AND CCP output pairs for each timer

012345678910111213141516171819202122232425262728293031
[0] CCP_AND_EN RW

Enables AND operation of the CCP outputs for timers A and B. 0 : PWM outputs of Timer A and Timer B are the internal generated PWM signals of the respective timers. 1 : PWM output of Timer A is ANDed version of Timer A and Timer B PWM signals and Timer B PWM ouput is Timer B PWM signal only.

I2C0 at 0x40002000 with offset=0 and size=4096:

I2CMaster/Slave Serial Controler

Registers:

SOAR @0x0 = 0x40002000

reset=0x00000000

Slave Own Address This register consists of seven address bits that identify this I2C device on the I2C bus.

012345678910111213141516171819202122232425262728293031
[0..=6] OAR RW

I2C slave own address This field specifies bits a6 through a0 of the slave address.

SSTAT @0x4 = 0x40002004

reset=0x00000000

Slave Status Note: This register shares address with SCTL, meaning that this register functions as a control register when written, and a status register when read.

012345678910111213141516171819202122232425262728293031
[0] RREQ R

Receive request 0: No outstanding receive data 1: The I2C controller has outstanding receive data from the I2C master and is using clock stretching to delay the master until data has been read from the SDR register.

[1] TREQ R

Transmit request 0: No outstanding transmit request. 1: The I2C controller has been addressed as a slave transmitter and is using clock stretching to delay the master until data has been written to the SDR register.

[2] FBR R

First byte received 0: The first byte has not been received. 1: The first byte following the slave's own address has been received. This bit is only valid when the RREQ bit is set and is automatically cleared when data has been read from the SDR register. Note: This bit is not used for slave transmit operations.

SCTL @0x4 = 0x40002004

reset=0x00000000

Slave Control Note: This register shares address with SSTAT, meaning that this register functions as a control register when written, and a status register when read.

012345678910111213141516171819202122232425262728293031
[0] DA W

Device active 0: Disables the I2C slave operation 1: Enables the I2C slave operation

SDR @0x8 = 0x40002008

reset=0x00000000

Slave Data This register contains the data to be transmitted when in the Slave Transmit state, and the data received when in the Slave Receive state.

012345678910111213141516171819202122232425262728293031
[0..=7] DATA RW

Data for transfer This field contains the data for transfer during a slave receive or transmit operation. When written the register data is used as transmit data. When read, this register returns the last data received. Data is stored until next update, either by a system write for transmit or by an external master for receive.

SIMR @0xc = 0x4000200c

reset=0x00000000

Slave Interrupt Mask This register controls whether a raw interrupt is promoted to a controller interrupt.

012345678910111213141516171819202122232425262728293031
[0] DATAIM RW

Data interrupt mask 0: The SRIS.DATARIS interrupt is suppressed and not sent to the interrupt controller. 1: The SRIS.DATARIS interrupt is enabled and sent to the interrupt controller.

[1] STARTIM RW

Start condition interrupt mask 0: The SRIS.STARTRIS interrupt is suppressed and not sent to the interrupt controller. 1: The SRIS.STARTRIS interrupt is enabled and sent to the interrupt controller.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] STOPIM RW

Stop condition interrupt mask 0: The SRIS.STOPRIS interrupt is suppressed and not sent to the interrupt controller. 1: The SRIS.STOPRIS interrupt is enabled and sent to the interrupt controller.

Possible values:

NameValuedefault
EN 1
DIS 0

SRIS @0x10 = 0x40002010

reset=0x00000000

Slave Raw Interrupt Status This register shows the unmasked interrupt status.

012345678910111213141516171819202122232425262728293031
[0] DATARIS R

Data raw interrupt status 0: No interrupt 1: A data received or data requested interrupt is pending. This bit is cleared by writing a 1 to the SICR.DATAIC.

[1] STARTRIS R

Start condition raw interrupt status 0: No interrupt 1: A Start condition interrupt is pending. This bit is cleared by writing a 1 to SICR.STARTIC.

[2] STOPRIS R

Stop condition raw interrupt status 0: No interrupt 1: A Stop condition interrupt is pending. This bit is cleared by writing a 1 to SICR.STOPIC.

SMIS @0x14 = 0x40002014

reset=0x00000000

Slave Masked Interrupt Status This register show which interrupt is active (based on result from SRIS and SIMR).

012345678910111213141516171819202122232425262728293031
[0] DATAMIS R

Data masked interrupt status 0: An interrupt has not occurred or is masked/disabled. 1: An unmasked data received or data requested interrupt is pending. This bit is cleared by writing a 1 to the SICR.DATAIC.

[1] STARTMIS R

Start condition masked interrupt status 0: An interrupt has not occurred or is masked/disabled. 1: An unmasked Start condition interrupt is pending. This bit is cleared by writing a 1 to the SICR.STARTIC.

[2] STOPMIS R

Stop condition masked interrupt status 0: An interrupt has not occurred or is masked/disabled. 1: An unmasked Stop condition interrupt is pending. This bit is cleared by writing a 1 to the SICR.STOPIC.

SICR @0x18 = 0x40002018

reset=0x00000000

Slave Interrupt Clear This register clears the raw interrupt SRIS.

012345678910111213141516171819202122232425262728293031
[0] DATAIC W

Data interrupt clear Writing 1 to this bit clears SRIS.DATARIS SMIS.DATAMIS.

[1] STARTIC W

Start condition interrupt clear Writing 1 to this bit clears SRIS.STARTRIS SMIS.STARTMIS.

[2] STOPIC W

Stop condition interrupt clear Writing 1 to this bit clears SRIS.STOPRIS and SMIS.STOPMIS.

MSA @0x800 = 0x40002800

reset=0x00000000

Master Salve Address This register contains seven address bits of the slave to be accessed by the master (a6-a0), and an RS bit determining if the next operation is a receive or transmit.

012345678910111213141516171819202122232425262728293031
[0] RS RW

Receive or Send This bit-field specifies if the next operation is a receive (high) or a transmit/send (low) from the addressed slave SA.

Possible values:

NameValuedefault
RX 1
TX 0
[1..=7] SA RW

I2C master slave address Defines which slave is addressed for the transaction in master mode

MSTAT @0x804 = 0x40002804

reset=0x00000000

Master Status

012345678910111213141516171819202122232425262728293031
[0] BUSY R

I2C busy 0: The controller is idle. 1: The controller is busy. When this bit-field is set, the other status bits are not valid. Note: The I2C controller requires four SYSBUS clock cycles to assert the BUSY status after I2C master operation has been initiated through MCTRL register. Hence after programming MCTRL register, application is requested to wait for four SYSBUS clock cycles before issuing a controller status inquiry through MSTAT register. Any prior inquiry would result in wrong status being reported.

[1] ERR R

Error 0: No error was detected on the last operation. 1: An error occurred on the last operation.

[2] ADRACK_N R

Address Was Not Acknowledge 0: The transmitted address was acknowledged. 1: The transmitted address was not acknowledged.

[3] DATACK_N R

Data Was Not Acknowledge 0: The transmitted data was acknowledged. 1: The transmitted data was not acknowledged.

[4] ARBLST R

Arbitration lost 0: The I2C controller won arbitration. 1: The I2C controller lost arbitration.

[5] IDLE R

I2C idle 0: The I2C controller is not idle. 1: The I2C controller is idle.

[6] BUSBSY R

Bus busy 0: The I2C bus is idle. 1: The I2C bus is busy. The bit changes based on the MCTRL.START and MCTRL.STOP conditions.

MCTRL @0x804 = 0x40002804

reset=0x00000000

Master Control This register accesses status bits when read and control bits when written. When read, the status register indicates the state of the I2C bus controller as stated in MSTAT. When written, the control register configures the I2C controller operation. To generate a single transmit cycle, the I2C Master Slave Address (MSA) register is written with the desired address, the MSA.RS bit is cleared, and this register is written with * ACK=X (0 or 1), * STOP=1, * START=1, * RUN=1 to perform the operation and stop. When the operation is completed (or aborted due an error), an interrupt becomes active and the data may be read from the MDR register.

012345678910111213141516171819202122232425262728293031
[0] RUN W

I2C master enable 0: The master is disabled. 1: The master is enabled to transmit or receive data.

Possible values:

NameValuedefault
EN 1
DIS 0
[1] START W

This bit-field generates the Start or Repeated Start condition. 0: The controller does not generate the Start condition. 1: The controller generates the Start condition.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] STOP W

This bit-field determines if the cycle stops at the end of the data cycle or continues on to a repeated START condition. 0: The controller does not generate the Stop condition. 1: The controller generates the Stop condition.

Possible values:

NameValuedefault
EN 1
DIS 0
[3] ACK W

Data acknowledge enable 0: The received data byte is not acknowledged automatically by the master. 1: The received data byte is acknowledged automatically by the master. This bit-field must be cleared when the I2C bus controller requires no further data to be transmitted from the slave transmitter.

Possible values:

NameValuedefault
EN 1
DIS 0

MDR @0x808 = 0x40002808

reset=0x00000000

Master Data This register contains the data to be transmitted when in the Master Transmit state and the data received when in the Master Receive state.

012345678910111213141516171819202122232425262728293031
[0..=7] DATA RW

When Read: Last RX Data is returned When Written: Data is transferred during TX transaction

MTPR @0x80c = 0x4000280c

reset=0x00000000

I2C Master Timer Period This register specifies the period of the SCL clock.

012345678910111213141516171819202122232425262728293031
[0..=6] TPR RW

SCL clock period This field specifies the period of the SCL clock. SCL_PRD = 2*(1+TPR)*(SCL_LP + SCL_HP)*CLK_PRD where: SCL_PRD is the SCL line period (I2C clock). TPR is the timer period register value (range of 1 to 127) SCL_LP is the SCL low period (fixed at 6). SCL_HP is the SCL high period (fixed at 4). CLK_PRD is the system clock period in ns.

[7] TPR_7 RW

Must be set to 0 to set TPR. If set to 1, a write to TPR will be ignored.

MIMR @0x810 = 0x40002810

reset=0x00000000

Master Interrupt Mask This register controls whether a raw interrupt is promoted to a controller interrupt.

012345678910111213141516171819202122232425262728293031
[0] IM RW

Interrupt mask 0: The MRIS.RIS interrupt is suppressed and not sent to the interrupt controller. 1: The master interrupt is sent to the interrupt controller when the MRIS.RIS is set.

Possible values:

NameValuedefault
EN 1
DIS 0

MRIS @0x814 = 0x40002814

reset=0x00000000

Master Raw Interrupt Status This register show the unmasked interrupt status.

012345678910111213141516171819202122232425262728293031
[0] RIS R

Raw interrupt status 0: No interrupt 1: A master interrupt is pending. This bit is cleared by writing 1 to the MICR.IC bit .

MMIS @0x818 = 0x40002818

reset=0x00000000

Master Masked Interrupt Status This register show which interrupt is active (based on result from MRIS and MIMR).

012345678910111213141516171819202122232425262728293031
[0] MIS R

Masked interrupt status 0: An interrupt has not occurred or is masked. 1: A master interrupt is pending. This bit is cleared by writing 1 to the MICR.IC bit .

MICR @0x81c = 0x4000281c

reset=0x00000000

Master Interrupt Clear This register clears the raw and masked interrupt.

012345678910111213141516171819202122232425262728293031
[0] IC W

Interrupt clear Writing 1 to this bit clears MRIS.RIS and MMIS.MIS . Reading this register returns no meaningful data.

MCR @0x820 = 0x40002820

reset=0x00000000

Master Configuration This register configures the mode (Master or Slave) and sets the interface for test mode loopback.

012345678910111213141516171819202122232425262728293031
[0] LPBK RW

I2C loopback 0: Normal operation 1: Loopback operation (test mode)

Possible values:

NameValuedefault
EN 1
DIS 0
[4] MFE RW

I2C master function enable

Possible values:

NameValuedefault
EN 1
DIS 0
[5] SFE RW

I2C slave function enable

Possible values:

NameValuedefault
EN 1
DIS 0

I2S0 at 0x40021000 with offset=0 and size=4096:

I2S Audio DMA module supporting formats I2S, LJF, RJF and DSP

Registers:

AIFWCLKSRC @0x0 = 0x40021000

reset=0x00000000

WCLK Source Selection

012345678910111213141516171819202122232425262728293031
[0..=1] WCLK_SRC RW

Selects WCLK source for AIF (should be the same as the BCLK source). The BCLK source is defined in the PRCM:I2SBCLKSEL.SRC

Possible values:

NameValuedefault
RESERVED 3
INT 2
EXT 1
NONE 0
[2] WCLK_INV RW

Inverts WCLK source (pad or internal) when set. 0: Not inverted 1: Inverted

AIFDMACFG @0x4 = 0x40021004

reset=0x00000000

DMA Buffer Size Configuration

012345678910111213141516171819202122232425262728293031
[0..=7] END_FRAME_IDX RW

Defines the length of the DMA buffer. Writing a non-zero value to this register field enables and initializes AIF. Note that before doing so, all other configuration must have been done, and AIFINPTRNEXT/AIFOUTPTRNEXT must have been loaded.

AIFDIRCFG @0x8 = 0x40021008

reset=0x00000000

Pin Direction

012345678910111213141516171819202122232425262728293031
[0..=1] AD0 RW

Configures the AD0 audio data pin usage: 0x3: Reserved

Possible values:

NameValuedefault
OUT 2
IN 1
DIS 0
[4..=5] AD1 RW

Configures the AD1 audio data pin usage: 0x3: Reserved

Possible values:

NameValuedefault
OUT 2
IN 1
DIS 0

AIFFMTCFG @0xc = 0x4002100c

reset=0x00000000

Serial Interface Format Configuration

012345678910111213141516171819202122232425262728293031
[0..=4] WORD_LEN RW

Number of bits per word (8-24): In single-phase format, this is the exact number of bits per word. In dual-phase format, this is the maximum number of bits per word. Values below 8 and above 24 give undefined behavior. Data written to memory is always aligned to 16 or 24 bits as defined by MEM_LEN_24. Bit widths that differ from this alignment will either be truncated or zero padded.

[5] DUAL_PHASE RW

Selects dual- or single-phase format. 0: Single-phase: DSP format 1: Dual-phase: I2S, LJF and RJF formats

[6] SMPL_EDGE RW

On the serial audio interface, data (and wclk) is sampled and clocked out on opposite edges of BCLK.

Possible values:

NameValuedefault
POS 1
NEG 0
[7] MEM_LEN_24 RW

The size of each word stored to or loaded from memory:

Possible values:

NameValuedefault
_24BIT 1
_16BIT 0
[8..=15] DATA_DELAY RW

The number of BCLK periods between a WCLK edge and MSB of the first word in a phase: 0x00: LJF and DSP format 0x01: I2S and DSP format 0x02: RJF format ... 0xFF: RJF format Note: When 0, MSB of the next word will be output in the idle period between LSB of the previous word and the start of the next word. Otherwise logical 0 will be output until the data delay has expired.

AIFWMASK0 @0x10 = 0x40021010

reset=0x00000000

Word Selection Bit Mask for Pin 0

012345678910111213141516171819202122232425262728293031
[0..=7] MASK RW

Bit-mask indicating valid channels in a frame on AD0. In single-phase mode, each bit represents one channel, starting with LSB for the first word in the frame. A frame can contain up to 8 channels. Channels that are not included in the mask will not be sampled and stored in memory, and clocked out as '0'. In dual-phase mode, only the two LSBs are considered. For a stereo configuration, set both bits. For a mono configuration, set bit 0 only. In mono mode, only channel 0 will be sampled and stored to memory, and channel 0 will be repeated when clocked out. In mono mode, only channel 0 will be sampled and stored to memory, and channel 0 will be repeated in the second phase when clocked out. If all bits are zero, no input words will be stored to memory, and the output data lines will be constant '0'. This can be utilized when PWM debug output is desired without any actively used output pins.

AIFWMASK1 @0x14 = 0x40021014

reset=0x00000000

Word Selection Bit Mask for Pin 1

012345678910111213141516171819202122232425262728293031
[0..=7] MASK RW

Bit-mask indicating valid channels in a frame on AD1. In single-phase mode, each bit represents one channel, starting with LSB for the first word in the frame. A frame can contain up to 8 channels. Channels that are not included in the mask will not be sampled and stored in memory, and clocked out as '0'. In dual-phase mode, only the two LSBs are considered. For a stereo configuration, set both bits. For a mono configuration, set bit 0 only. In mono mode, only channel 0 will be sampled and stored to memory, and channel 0 will be repeated when clocked out. In mono mode, only channel 0 will be sampled and stored to memory, and channel 0 will be repeated in the second phase when clocked out. If all bits are zero, no input words will be stored to memory, and the output data lines will be constant '0'. This can be utilized when PWM debug output is desired without any actively used output pins.

AIFWMASK2 @0x18 = 0x40021018

reset=0x00000000

Internal. Only to be used through TI provided API.

AIFPWMVALUE @0x1c = 0x4002101c

reset=0x00000000

Audio Interface PWM Debug Value

012345678910111213141516171819202122232425262728293031
[0..=15] PULSE_WIDTH RW

The value written to this register determines the width of the active high PWM pulse (pwm_debug), which starts together with MSB of the first output word in a DMA buffer: 0x0000: Constant low 0x0001: Width of the pulse (number of BCLK cycles, here 1). ... 0xFFFE: Width of the pulse (number of BCLK cycles, here 65534). 0xFFFF: Constant high

AIFINPTRNEXT @0x20 = 0x40021020

reset=0x00000000

DMA Input Buffer Next Pointer

012345678910111213141516171819202122232425262728293031
[0..=31] PTR RW

Pointer to the first byte in the next DMA input buffer. The read value equals the last written value until the currently used DMA input buffer is completed, and then becomes null when the last written value is transferred to the DMA controller to start on the next buffer. This event is signalized by IRQFLAGS.AIF_DMA_IN. At startup, the value must be written once before and once after configuring the DMA buffer size in AIFDMACFG. The next pointer must be written to this register while the DMA function uses the previously written pointer. If not written in time, IRQFLAGS.PTR_ERR will be raised and all input pins will be disabled.

AIFINPTR @0x24 = 0x40021024

reset=0x00000000

DMA Input Buffer Current Pointer

012345678910111213141516171819202122232425262728293031
[0..=31] PTR R

Value of the DMA input buffer pointer currently used by the DMA controller. Incremented by 1 (byte) or 2 (word) for each AHB access.

AIFOUTPTRNEXT @0x28 = 0x40021028

reset=0x00000000

DMA Output Buffer Next Pointer

012345678910111213141516171819202122232425262728293031
[0..=31] PTR RW

Pointer to the first byte in the next DMA output buffer. The read value equals the last written value until the currently used DMA output buffer is completed, and then becomes null when the last written value is transferred to the DMA controller to start on the next buffer. This event is signalized by IRQFLAGS.AIF_DMA_OUT. At startup, the value must be written once before and once after configuring the DMA buffer size in AIFDMACFG. At this time, the first two samples will be fetched from memory. The next pointer must be written to this register while the DMA function uses the previously written pointer. If not written in time, IRQFLAGS.PTR_ERR will be raised and all output pins will be disabled.

AIFOUTPTR @0x2c = 0x4002102c

reset=0x00000000

DMA Output Buffer Current Pointer

012345678910111213141516171819202122232425262728293031
[0..=31] PTR R

Value of the DMA output buffer pointer currently used by the DMA controller Incremented by 1 (byte) or 2 (word) for each AHB access.

STMPCTL @0x34 = 0x40021034

reset=0x00000000

Samplestamp Generator Control Register

012345678910111213141516171819202122232425262728293031
[0] STMP_EN RW

Enables the samplestamp generator. The samplestamp generator must only be enabled after it has been properly configured. When cleared, all samplestamp generator counters and capture values are cleared.

[1] IN_RDY R

Low until the input pins are ready to be started by the samplestamp generator. When started (that is STMPINTRIG equals the WCLK counter) the bit goes back low.

[2] OUT_RDY R

Low until the output pins are ready to be started by the samplestamp generator. When started (that is STMPOUTTRIG equals the WCLK counter) the bit goes back low.

STMPXCNTCAPT0 @0x38 = 0x40021038

reset=0x00000000

Captured XOSC Counter Value, Capture Channel 0

012345678910111213141516171819202122232425262728293031
[0..=15] CAPT_VALUE R

The value of the samplestamp XOSC counter (STMPXCNT.CURR_VALUE) last time an event was pulsed (event source selected in [EVENT.I2SSTMPSEL0.EV] for channel 0). This number corresponds to the number of 24 MHz clock cycles since the last positive edge of the selected WCLK. The value is cleared when STMPCTL.STMP_EN = 0. Note: Due to buffering and synchronization, WCLK is delayed by a small number of BCLK periods and clk periods. Note: When calculating the fractional part of the sample stamp, STMPXPER may be less than this bit field.

STMPXPER @0x3c = 0x4002103c

reset=0x00000000

XOSC Period Value

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE R

The number of 24 MHz clock cycles in the previous WCLK period (that is - the next value of the XOSC counter at the positive WCLK edge, had it not been reset to 0). The value is cleared when STMPCTL.STMP_EN = 0.

STMPWCNTCAPT0 @0x40 = 0x40021040

reset=0x00000000

Captured WCLK Counter Value, Capture Channel 0

012345678910111213141516171819202122232425262728293031
[0..=15] CAPT_VALUE R

The value of the samplestamp WCLK counter (STMPWCNT.CURR_VALUE) last time an event was pulsed (event source selected in EVENT:I2SSTMPSEL0.EV for channel 0). This number corresponds to the number of positive WCLK edges since the samplestamp generator was enabled (not taking modification through STMPWADD/STMPWSET into account). The value is cleared when STMPCTL.STMP_EN = 0.

STMPWPER @0x44 = 0x40021044

reset=0x00000000

WCLK Counter Period Value

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE RW

Used to define when STMPWCNT is to be reset so number of WCLK edges are found for the size of the sample buffer. This is thus a modulo value for the WCLK counter. This number must correspond to the size of the sample buffer used by the system (that is the index of the last sample plus 1).

STMPINTRIG @0x48 = 0x40021048

reset=0x00000000

WCLK Counter Trigger Value for Input Pins

012345678910111213141516171819202122232425262728293031
[0..=15] IN_START_WCNT RW

Compare value used to start the incoming audio streams. This bit field shall equal the WCLK counter value during the WCLK period in which the first input word(s) are sampled and stored to memory (that is the sample at the start of the very first DMA input buffer). The value of this register takes effect when the following conditions are met: - One or more pins are configured as inputs in AIFDIRCFG. - AIFDMACFG has been configured for the correct buffer size, and at least 32 BCLK cycle ticks have happened. Note: To avoid false triggers, this bit field should be set higher than STMPWPER.VALUE.

STMPOUTTRIG @0x4c = 0x4002104c

reset=0x00000000

WCLK Counter Trigger Value for Output Pins

012345678910111213141516171819202122232425262728293031
[0..=15] OUT_START_WCNT RW

Compare value used to start the outgoing audio streams. This bit field must equal the WCLK counter value during the WCLK period in which the first output word(s) read from memory are clocked out (that is the sample at the start of the very first DMA output buffer). The value of this register takes effect when the following conditions are met: - One or more pins are configured as outputs in AIFDIRCFG. - AIFDMACFG has been configured for the correct buffer size, and 32 BCLK cycle ticks have happened. - 2 samples have been preloaded from memory (examine the AIFOUTPTR register if necessary). Note: The memory read access is only performed when required, that is channels 0/1 must be selected in AIFWMASK0/AIFWMASK1. Note: To avoid false triggers, this bit field should be set higher than STMPWPER.VALUE.

STMPWSET @0x50 = 0x40021050

reset=0x00000000

WCLK Counter Set Operation

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE RW

WCLK counter modification: Sets the running WCLK counter equal to the written value.

STMPWADD @0x54 = 0x40021054

reset=0x00000000

WCLK Counter Add Operation

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE_INC RW

WCLK counter modification: Adds the written value to the running WCLK counter. If a positive edge of WCLK occurs at the same time as the operation, this will be taken into account. To add a negative value, write "STMPWPER.VALUE - value".

STMPXPERMIN @0x58 = 0x40021058

reset=0x00000000

XOSC Minimum Period Value Minimum Value of STMPXPER

012345678910111213141516171819202122232425262728293031
[0..=15] VALUE RW

Each time STMPXPER is updated, the value is also loaded into this register, provided that the value is smaller than the current value in this register. When written, the register is reset to 0xFFFF (65535), regardless of the value written. The minimum value can be used to detect extra WCLK pulses (this registers value will be significantly smaller than STMPXPER.VALUE).

STMPWCNT @0x5c = 0x4002105c

reset=0x00000000

Current Value of WCNT

012345678910111213141516171819202122232425262728293031
[0..=15] CURR_VALUE R

Current value of the WCLK counter

STMPXCNT @0x60 = 0x40021060

reset=0x00000000

Current Value of XCNT

012345678910111213141516171819202122232425262728293031
[0..=15] CURR_VALUE R

Current value of the XOSC counter, latched when reading STMPWCNT.

STMPXCNTCAPT1 @0x64 = 0x40021064

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] CAPT_VALUE R

Internal. Only to be used through TI provided API.

STMPWCNTCAPT1 @0x68 = 0x40021068

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=15] CAPT_VALUE R

Internal. Only to be used through TI provided API.

IRQMASK @0x70 = 0x40021070

reset=0x00000000

Interrupt Mask Register Selects mask states of the flags in IRQFLAGS that contribute to the I2S_IRQ event.

012345678910111213141516171819202122232425262728293031
[0] PTR_ERR RW

IRQFLAGS.PTR_ERR interrupt mask. 0: Disable 1: Enable

[1] WCLK_ERR RW

IRQFLAGS.WCLK_ERR interrupt mask 0: Disable 1: Enable

[2] BUS_ERR RW

IRQFLAGS.BUS_ERR interrupt mask 0: Disable 1: Enable

[3] WCLK_TIMEOUT RW

IRQFLAGS.WCLK_TIMEOUT interrupt mask 0: Disable 1: Enable

[4] AIF_DMA_OUT RW

IRQFLAGS.AIF_DMA_OUT interrupt mask 0: Disable 1: Enable

[5] AIF_DMA_IN RW

IRQFLAGS.AIF_DMA_IN interrupt mask 0: Disable 1: Enable

IRQFLAGS @0x74 = 0x40021074

reset=0x00000000

Raw Interrupt Status Register

012345678910111213141516171819202122232425262728293031
[0] PTR_ERR R

Set when AIFINPTRNEXT or AIFOUTPTRNEXT has not been loaded with the next block address in time. This error requires a complete restart since word synchronization has been lost. The bit is sticky and may only be cleared by software (by writing '1' to IRQCLR.PTR_ERR).

[1] WCLK_ERR R

Set when: - An unexpected WCLK edge occurs during the data delay period of a phase. Note unexpected WCLK edges during the word and idle periods of the phase are not detected. - In dual-phase mode, when two WCLK edges are less than 4 BCLK cycles apart. - In single-phase mode, when a WCLK pulse occurs before the last channel. This error requires a complete restart since word synchronization has been lost. The bit is sticky and may only be cleared by software (by writing '1' to IRQCLR.WCLK_ERR).

[2] BUS_ERR R

Set when a DMA operation is not completed in time (that is audio output buffer underflow, or audio input buffer overflow). This error requires a complete restart since word synchronization has been lost. The bit is sticky and may only be cleared by software (by writing '1' to IRQCLR.BUS_ERR). Note that DMA initiated transactions to illegal addresses will not trigger an interrupt. The response to such transactions is undefined.

[3] WCLK_TIMEOUT R

Set when the sample stamp generator does not detect a positive WCLK edge for 65535 clk periods. This signalizes that the internal or external BCLK and WCLK generator source has been disabled. The bit is sticky and may only be cleared by software (by writing '1' to IRQCLR.WCLK_TIMEOUT).

[4] AIF_DMA_OUT R

Set when condition for this bit field event occurs (auto cleared when output pointer is updated - AIFOUTPTRNEXT), see description of AIFOUTPTRNEXT register for details

[5] AIF_DMA_IN R

Set when condition for this bit field event occurs (auto cleared when input pointer is updated - AIFINPTRNEXT), see description of AIFINPTRNEXT register for details.

IRQSET @0x78 = 0x40021078

reset=0x00000000

Interrupt Set Register

012345678910111213141516171819202122232425262728293031
[0] PTR_ERR W

1: Sets the interrupt of IRQFLAGS.PTR_ERR

[1] WCLK_ERR W

1: Sets the interrupt of IRQFLAGS.WCLK_ERR

[2] BUS_ERR W

1: Sets the interrupt of IRQFLAGS.BUS_ERR

[3] WCLK_TIMEOUT W

1: Sets the interrupt of IRQFLAGS.WCLK_TIMEOUT

[4] AIF_DMA_OUT W

1: Sets the interrupt of IRQFLAGS.AIF_DMA_OUT (unless a auto clear criteria was given at the same time, in which the set will be ignored)

[5] AIF_DMA_IN W

1: Sets the interrupt of IRQFLAGS.AIF_DMA_IN (unless a auto clear criteria was given at the same time, in which the set will be ignored)

IRQCLR @0x7c = 0x4002107c

reset=0x00000000

Interrupt Clear Register

012345678910111213141516171819202122232425262728293031
[0] PTR_ERR W

1: Clears the interrupt of IRQFLAGS.PTR_ERR (unless a set criteria was given at the same time in which the clear will be ignored)

[1] WCLK_ERR W

1: Clears the interrupt of IRQFLAGS.WCLK_ERR (unless a set criteria was given at the same time in which the clear will be ignored)

[2] BUS_ERR W

1: Clears the interrupt of IRQFLAGS.BUS_ERR (unless a set criteria was given at the same time in which the clear will be ignored)

[3] WCLK_TIMEOUT W

1: Clears the interrupt of IRQFLAGS.WCLK_TIMEOUT (unless a set criteria was given at the same time in which the clear will be ignored)

[4] AIF_DMA_OUT W

1: Clears the interrupt of IRQFLAGS.AIF_DMA_OUT (unless a set criteria was given at the same time in which the clear will be ignored)

[5] AIF_DMA_IN W

1: Clears the interrupt of IRQFLAGS.AIF_DMA_IN (unless a set criteria was given at the same time in which the clear will be ignored)

IOC at 0x40081000 with offset=0 and size=4096:

IO Controller (IOC) - configures all the DIOs and resides in the MCU domain.

Registers:

IOCFG0 @0x0 = 0x40081000

reset=0x00000000

Configuration of DIO0

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO0

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG1 @0x4 = 0x40081004

reset=0x00000000

Configuration of DIO1

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO1

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG2 @0x8 = 0x40081008

reset=0x00000000

Configuration of DIO2

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO2

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG3 @0xc = 0x4008100c

reset=0x00000000

Configuration of DIO3

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO3

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG4 @0x10 = 0x40081010

reset=0x00000000

Configuration of DIO4

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO4

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG5 @0x14 = 0x40081014

reset=0x00000000

Configuration of DIO5

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO5

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG6 @0x18 = 0x40081018

reset=0x00000000

Configuration of DIO6

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO6

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG7 @0x1c = 0x4008101c

reset=0x00000000

Configuration of DIO7

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO7

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG8 @0x20 = 0x40081020

reset=0x00000000

Configuration of DIO8

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO8

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG9 @0x24 = 0x40081024

reset=0x00000000

Configuration of DIO9

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO9

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG10 @0x28 = 0x40081028

reset=0x00000000

Configuration of DIO10

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO10

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG11 @0x2c = 0x4008102c

reset=0x00000000

Configuration of DIO11

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO11

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG12 @0x30 = 0x40081030

reset=0x00000000

Configuration of DIO12

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO12

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG13 @0x34 = 0x40081034

reset=0x00000000

Configuration of DIO13

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO13

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG14 @0x38 = 0x40081038

reset=0x00000000

Configuration of DIO14

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO14

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG15 @0x3c = 0x4008103c

reset=0x00000000

Configuration of DIO15

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO15

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG16 @0x40 = 0x40081040

reset=0x00000000

Configuration of DIO16

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO16

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG17 @0x44 = 0x40081044

reset=0x00000000

Configuration of DIO17

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO17

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG18 @0x48 = 0x40081048

reset=0x00000000

Configuration of DIO18

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO18

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG19 @0x4c = 0x4008104c

reset=0x00000000

Configuration of DIO19

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO19

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG20 @0x50 = 0x40081050

reset=0x00000000

Configuration of DIO20

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO20

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG21 @0x54 = 0x40081054

reset=0x00000000

Configuration of DIO21

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO21

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG22 @0x58 = 0x40081058

reset=0x00000000

Configuration of DIO22

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO22

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG23 @0x5c = 0x4008105c

reset=0x00000000

Configuration of DIO23

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO23

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG24 @0x60 = 0x40081060

reset=0x00000000

Configuration of DIO24

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO24

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG25 @0x64 = 0x40081064

reset=0x00000000

Configuration of DIO25

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO25

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG26 @0x68 = 0x40081068

reset=0x00000000

Configuration of DIO26

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO26

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG27 @0x6c = 0x4008106c

reset=0x00000000

Configuration of DIO27

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO27

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG28 @0x70 = 0x40081070

reset=0x00000000

Configuration of DIO28

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO28

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG29 @0x74 = 0x40081074

reset=0x00000000

Configuration of DIO29

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO29

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG30 @0x78 = 0x40081078

reset=0x00000000

Configuration of DIO30

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO30

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

IOCFG31 @0x7c = 0x4008107c

reset=0x00000000

Configuration of DIO31

012345678910111213141516171819202122232425262728293031
[0..=5] PORT_ID RW

Selects usage for DIO31

Possible values:

NameValuedefault
RFC_SMI_CL_IN 56
RFC_SMI_CL_OUT 55
RFC_SMI_DL_IN 54
RFC_SMI_DL_OUT 53
RFC_GPI1 52
RFC_GPI0 51
RFC_GPO3 50
RFC_GPO2 49
RFC_GPO1 48
RFC_GPO0 47
RFC_TRC 46
I2S_MCLK 41
I2S_BCLK 40
I2S_WCLK 39
I2S_AD1 38
I2S_AD0 37
SSI1_CLK 36
SSI1_FSS 35
SSI1_TX 34
SSI1_RX 33
CPU_SWV 32
PORT_EVENT7 30
PORT_EVENT6 29
PORT_EVENT5 28
PORT_EVENT4 27
PORT_EVENT3 26
PORT_EVENT2 25
PORT_EVENT1 24
PORT_EVENT0 23
UART0_RTS 18
UART0_CTS 17
UART0_TX 16
UART0_RX 15
I2C_MSSCL 14
I2C_MSSDA 13
SSI0_CLK 12
SSI0_FSS 11
SSI0_TX 10
SSI0_RX 9
AUX_IO 8
AON_CLK32K 7
GPIO 0
[8..=9] IOSTR RW

Select source for drive strength control of this IO. This setting controls the drive strength of the Low-Current (LC) mode. Higher drive strength can be selected in IOCURR

Possible values:

NameValuedefault
MAX 3
MED 2
MIN 1
AUTO 0
[10..=11] IOCURR RW

Selects IO current mode of this IO.

Possible values:

NameValuedefault
_4_8MA 2
_4MA 1
_2MA 0
[12] SLEW_RED RW

0: Normal slew rate 1: Enables reduced slew rate in output driver.

[13..=14] PULL_CTL RW

Pull control

Possible values:

NameValuedefault
DIS 3
UP 2
DWN 1
[16..=17] EDGE_DET RW

Enable generation of edge detection events on this IO

Possible values:

NameValuedefault
BOTH 3
POS 2
NEG 1
NONE 0
[18] EDGE_IRQ_EN RW

0: No interrupt generation 1: Enable interrupt generation for this IO (Only effective if EDGE_DET is enabled)

[24..=26] IOMODE RW

IO Mode N/A for IO configured for AON periph. signals and AUX ie. PORT_ID 0x01-0x08 AUX has its own open_source/drain configuration. 0x2: Reserved. Undefined behavior. 0x3: Reserved. Undefined behavior.

Possible values:

NameValuedefault
OPENSRC_INV 7
OPENSRC 6
OPENDR_INV 5
OPENDR 4
INV 1
NORMAL 0
[27..=28] WU_CFG RW

If DIO is configured GPIO or non-AON peripheral signals, i.e. PORT_ID 0x00 or >0x08: 00: No wake-up 01: No wake-up 10: Wakes up from shutdown if this pad is going low. 11: Wakes up from shutdown if this pad is going high. If IO is configured for AON peripheral signals or AUX ie. PORT_ID 0x01-0x08, this register only sets wakeup enable or not. 00, 01: Wakeup disabled 10, 11: Wakeup enabled Polarity is controlled from AON registers. Note:When the MSB is set, the IOC will deactivate the output enable for the DIO.

[29] IE RW

0: Input disabled 1: Input enabled Note: If IO is configured for AUX ie. PORT_ID = 0x08, the enable will be ignored.

[30] HYST_EN RW

0: Input hysteresis disable 1: Input hysteresis enable

PRCM at 0x40082000 with offset=0 and size=4096:

Power, Reset and Clock Management

Registers:

INFRCLKDIVR @0x0 = 0x40082000

reset=0x00000000

Infrastructure Clock Division Factor For Run Mode

012345678910111213141516171819202122232425262728293031
[0..=1] RATIO RW

Division rate for clocks driving modules in the MCU_AON domain when system CPU is in run mode. Division ratio affects both infrastructure clock and perbusull clock.

Possible values:

NameValuedefault
DIV32 3
DIV8 2
DIV2 1
DIV1 0

INFRCLKDIVS @0x4 = 0x40082004

reset=0x00000000

Infrastructure Clock Division Factor For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0..=1] RATIO RW

Division rate for clocks driving modules in the MCU_AON domain when system CPU is in sleep mode. Division ratio affects both infrastructure clock and perbusull clock.

Possible values:

NameValuedefault
DIV32 3
DIV8 2
DIV2 1
DIV1 0

INFRCLKDIVDS @0x8 = 0x40082008

reset=0x00000000

Infrastructure Clock Division Factor For DeepSleep Mode

012345678910111213141516171819202122232425262728293031
[0..=1] RATIO RW

Division rate for clocks driving modules in the MCU_AON domain when system CPU is in seepsleep mode. Division ratio affects both infrastructure clock and perbusull clock.

Possible values:

NameValuedefault
DIV32 3
DIV8 2
DIV2 1
DIV1 0

VDCTL @0xc = 0x4008200c

reset=0x00000000

MCU Voltage Domain Control

012345678910111213141516171819202122232425262728293031
[0] ULDO RW

Request WUC to switch to uLDO. 0: No request 1: Assert request when possible The bit will have no effect before the following requirements are met: 1. PDCTL1.CPU_ON = 0 2. PDCTL1.VIMS_MODE = 0 3. SECDMACLKGDS.DMA_CLK_EN = 0 (Note: Setting must be loaded with CLKLOADCTL.LOAD) 4. SECDMACLKGDS.CRYPTO_CLK_EN = 0 (Note: Setting must be loaded with CLKLOADCTL.LOAD) 5. RFC do no request access to BUS 6. System CPU in deepsleep

[2] MCU_VD RW

Request WUC to power down the MCU voltage domain 0: No request 1: Assert request when possible. An asserted power down request will result in a boot of the MCU system when powered up again. The bit will have no effect before the following requirements are met: 1. PDCTL1.CPU_ON = 0 2. PDCTL1.VIMS_MODE = 0 3. SECDMACLKGDS.DMA_CLK_EN = 0 (Note: Setting must be loaded with CLKLOADCTL.LOAD) 4. SECDMACLKGDS.CRYPTO_CLK_EN = 0 (Note: Setting must be loaded with CLKLOADCTL.LOAD) 5. RFC do no request access to BUS 6. System CPU in deepsleep

CLKLOADCTL @0x28 = 0x40082028

reset=0x00000000

Load PRCM Settings To CLKCTRL Power Domain

012345678910111213141516171819202122232425262728293031
[0] LOAD W

0: No action 1: Load settings to CLKCTRL. Bit is HW cleared. Multiple changes to settings may be done before LOAD is written once so all changes takes place at the same time. LOAD can also be done after single setting updates. Registers that needs to be followed by LOAD before settings being applied are: - RFCCLKG - VIMSCLKG - SECDMACLKGR - SECDMACLKGS - SECDMACLKGDS - GPIOCLKGR - GPIOCLKGS - GPIOCLKGDS - GPTCLKGR - GPTCLKGS - GPTCLKGDS - GPTCLKDIV - I2CCLKGR - I2CCLKGS - I2CCLKGDS - SSICLKGR - SSICLKGS - SSICLKGDS - UARTCLKGR - UARTCLKGS - UARTCLKGDS - I2SCLKGR - I2SCLKGS - I2SCLKGDS - I2SBCLKSEL - I2SCLKCTL - I2SMCLKDIV - I2SBCLKDIV - I2SWCLKDIV

[1] LOAD_DONE R

Status of LOAD. Will be cleared to 0 when any of the registers requiring a LOAD is written to, and be set to 1 when a LOAD is done. Note that writing no change to a register will result in the LOAD_DONE being cleared. 0 : One or more registers have been write accessed after last LOAD 1 : No registers are write accessed after last LOAD

RFCCLKG @0x2c = 0x4008202c

reset=0x00000000

RFC Clock Gate

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock if RFC power domain is on For changes to take effect, CLKLOADCTL.LOAD needs to be written

VIMSCLKG @0x30 = 0x40082030

reset=0x00000000

VIMS Clock Gate

012345678910111213141516171819202122232425262728293031
[0..=1] CLK_EN RW

00: Disable clock 01: Disable clock when system CPU is in DeepSleep 11: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

SECDMACLKGR @0x3c = 0x4008203c

reset=0x00000000

TRNG, CRYPTO And UDMA Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0] CRYPTO_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[1] TRNG_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[8] DMA_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

SECDMACLKGS @0x40 = 0x40082040

reset=0x00000000

TRNG, CRYPTO And UDMA Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CRYPTO_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[1] TRNG_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[8] DMA_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

SECDMACLKGDS @0x44 = 0x40082044

reset=0x00000000

TRNG, CRYPTO And UDMA Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CRYPTO_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[1] TRNG_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[8] DMA_CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

GPIOCLKGR @0x48 = 0x40082048

reset=0x00000000

GPIO Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

GPIOCLKGS @0x4c = 0x4008204c

reset=0x00000000

GPIO Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

GPIOCLKGDS @0x50 = 0x40082050

reset=0x00000000

GPIO Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

GPTCLKGR @0x54 = 0x40082054

reset=0x00000000

GPT Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0..=3] CLK_EN RW

Each bit below has the following meaning: 0: Disable clock 1: Enable clock ENUMs can be combined For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
GPT3 8
GPT2 4
GPT1 2
GPT0 1

GPTCLKGS @0x58 = 0x40082058

reset=0x00000000

GPT Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0..=3] CLK_EN RW

Each bit below has the following meaning: 0: Disable clock 1: Enable clock ENUMs can be combined For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
GPT3 8
GPT2 4
GPT1 2
GPT0 1

GPTCLKGDS @0x5c = 0x4008205c

reset=0x00000000

GPT Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0..=3] CLK_EN RW

Each bit below has the following meaning: 0: Disable clock 1: Enable clock ENUMs can be combined For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
GPT3 8
GPT2 4
GPT1 2
GPT0 1

I2CCLKGR @0x60 = 0x40082060

reset=0x00000000

I2C Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2CCLKGS @0x64 = 0x40082064

reset=0x00000000

I2C Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2CCLKGDS @0x68 = 0x40082068

reset=0x00000000

I2C Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

UARTCLKGR @0x6c = 0x4008206c

reset=0x00000000

UART Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

UARTCLKGS @0x70 = 0x40082070

reset=0x00000000

UART Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

UARTCLKGDS @0x74 = 0x40082074

reset=0x00000000

UART Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

SSICLKGR @0x78 = 0x40082078

reset=0x00000000

SSI Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0..=1] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
SSI1 2
SSI0 1

SSICLKGS @0x7c = 0x4008207c

reset=0x00000000

SSI Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0..=1] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
SSI1 2
SSI0 1

SSICLKGDS @0x80 = 0x40082080

reset=0x00000000

SSI Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0..=1] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

Possible values:

NameValuedefault
SSI1 2
SSI0 1

I2SCLKGR @0x84 = 0x40082084

reset=0x00000000

I2S Clock Gate For Run Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2SCLKGS @0x88 = 0x40082088

reset=0x00000000

I2S Clock Gate For Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2SCLKGDS @0x8c = 0x4008208c

reset=0x00000000

I2S Clock Gate For Deep Sleep Mode

012345678910111213141516171819202122232425262728293031
[0] CLK_EN RW

0: Disable clock 1: Enable clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

CPUCLKDIV @0xb8 = 0x400820b8

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0] RATIO RW

Internal. Only to be used through TI provided API.

Possible values:

NameValuedefault
DIV2 1
DIV1 0

PERBUSDMACLKDIV @0xc0 = 0x400820c0

reset=0x00000000

Internal. Only to be used through TI provided API.

012345678910111213141516171819202122232425262728293031
[0..=31] SPARE RW

Internal. Only to be used through TI provided API.

I2SBCLKSEL @0xc8 = 0x400820c8

reset=0x00000000

I2S Clock Control

012345678910111213141516171819202122232425262728293031
[0] SRC RW

BCLK source selector 0: Use external BCLK 1: Use internally generated clock For changes to take effect, CLKLOADCTL.LOAD needs to be written

[1..=31] SPARE RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

GPTCLKDIV @0xcc = 0x400820cc

reset=0x00000000

GPT Scalar

012345678910111213141516171819202122232425262728293031
[0..=3] RATIO RW

Scalar used for GPTs. The division rate will be constant and ungated for Run / Sleep / DeepSleep mode. For changes to take effect, CLKLOADCTL.LOAD needs to be written Other values are not supported.

Possible values:

NameValuedefault
DIV256 8
DIV128 7
DIV64 6
DIV32 5
DIV16 4
DIV8 3
DIV4 2
DIV2 1
DIV1 0

I2SCLKCTL @0xd0 = 0x400820d0

reset=0x00000000

I2S Clock Control

012345678910111213141516171819202122232425262728293031
[0] EN RW

0: MCLK, BCLK and WCLK will be static low 1: Enables the generation of MCLK, BCLK and WCLK For changes to take effect, CLKLOADCTL.LOAD needs to be written

[1..=2] WCLK_PHASE RW

Decides how the WCLK division ratio is calculated and used to generate different duty cycles (See I2SWCLKDIV.WDIV). 0: Single phase 1: Dual phase 2: User Defined 3: Reserved/Undefined For changes to take effect, CLKLOADCTL.LOAD needs to be written

[3] SMPL_ON_POSEDGE RW

On the I2S serial interface, data and WCLK is sampled and clocked out on opposite edges of BCLK. 0 - data and WCLK are sampled on the negative edge and clocked out on the positive edge. 1 - data and WCLK are sampled on the positive edge and clocked out on the negative edge. For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2SMCLKDIV @0xd4 = 0x400820d4

reset=0x00000000

MCLK Division Ratio

012345678910111213141516171819202122232425262728293031
[0..=9] MDIV RW

An unsigned factor of the division ratio used to generate MCLK [2-1024]: MCLK = MCUCLK/MDIV[Hz] MCUCLK is 48MHz in normal mode. For powerdown mode the frequency is defined by AON_WUC:MCUCLK.PWR_DWN_SRC A value of 0 is interpreted as 1024. A value of 1 is invalid. If MDIV is odd the low phase of the clock is one MCUCLK period longer than the high phase. For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2SBCLKDIV @0xd8 = 0x400820d8

reset=0x00000000

BCLK Division Ratio

012345678910111213141516171819202122232425262728293031
[0..=9] BDIV RW

An unsigned factor of the division ratio used to generate I2S BCLK [2-1024]: BCLK = MCUCLK/BDIV[Hz] MCUCLK is 48MHz in normal mode. For powerdown mode the frequency is defined by AON_WUC:MCUCLK.PWR_DWN_SRC A value of 0 is interpreted as 1024. A value of 1 is invalid. If BDIV is odd and I2SCLKCTL.SMPL_ON_POSEDGE = 0, the low phase of the clock is one MCUCLK period longer than the high phase. If BDIV is odd and I2SCLKCTL.SMPL_ON_POSEDGE = 1 , the high phase of the clock is one MCUCLK period longer than the low phase. For changes to take effect, CLKLOADCTL.LOAD needs to be written

I2SWCLKDIV @0xdc = 0x400820dc

reset=0x00000000

WCLK Division Ratio

012345678910111213141516171819202122232425262728293031
[0..=15] WDIV RW

If I2SCLKCTL.WCLK_PHASE = 0, Single phase. WCLK is high one BCLK period and low WDIV[9:0] (unsigned, [1-1023]) BCLK periods. WCLK = MCUCLK / BDIV*(WDIV[9:0] + 1) [Hz] MCUCLK is 48MHz in normal mode. For powerdown mode the frequency is defined by AON_WUC:MCUCLK.PWR_DWN_SRC If I2SCLKCTL.WCLK_PHASE = 1, Dual phase. Each phase on WCLK (50% duty cycle) is WDIV[9:0] (unsigned, [1-1023]) BCLK periods. WCLK = MCUCLK / BDIV*(2*WDIV[9:0]) [Hz] If I2SCLKCTL.WCLK_PHASE = 2, User defined. WCLK is high WDIV[7:0] (unsigned, [1-255]) BCLK periods and low WDIV[15:8] (unsigned, [1-255]) BCLK periods. WCLK = MCUCLK / (BDIV*(WDIV[7:0] + WDIV[15:8]) [Hz] For changes to take effect, CLKLOADCTL.LOAD needs to be written

SWRESET @0x10c = 0x4008210c

reset=0x00000000

SW Initiated Resets

012345678910111213141516171819202122232425262728293031
[2] MCU W

Internal. Only to be used through TI provided API.

WARMRESET @0x110 = 0x40082110

reset=0x00000000

WARM Reset Control And Status

012345678910111213141516171819202122232425262728293031
[0] WDT_STAT R

0: No registered event 1: A WDT event has occured since last SW clear of the register. A read of this register clears both WDT_STAT and LOCKUP_STAT.

[1] LOCKUP_STAT R

0: No registred event 1: A system CPU LOCKUP event has occured since last SW clear of the register. A read of this register clears both WDT_STAT and LOCKUP_STAT.

[2] WR_TO_PINRESET RW

0: No action 1: A warm system reset event triggered by the below listed sources will result in an emulated pin reset. Warm reset sources included: ICEPick sysreset System CPU reset request, CPU_SCS:AIRCR.SYSRESETREQ System CPU Lockup WDT timeout An active ICEPick block system reset will gate all sources except ICEPick sysreset SW can read AON_SYSCTL:RESETCTL.RESET_SRC to find the source of the last reset resulting in a full power up sequence. WARMRESET in this register is set in the scenario that WR_TO_PINRESET=1 and one of the above listed sources is triggered.

PDCTL0 @0x12c = 0x4008212c

reset=0x00000000

Power Domain Control

012345678910111213141516171819202122232425262728293031
[0] RFC_ON RW

0: RFC power domain powered off if also PDCTL1.RFC_ON = 0 1: RFC power domain powered on

[1] SERIAL_ON RW

SERIAL Power domain. 0: SERIAL power domain is powered down 1: SERIAL power domain is powered up

[2] PERIPH_ON RW

PERIPH Power domain. 0: PERIPH power domain is powered down 1: PERIPH power domain is powered up

PDCTL0RFC @0x130 = 0x40082130

reset=0x00000000

RFC Power Domain Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

Alias for PDCTL0.RFC_ON

PDCTL0SERIAL @0x134 = 0x40082134

reset=0x00000000

SERIAL Power Domain Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

Alias for PDCTL0.SERIAL_ON

PDCTL0PERIPH @0x138 = 0x40082138

reset=0x00000000

PERIPH Power Domain Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

Alias for PDCTL0.PERIPH_ON

PDSTAT0 @0x140 = 0x40082140

reset=0x00000000

Power Domain Status

012345678910111213141516171819202122232425262728293031
[0] RFC_ON R

RFC Power domain 0: Domain may be powered down 1: Domain powered up (guaranteed)

[1] SERIAL_ON R

SERIAL Power domain. 0: Domain may be powered down 1: Domain powered up (guaranteed)

[2] PERIPH_ON R

PERIPH Power domain. 0: Domain may be powered down 1: Domain powered up (guaranteed)

PDSTAT0RFC @0x144 = 0x40082144

reset=0x00000000

RFC Power Domain Status

012345678910111213141516171819202122232425262728293031
[0] ON R

Alias for PDSTAT0.RFC_ON

PDSTAT0SERIAL @0x148 = 0x40082148

reset=0x00000000

SERIAL Power Domain Status

012345678910111213141516171819202122232425262728293031
[0] ON R

Alias for PDSTAT0.SERIAL_ON

PDSTAT0PERIPH @0x14c = 0x4008214c

reset=0x00000000

PERIPH Power Domain Status

012345678910111213141516171819202122232425262728293031
[0] ON R

Alias for PDSTAT0.PERIPH_ON

PDCTL1 @0x17c = 0x4008217c

reset=0x00000000

Power Domain Control

012345678910111213141516171819202122232425262728293031
[1] CPU_ON RW

0: Causes a power down of the CPU power domain when system CPU indicates it is idle. 1: Initiates power-on of the CPU power domain. This bit is automatically set by a WIC power-on event.

[2] RFC_ON RW

0: RFC power domain powered off if also PDCTL0.RFC_ON = 0 1: RFC power domain powered on Bit shall be used by RFC in autonomus mode but there is no HW restrictions fom system CPU to access the bit.

[3] VIMS_MODE RW

0: VIMS power domain is only powered when CPU power domain is powered. 1: VIMS power domain is powered whenever the BUS power domain is powered.

PDCTL1CPU @0x184 = 0x40082184

reset=0x00000000

CPU Power Domain Direct Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

This is an alias for PDCTL1.CPU_ON

PDCTL1RFC @0x188 = 0x40082188

reset=0x00000000

RFC Power Domain Direct Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

This is an alias for PDCTL1.RFC_ON

PDCTL1VIMS @0x18c = 0x4008218c

reset=0x00000000

VIMS Mode Direct Control

012345678910111213141516171819202122232425262728293031
[0] ON RW

This is an alias for PDCTL1.VIMS_MODE

PDSTAT1 @0x194 = 0x40082194

reset=0x00000000

Power Manager Status

012345678910111213141516171819202122232425262728293031
[1] CPU_ON R

0: CPU and BUS domain not accessible 1: CPU and BUS domains are both currently accessible

[2] RFC_ON R

0: RFC domain not accessible 1: RFC domain is currently accessible

[3] VIMS_MODE R

0: VIMS domain not accessible 1: VIMS domain is currently accessible

[4] BUS_ON R

0: BUS domain not accessible 1: BUS domain is currently accessible

PDSTAT1BUS @0x198 = 0x40082198

reset=0x00000000

BUS Power Domain Direct Read Status

012345678910111213141516171819202122232425262728293031
[0] ON R

This is an alias for PDSTAT1.BUS_ON

PDSTAT1RFC @0x19c = 0x4008219c

reset=0x00000000

RFC Power Domain Direct Read Status

012345678910111213141516171819202122232425262728293031
[0] ON R

This is an alias for PDSTAT1.RFC_ON

PDSTAT1CPU @0x1a0 = 0x400821a0

reset=0x00000000

CPU Power Domain Direct Read Status

012345678910111213141516171819202122232425262728293031
[0] ON R

This is an alias for PDSTAT1.CPU_ON

PDSTAT1VIMS @0x1a4 = 0x400821a4

reset=0x00000000

VIMS Mode Direct Read Status

012345678910111213141516171819202122232425262728293031
[0] ON R

This is an alias for PDSTAT1.VIMS_MODE

RFCBITS @0x1cc = 0x400821cc

reset=0x00000000

Control To RFC

012345678910111213141516171819202122232425262728293031
[0..=31] READ RW

Control bits for RFC. The RF core CPE processor will automatically check this register when it boots, and it can be used to immediately instruct CPE to perform some tasks at its start-up. The supported functionality is ROM-defined and may vary. See the technical reference manual for more details.

RFCMODESEL @0x1d0 = 0x400821d0

reset=0x00000000

Selected RFC Mode

012345678910111213141516171819202122232425262728293031
[0..=2] CURR RW

Selects the set of commands that the RFC will accept. Only modes permitted by RFCMODEHWOPT.AVAIL are writeable. See the technical reference manual for details.

Possible values:

NameValuedefault
MODE7 7
MODE6 6
MODE5 5
MODE4 4
MODE3 3
MODE2 2
MODE1 1
MODE0 0

RFCMODEHWOPT @0x1d4 = 0x400821d4

reset=0x00000000

Allowed RFC Modes

012345678910111213141516171819202122232425262728293031
[0..=7] AVAIL R

Permitted RFC modes. More than one mode can be permitted.

Possible values:

NameValuedefault
MODE7 128
MODE6 64
MODE5 32
MODE4 16
MODE3 8
MODE2 4
MODE1 2
MODE0 1

PWRPROFSTAT @0x1e0 = 0x400821e0

reset=0x00000000

Power Profiler Register

012345678910111213141516171819202122232425262728293031
[0..=7] VALUE RW

SW can use these bits to timestamp the application. These bits are also available through the testtap and can thus be used by the emulator to profile in real time.

RAMRETEN @0x224 = 0x40082224

reset=0x00000000

Memory Retention Control

012345678910111213141516171819202122232425262728293031
[0..=1] VIMS RW

0: Memory retention disabled 1: Memory retention enabled Bit 0: VIMS_TRAM Bit 1: VIMS_CRAM Legal modes depend on settings in VIMS:CTL.MODE 00: VIMS:CTL.MODE must be OFF before DEEPSLEEP is asserted - must be set to CACHE or SPLIT mode after waking up again 01: VIMS:CTL.MODE must be GPRAM before DEEPSLEEP is asserted. Must remain in GPRAM mode after wake up, alternatively select OFF mode first and then CACHE or SPILT mode. 10: Illegal mode 11: No restrictions

[2] RFC RW

0: Retention for RFC SRAM disabled 1: Retention for RFC SRAM enabled Memories controlled: CPERAM MCERAM RFERAM

RFC_DBELL at 0x40041000 with offset=0 and size=64:

RF Core Doorbell

Registers:

CMDR @0x0 = 0x40041000

reset=0x00000000

Doorbell Command Register

012345678910111213141516171819202122232425262728293031
[0..=31] CMD RW

Command register. Raises an interrupt to the Command and packet engine (CPE) upon write.

CMDSTA @0x4 = 0x40041004

reset=0x00000000

Doorbell Command Status Register

012345678910111213141516171819202122232425262728293031
[0..=31] STAT R

Status of the last command used

RFHWIFG @0x8 = 0x40041008

reset=0x00000000

Interrupt Flags From RF Hardware Modules

012345678910111213141516171819202122232425262728293031
[1] FSCA RW

Frequency synthesizer calibration accelerator interrupt flag. Write zero to clear flag. Write to one has no effect.

[2] MDMDONE RW

Modem command done interrupt flag. Write zero to clear flag. Write to one has no effect.

[3] MDMIN RW

Modem FIFO input interrupt flag. Write zero to clear flag. Write to one has no effect.

[4] MDMOUT RW

Modem FIFO output interrupt flag. Write zero to clear flag. Write to one has no effect.

[5] MDMSOFT RW

Modem synchronization word detection interrupt flag. This interrupt will be raised by modem when the synchronization word is received. The CPE may decide to reject the packet based on its header (protocol specific). Write zero to clear flag. Write to one has no effect.

[6] TRCTK RW

Debug tracer system tick interrupt flag. Write zero to clear flag. Write to one has no effect.

[8] RFEDONE RW

RF engine command done interrupt flag. Write zero to clear flag. Write to one has no effect.

[9] RFESOFT0 RW

RF engine software defined interrupt 0 flag. Write zero to clear flag. Write to one has no effect.

[10] RFESOFT1 RW

RF engine software defined interrupt 1 flag. Write zero to clear flag. Write to one has no effect.

[11] RFESOFT2 RW

RF engine software defined interrupt 2 flag. Write zero to clear flag. Write to one has no effect.

[12] RATCH0 RW

Radio timer channel 0 interrupt flag. Write zero to clear flag. Write to one has no effect.

[13] RATCH1 RW

Radio timer channel 1 interrupt flag. Write zero to clear flag. Write to one has no effect.

[14] RATCH2 RW

Radio timer channel 2 interrupt flag. Write zero to clear flag. Write to one has no effect.

[15] RATCH3 RW

Radio timer channel 3 interrupt flag. Write zero to clear flag. Write to one has no effect.

[16] RATCH4 RW

Radio timer channel 4 interrupt flag. Write zero to clear flag. Write to one has no effect.

[17] RATCH5 RW

Radio timer channel 5 interrupt flag. Write zero to clear flag. Write to one has no effect.

[18] RATCH6 RW

Radio timer channel 6 interrupt flag. Write zero to clear flag. Write to one has no effect.

[19] RATCH7 RW

Radio timer channel 7 interrupt flag. Write zero to clear flag. Write to one has no effect.

RFHWIEN @0xc = 0x4004100c

reset=0x00000000

Interrupt Enable For RF Hardware Modules

012345678910111213141516171819202122232425262728293031
[1] FSCA RW

Interrupt enable for RFHWIFG.FSCA.

[2] MDMDONE RW

Interrupt enable for RFHWIFG.MDMDONE.

[3] MDMIN RW

Interrupt enable for RFHWIFG.MDMIN.

[4] MDMOUT RW

Interrupt enable for RFHWIFG.MDMOUT.

[5] MDMSOFT RW

Interrupt enable for RFHWIFG.MDMSOFT.

[6] TRCTK RW

Interrupt enable for RFHWIFG.TRCTK.

[8] RFEDONE RW

Interrupt enable for RFHWIFG.RFEDONE.

[9] RFESOFT0 RW

Interrupt enable for RFHWIFG.RFESOFT0.

[10] RFESOFT1 RW

Interrupt enable for RFHWIFG.RFESOFT1.

[11] RFESOFT2 RW

Interrupt enable for RFHWIFG.RFESOFT2.

[12] RATCH0 RW

Interrupt enable for RFHWIFG.RATCH0.

[13] RATCH1 RW

Interrupt enable for RFHWIFG.RATCH1.

[14] RATCH2 RW

Interrupt enable for RFHWIFG.RATCH2.

[15] RATCH3 RW

Interrupt enable for RFHWIFG.RATCH3.

[16] RATCH4 RW

Interrupt enable for RFHWIFG.RATCH4.

[17] RATCH5 RW

Interrupt enable for RFHWIFG.RATCH5.

[18] RATCH6 RW

Interrupt enable for RFHWIFG.RATCH6.

[19] RATCH7 RW

Interrupt enable for RFHWIFG.RATCH7.

RFCPEIFG @0x10 = 0x40041010

reset=0x00000000

Interrupt Flags For Command and Packet Engine Generated Interrupts

012345678910111213141516171819202122232425262728293031
[0] COMMAND_DONE RW

Interrupt flag 0. A radio operation has finished. (IEEE 802.15.4 mode: A background level radio operation command has finished.) Write zero to clear flag. Write to one has no effect.

[1] LAST_COMMAND_DONE RW

Interrupt flag 1. The last radio operation command in a chain of commands has finished. (IEEE 802.15.4 mode: The last background level radio operation command in a chain of commands has finished.) Write zero to clear flag. Write to one has no effect.

[2] FG_COMMAND_DONE RW

Interrupt flag 2. IEEE 802.15.4 mode only: A foreground radio operation command has finished. Write zero to clear flag. Write to one has no effect.

[3] LAST_FG_COMMAND_DONE RW

Interrupt flag 3. IEEE 802.15.4 mode only: The last foreground radio operation command in a chain of commands has finished. Write zero to clear flag. Write to one has no effect.

[4] TX_DONE RW

Interrupt flag 4. Packet transmitted. (BLE mode: A packet has been transmitted.) (IEEE 802.15.4 mode: A frame has been transmitted). Write zero to clear flag. Write to one has no effect.

[5] TX_ACK RW

Interrupt flag 5. BLE mode: Acknowledgement received on a transmitted packet. IEEE 802.15.4 mode: Transmitted automatic ACK frame. Write zero to clear flag. Write to one has no effect.

[6] TX_CTRL RW

Interrupt flag 6. BLE mode: Transmitted LL control packet. Write zero to clear flag. Write to one has no effect.

[7] TX_CTRL_ACK RW

Interrupt flag 7. BLE mode: Acknowledgement received on a transmitted LL control packet. Write zero to clear flag. Write to one has no effect.

[8] TX_CTRL_ACK_ACK RW

Interrupt flag 8. BLE mode only: Acknowledgement received on a transmitted LL control packet, and acknowledgement transmitted for that packet. Write zero to clear flag. Write to one has no effect.

[9] TX_RETRANS RW

Interrupt flag 9. BLE mode only: Packet retransmitted. Write zero to clear flag. Write to one has no effect.

[10] TX_ENTRY_DONE RW

Interrupt flag 10. Tx queue data entry state changed to finished. Write zero to clear flag. Write to one has no effect.

[11] TX_BUFFER_CHANGED RW

Interrupt flag 11. BLE mode only: A buffer change is complete after CMD_BLE_ADV_PAYLOAD. Write zero to clear flag. Write to one has no effect.

[12] IRQ12 RW

Interrupt flag 12. Write zero to clear flag. Write to one has no effect.

[13] IRQ13 RW

Interrupt flag 13. Write zero to clear flag. Write to one has no effect.

[14] IRQ14 RW

Interrupt flag 14. Write zero to clear flag. Write to one has no effect.

[15] IRQ15 RW

Interrupt flag 15. Write zero to clear flag. Write to one has no effect.

[16] RX_OK RW

Interrupt flag 16. Packet received correctly. BLE mode: Packet received with CRC OK, payload, and not to be ignored. IEEE 802.15.4 mode: Frame received with CRC OK. Write zero to clear flag. Write to one has no effect.

[17] RX_NOK RW

Interrupt flag 17. Packet received with CRC error. BLE mode: Packet received with CRC error. IEEE 802.15.4 mode: Frame received with CRC error. Write zero to clear flag. Write to one has no effect.

[18] RX_IGNORED RW

Interrupt flag 18. Packet received, but can be ignored. BLE mode: Packet received with CRC OK, but to be ignored. IEEE 802.15.4 mode: Frame received with ignore flag set. Write zero to clear flag. Write to one has no effect.

[19] RX_EMPTY RW

Interrupt flag 19. BLE mode only: Packet received with CRC OK, not to be ignored, no payload. Write zero to clear flag. Write to one has no effect.

[20] RX_CTRL RW

Interrupt flag 20. BLE mode only: LL control packet received with CRC OK, not to be ignored. Write zero to clear flag. Write to one has no effect.

[21] RX_CTRL_ACK RW

Interrupt flag 21. BLE mode only: LL control packet received with CRC OK, not to be ignored, then acknowledgement sent. Write zero to clear flag. Write to one has no effect.

[22] RX_BUF_FULL RW

Interrupt flag 22. Packet received that did not fit in Rx queue. BLE mode: Packet received that did not fit in the Rx queue. IEEE 802.15.4 mode: Frame received that did not fit in the Rx queue. Write zero to clear flag. Write to one has no effect.

[23] RX_ENTRY_DONE RW

Interrupt flag 23. Rx queue data entry changing state to finished. Write zero to clear flag. Write to one has no effect.

[24] RX_DATA_WRITTEN RW

Interrupt flag 24. Data written to partial read Rx buffer. Write zero to clear flag. Write to one has no effect.

[25] RX_N_DATA_WRITTEN RW

Interrupt flag 25. Specified number of bytes written to partial read Rx buffer. Write zero to clear flag. Write to one has no effect.

[26] RX_ABORTED RW

Interrupt flag 26. Packet reception stopped before packet was done. Write zero to clear flag. Write to one has no effect.

[27] IRQ27 RW

Interrupt flag 27. Write zero to clear flag. Write to one has no effect.

[28] SYNTH_NO_LOCK RW

Interrupt flag 28. The phase-locked loop in frequency synthesizer has reported loss of lock. Write zero to clear flag. Write to one has no effect.

[29] MODULES_UNLOCKED RW

Interrupt flag 29. As part of command and packet engine (CPE) boot process, it has opened access to RF Core modules and memories. Write zero to clear flag. Write to one has no effect.

[30] BOOT_DONE RW

Interrupt flag 30. The command and packet engine (CPE) boot is finished. Write zero to clear flag. Write to one has no effect.

[31] INTERNAL_ERROR RW

Interrupt flag 31. The command and packet engine (CPE) has observed an unexpected error. A reset of the CPE is needed. This can be done by switching the RF Core power domain off and on in PRCM:PDCTL1RFC. Write zero to clear flag. Write to one has no effect.

RFCPEIEN @0x14 = 0x40041014

reset=0x00000000

Interrupt Enable For Command and Packet Engine Generated Interrupts

012345678910111213141516171819202122232425262728293031
[0] COMMAND_DONE RW

Interrupt enable for RFCPEIFG.COMMAND_DONE.

[1] LAST_COMMAND_DONE RW

Interrupt enable for RFCPEIFG.LAST_COMMAND_DONE.

[2] FG_COMMAND_DONE RW

Interrupt enable for RFCPEIFG.FG_COMMAND_DONE.

[3] LAST_FG_COMMAND_DONE RW

Interrupt enable for RFCPEIFG.LAST_FG_COMMAND_DONE.

[4] TX_DONE RW

Interrupt enable for RFCPEIFG.TX_DONE.

[5] TX_ACK RW

Interrupt enable for RFCPEIFG.TX_ACK.

[6] TX_CTRL RW

Interrupt enable for RFCPEIFG.TX_CTRL.

[7] TX_CTRL_ACK RW

Interrupt enable for RFCPEIFG.TX_CTRL_ACK.

[8] TX_CTRL_ACK_ACK RW

Interrupt enable for RFCPEIFG.TX_CTRL_ACK_ACK.

[9] TX_RETRANS RW

Interrupt enable for RFCPEIFG.TX_RETRANS.

[10] TX_ENTRY_DONE RW

Interrupt enable for RFCPEIFG.TX_ENTRY_DONE.

[11] TX_BUFFER_CHANGED RW

Interrupt enable for RFCPEIFG.TX_BUFFER_CHANGED.

[12] IRQ12 RW

Interrupt enable for RFCPEIFG.IRQ12.

[13] IRQ13 RW

Interrupt enable for RFCPEIFG.IRQ13.

[14] IRQ14 RW

Interrupt enable for RFCPEIFG.IRQ14.

[15] IRQ15 RW

Interrupt enable for RFCPEIFG.IRQ15.

[16] RX_OK RW

Interrupt enable for RFCPEIFG.RX_OK.

[17] RX_NOK RW

Interrupt enable for RFCPEIFG.RX_NOK.

[18] RX_IGNORED RW

Interrupt enable for RFCPEIFG.RX_IGNORED.

[19] RX_EMPTY RW

Interrupt enable for RFCPEIFG.RX_EMPTY.

[20] RX_CTRL RW

Interrupt enable for RFCPEIFG.RX_CTRL.

[21] RX_CTRL_ACK RW

Interrupt enable for RFCPEIFG.RX_CTRL_ACK.

[22] RX_BUF_FULL RW

Interrupt enable for RFCPEIFG.RX_BUF_FULL.

[23] RX_ENTRY_DONE RW

Interrupt enable for RFCPEIFG.RX_ENTRY_DONE.

[24] RX_DATA_WRITTEN RW

Interrupt enable for RFCPEIFG.RX_DATA_WRITTEN.

[25] RX_N_DATA_WRITTEN RW

Interrupt enable for RFCPEIFG.RX_N_DATA_WRITTEN.

[26] RX_ABORTED RW

Interrupt enable for RFCPEIFG.RX_ABORTED.

[27] IRQ27 RW

Interrupt enable for RFCPEIFG.IRQ27.

[28] SYNTH_NO_LOCK RW

Interrupt enable for RFCPEIFG.SYNTH_NO_LOCK.

[29] MODULES_UNLOCKED RW

Interrupt enable for RFCPEIFG.MODULES_UNLOCKED.

[30] BOOT_DONE RW

Interrupt enable for RFCPEIFG.BOOT_DONE.

[31] INTERNAL_ERROR RW

Interrupt enable for RFCPEIFG.INTERNAL_ERROR.

RFCPEISL @0x18 = 0x40041018

reset=0x00000000

Interrupt Vector Selection For Command and Packet Engine Generated Interrupts

012345678910111213141516171819202122232425262728293031
[0] COMMAND_DONE RW

Select which CPU interrupt vector the RFCPEIFG.COMMAND_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[1] LAST_COMMAND_DONE RW

Select which CPU interrupt vector the RFCPEIFG.LAST_COMMAND_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[2] FG_COMMAND_DONE RW

Select which CPU interrupt vector the RFCPEIFG.FG_COMMAND_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[3] LAST_FG_COMMAND_DONE RW

Select which CPU interrupt vector the RFCPEIFG.LAST_FG_COMMAND_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[4] TX_DONE RW

Select which CPU interrupt vector the RFCPEIFG.TX_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[5] TX_ACK RW

Select which CPU interrupt vector the RFCPEIFG.TX_ACK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[6] TX_CTRL RW

Select which CPU interrupt vector the RFCPEIFG.TX_CTRL interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[7] TX_CTRL_ACK RW

Select which CPU interrupt vector the RFCPEIFG.TX_CTRL_ACK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[8] TX_CTRL_ACK_ACK RW

Select which CPU interrupt vector the RFCPEIFG.TX_CTRL_ACK_ACK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[9] TX_RETRANS RW

Select which CPU interrupt vector the RFCPEIFG.TX_RETRANS interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[10] TX_ENTRY_DONE RW

Select which CPU interrupt vector the RFCPEIFG.TX_ENTRY_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[11] TX_BUFFER_CHANGED RW

Select which CPU interrupt vector the RFCPEIFG.TX_BUFFER_CHANGED interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[12] IRQ12 RW

Select which CPU interrupt vector the RFCPEIFG.IRQ12 interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[13] IRQ13 RW

Select which CPU interrupt vector the RFCPEIFG.IRQ13 interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[14] IRQ14 RW

Select which CPU interrupt vector the RFCPEIFG.IRQ14 interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[15] IRQ15 RW

Select which CPU interrupt vector the RFCPEIFG.IRQ15 interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[16] RX_OK RW

Select which CPU interrupt vector the RFCPEIFG.RX_OK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[17] RX_NOK RW

Select which CPU interrupt vector the RFCPEIFG.RX_NOK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[18] RX_IGNORED RW

Select which CPU interrupt vector the RFCPEIFG.RX_IGNORED interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[19] RX_EMPTY RW

Select which CPU interrupt vector the RFCPEIFG.RX_EMPTY interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[20] RX_CTRL RW

Select which CPU interrupt vector the RFCPEIFG.RX_CTRL interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[21] RX_CTRL_ACK RW

Select which CPU interrupt vector the RFCPEIFG.RX_CTRL_ACK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[22] RX_BUF_FULL RW

Select which CPU interrupt vector the RFCPEIFG.RX_BUF_FULL interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[23] RX_ENTRY_DONE RW

Select which CPU interrupt vector the RFCPEIFG.RX_ENTRY_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[24] RX_DATA_WRITTEN RW

Select which CPU interrupt vector the RFCPEIFG.RX_DATA_WRITTEN interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[25] RX_N_DATA_WRITTEN RW

Select which CPU interrupt vector the RFCPEIFG.RX_N_DATA_WRITTEN interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[26] RX_ABORTED RW

Select which CPU interrupt vector the RFCPEIFG.RX_ABORTED interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[27] IRQ27 RW

Select which CPU interrupt vector the RFCPEIFG.IRQ27 interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[28] SYNTH_NO_LOCK RW

Select which CPU interrupt vector the RFCPEIFG.SYNTH_NO_LOCK interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[29] MODULES_UNLOCKED RW

Select which CPU interrupt vector the RFCPEIFG.MODULES_UNLOCKED interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[30] BOOT_DONE RW

Select which CPU interrupt vector the RFCPEIFG.BOOT_DONE interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0
[31] INTERNAL_ERROR RW

Select which CPU interrupt vector the RFCPEIFG.INTERNAL_ERROR interrupt should use.

Possible values:

NameValuedefault
CPE1 1
CPE0 0

RFACKIFG @0x1c = 0x4004101c

reset=0x00000000

Doorbell Command Acknowledgement Interrupt Flag

012345678910111213141516171819202122232425262728293031
[0] ACKFLAG RW

Interrupt flag for Command ACK

SYSGPOCTL @0x20 = 0x40041020

reset=0x00000000

RF Core General Purpose Output Control

012345678910111213141516171819202122232425262728293031
[0..=3] GPOCTL0 RW

RF Core GPO control bit 0. Selects which signal to output on the RF Core GPO line 0.

Possible values:

NameValuedefault
RATGPO3 15
RATGPO2 14
RATGPO1 13
RATGPO0 12
RFEGPO3 11
RFEGPO2 10
RFEGPO1 9
RFEGPO0 8
MCEGPO3 7
MCEGPO2 6
MCEGPO1 5
MCEGPO0 4
CPEGPO3 3
CPEGPO2 2
CPEGPO1 1
CPEGPO0 0
[4..=7] GPOCTL1 RW

RF Core GPO control bit 1. Selects which signal to output on the RF Core GPO line 1.

Possible values:

NameValuedefault
RATGPO3 15
RATGPO2 14
RATGPO1 13
RATGPO0 12
RFEGPO3 11
RFEGPO2 10
RFEGPO1 9
RFEGPO0 8
MCEGPO3 7
MCEGPO2 6
MCEGPO1 5
MCEGPO0 4
CPEGPO3 3
CPEGPO2 2
CPEGPO1 1
CPEGPO0 0
[8..=11] GPOCTL2 RW

RF Core GPO control bit 2. Selects which signal to output on the RF Core GPO line 2.

Possible values:

NameValuedefault
RATGPO3 15
RATGPO2 14
RATGPO1 13
RATGPO0 12
RFEGPO3 11
RFEGPO2 10
RFEGPO1 9
RFEGPO0 8
MCEGPO3 7
MCEGPO2 6
MCEGPO1 5
MCEGPO0 4
CPEGPO3 3
CPEGPO2 2
CPEGPO1 1
CPEGPO0 0
[12..=15] GPOCTL3 RW

RF Core GPO control bit 3. Selects which signal to output on the RF Core GPO line 3.

Possible values:

NameValuedefault
RATGPO3 15
RATGPO2 14
RATGPO1 13
RATGPO0 12
RFEGPO3 11
RFEGPO2 10
RFEGPO1 9
RFEGPO0 8
MCEGPO3 7
MCEGPO2 6
MCEGPO1 5
MCEGPO0 4
CPEGPO3 3
CPEGPO2 2
CPEGPO1 1
CPEGPO0 0

RFC_PWR at 0x40040000 with offset=0 and size=4:

RF Core Power Management

Registers:

PWMCLKEN @0x0 = 0x40040000

reset=0x00000000

RF Core Power Management and Clock Enable

012345678910111213141516171819202122232425262728293031
[0] RFC R

Enable essential clocks for the RF Core interface. This includes the interconnect, the radio doorbell DBELL command interface, the power management (PWR) clock control module, and bus clock (sclk) for the CPE. To remove possibility of locking yourself out from the RF Core, this bit can not be cleared. If you need to disable all clocks to the RF Core, see the PRCM:RFCCLKG.CLK_EN register.

[1] CPE RW

Enable processor clock (hclk) to the Command and Packet Engine (CPE). As part of RF Core initialization, set this bit together with CPERAM bit to enable CPE to boot.

[2] CPERAM RW

Enable clock to the Command and Packet Engine (CPE) RAM module. As part of RF Core initialization, set this bit together with CPE bit to enable CPE to boot.

[3] MDM RW

Enable clock to the Modem (MDM) module.

[4] MDMRAM RW

Enable clock to the Modem RAM module.

[5] RFE RW

Enable clock to the RF Engine (RFE) module.

[6] RFERAM RW

Enable clock to the RF Engine RAM module.

[7] RAT RW

Enable clock to the Radio Timer (RAT) module.

[8] PHA RW

Enable clock to the Packet Handling Accelerator (PHA) module.

[9] FSCA RW

Enable clock to the Frequency Synthesizer Calibration Accelerator (FSCA) module.

[10] RFCTRC RW

Enable clock to the RF Core Tracer (RFCTRC) module.

RFC_RAT at 0x40043000 with offset=0 and size=256:

RF Core Radio Timer

Registers:

RATCNT @0x4 = 0x40043004

reset=0x00000000

Radio Timer Counter Value

012345678910111213141516171819202122232425262728293031
[0..=31] CNT RW

Counter value. This is not writable while radio timer counter is enabled.

RATCH0VAL @0x80 = 0x40043080

reset=0x00000000

Timer Channel 0 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH1VAL @0x84 = 0x40043084

reset=0x00000000

Timer Channel 1 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH2VAL @0x88 = 0x40043088

reset=0x00000000

Timer Channel 2 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH3VAL @0x8c = 0x4004308c

reset=0x00000000

Timer Channel 3 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH4VAL @0x90 = 0x40043090

reset=0x00000000

Timer Channel 4 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH5VAL @0x94 = 0x40043094

reset=0x00000000

Timer Channel 5 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH6VAL @0x98 = 0x40043098

reset=0x00000000

Timer Channel 6 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

RATCH7VAL @0x9c = 0x4004309c

reset=0x00000000

Timer Channel 7 Capture/Compare Register

012345678910111213141516171819202122232425262728293031
[0..=31] VAL RW

Capture/compare value. The system CPU can safely read this register, but it is recommended to use the CPE API commands to configure it for compare mode.

SMPH at 0x40084000 with offset=0 and size=4096:

MCU Semaphore Module This module provides 32 binary semaphores. The state of a binary semaphore is either taken or available. A semaphore does not implement any ownership attribute. Still, a semaphore can be used to handle mutual exclusion scenarios.

Registers:

SMPH0 @0x0 = 0x40084000

reset=0x00000000

MCU SEMAPHORE 0

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH1 @0x4 = 0x40084004

reset=0x00000000

MCU SEMAPHORE 1

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH2 @0x8 = 0x40084008

reset=0x00000000

MCU SEMAPHORE 2

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH3 @0xc = 0x4008400c

reset=0x00000000

MCU SEMAPHORE 3

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH4 @0x10 = 0x40084010

reset=0x00000000

MCU SEMAPHORE 4

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH5 @0x14 = 0x40084014

reset=0x00000000

MCU SEMAPHORE 5

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH6 @0x18 = 0x40084018

reset=0x00000000

MCU SEMAPHORE 6

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH7 @0x1c = 0x4008401c

reset=0x00000000

MCU SEMAPHORE 7

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH8 @0x20 = 0x40084020

reset=0x00000000

MCU SEMAPHORE 8

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH9 @0x24 = 0x40084024

reset=0x00000000

MCU SEMAPHORE 9

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH10 @0x28 = 0x40084028

reset=0x00000000

MCU SEMAPHORE 10

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH11 @0x2c = 0x4008402c

reset=0x00000000

MCU SEMAPHORE 11

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH12 @0x30 = 0x40084030

reset=0x00000000

MCU SEMAPHORE 12

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH13 @0x34 = 0x40084034

reset=0x00000000

MCU SEMAPHORE 13

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH14 @0x38 = 0x40084038

reset=0x00000000

MCU SEMAPHORE 14

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH15 @0x3c = 0x4008403c

reset=0x00000000

MCU SEMAPHORE 15

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH16 @0x40 = 0x40084040

reset=0x00000000

MCU SEMAPHORE 16

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH17 @0x44 = 0x40084044

reset=0x00000000

MCU SEMAPHORE 17

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH18 @0x48 = 0x40084048

reset=0x00000000

MCU SEMAPHORE 18

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH19 @0x4c = 0x4008404c

reset=0x00000000

MCU SEMAPHORE 19

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH20 @0x50 = 0x40084050

reset=0x00000000

MCU SEMAPHORE 20

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH21 @0x54 = 0x40084054

reset=0x00000000

MCU SEMAPHORE 21

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH22 @0x58 = 0x40084058

reset=0x00000000

MCU SEMAPHORE 22

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH23 @0x5c = 0x4008405c

reset=0x00000000

MCU SEMAPHORE 23

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH24 @0x60 = 0x40084060

reset=0x00000000

MCU SEMAPHORE 24

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH25 @0x64 = 0x40084064

reset=0x00000000

MCU SEMAPHORE 25

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH26 @0x68 = 0x40084068

reset=0x00000000

MCU SEMAPHORE 26

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH27 @0x6c = 0x4008406c

reset=0x00000000

MCU SEMAPHORE 27

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH28 @0x70 = 0x40084070

reset=0x00000000

MCU SEMAPHORE 28

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH29 @0x74 = 0x40084074

reset=0x00000000

MCU SEMAPHORE 29

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH30 @0x78 = 0x40084078

reset=0x00000000

MCU SEMAPHORE 30

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

SMPH31 @0x7c = 0x4008407c

reset=0x00000000

MCU SEMAPHORE 31

012345678910111213141516171819202122232425262728293031
[0] STAT RW

Status when reading: 0: Semaphore is taken 1: Semaphore is available Reading the register causes it to change value to 0. Releasing the semaphore is done by writing 1.

PEEK0 @0x800 = 0x40084800

reset=0x00000000

MCU SEMAPHORE 0 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK1 @0x804 = 0x40084804

reset=0x00000000

MCU SEMAPHORE 1 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK2 @0x808 = 0x40084808

reset=0x00000000

MCU SEMAPHORE 2 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK3 @0x80c = 0x4008480c

reset=0x00000000

MCU SEMAPHORE 3 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK4 @0x810 = 0x40084810

reset=0x00000000

MCU SEMAPHORE 4 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK5 @0x814 = 0x40084814

reset=0x00000000

MCU SEMAPHORE 5 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK6 @0x818 = 0x40084818

reset=0x00000000

MCU SEMAPHORE 6 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK7 @0x81c = 0x4008481c

reset=0x00000000

MCU SEMAPHORE 7 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK8 @0x820 = 0x40084820

reset=0x00000000

MCU SEMAPHORE 8 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK9 @0x824 = 0x40084824

reset=0x00000000

MCU SEMAPHORE 9 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK10 @0x828 = 0x40084828

reset=0x00000000

MCU SEMAPHORE 10 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK11 @0x82c = 0x4008482c

reset=0x00000000

MCU SEMAPHORE 11 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK12 @0x830 = 0x40084830

reset=0x00000000

MCU SEMAPHORE 12 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK13 @0x834 = 0x40084834

reset=0x00000000

MCU SEMAPHORE 13 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK14 @0x838 = 0x40084838

reset=0x00000000

MCU SEMAPHORE 14 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK15 @0x83c = 0x4008483c

reset=0x00000000

MCU SEMAPHORE 15 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK16 @0x840 = 0x40084840

reset=0x00000000

MCU SEMAPHORE 16 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK17 @0x844 = 0x40084844

reset=0x00000000

MCU SEMAPHORE 17 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK18 @0x848 = 0x40084848

reset=0x00000000

MCU SEMAPHORE 18 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK19 @0x84c = 0x4008484c

reset=0x00000000

MCU SEMAPHORE 19 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK20 @0x850 = 0x40084850

reset=0x00000000

MCU SEMAPHORE 20 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK21 @0x854 = 0x40084854

reset=0x00000000

MCU SEMAPHORE 21 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK22 @0x858 = 0x40084858

reset=0x00000000

MCU SEMAPHORE 22 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK23 @0x85c = 0x4008485c

reset=0x00000000

MCU SEMAPHORE 23 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK24 @0x860 = 0x40084860

reset=0x00000000

MCU SEMAPHORE 24 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK25 @0x864 = 0x40084864

reset=0x00000000

MCU SEMAPHORE 25 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK26 @0x868 = 0x40084868

reset=0x00000000

MCU SEMAPHORE 26 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK27 @0x86c = 0x4008486c

reset=0x00000000

MCU SEMAPHORE 27 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK28 @0x870 = 0x40084870

reset=0x00000000

MCU SEMAPHORE 28 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK29 @0x874 = 0x40084874

reset=0x00000000

MCU SEMAPHORE 29 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK30 @0x878 = 0x40084878

reset=0x00000000

MCU SEMAPHORE 30 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

PEEK31 @0x87c = 0x4008487c

reset=0x00000000

MCU SEMAPHORE 31 ALIAS

012345678910111213141516171819202122232425262728293031
[0] STAT R

Status when reading: 0: Semaphore is taken 1: Semaphore is available Used for semaphore debugging. A read operation will not change register value. Register writing is not possible.

SSI0 at 0x40000000 with offset=0 and size=4096:

Synchronous Serial Interface with master and slave capabilities

Registers:

CR0 @0x0 = 0x40000000

reset=0x00000000

Control 0

012345678910111213141516171819202122232425262728293031
[0..=3] DSS RW

Data Size Select. Values 0b0000, 0b0001, 0b0010 are reserved and shall not be used.

Possible values:

NameValuedefault
_16_BIT 15
_15_BIT 14
_14_BIT 13
_13_BIT 12
_12_BIT 11
_11_BIT 10
_10_BIT 9
_9_BIT 8
_8_BIT 7
_7_BIT 6
_6_BIT 5
_5_BIT 4
_4_BIT 3
[4..=5] FRF RW

Frame format. The supported frame formats are Motorola SPI, TI synchronous serial and National Microwire. Value 0'b11 is reserved and shall not be used.

Possible values:

NameValuedefault
NATIONAL_MICROWIRE 2
TI_SYNC_SERIAL 1
MOTOROLA_SPI 0
[6] SPO RW

CLKOUT polarity (Motorola SPI frame format only)

Possible values:

NameValuedefault
HIGH 1
LOW 0
[7] SPH RW

CLKOUT phase (Motorola SPI frame format only) This bit selects the clock edge that captures data and enables it to change state. It has the most impact on the first bit transmitted by either permitting or not permitting a clock transition before the first data capture edge.

Possible values:

NameValuedefault
_2ND_CLK_EDGE 1
_1ST_CLK_EDGE 0
[8..=15] SCR RW

Serial clock rate: This is used to generate the transmit and receive bit rate of the SSI. The bit rate is (SSI's clock frequency)/((SCR+1)*CPSR.CPSDVSR). SCR is a value from 0-255.

CR1 @0x4 = 0x40000004

reset=0x00000000

Control 1

012345678910111213141516171819202122232425262728293031
[0] LBM RW

Loop back mode: 0: Normal serial port operation enabled. 1: Output of transmit serial shifter is connected to input of receive serial shifter internally.

[1] SSE RW

Synchronous serial interface enable.

Possible values:

NameValuedefault
SSI_ENABLED 1
SSI_DISABLED 0
[2] MS RW

Master or slave mode select. This bit can be modified only when SSI is disabled, SSE=0.

Possible values:

NameValuedefault
SLAVE 1
MASTER 0
[3] SOD RW

Slave-mode output disabled This bit is relevant only in the slave mode, MS=1. In multiple-slave systems, it is possible for an SSI master to broadcast a message to all slaves in the system while ensuring that only one slave drives data onto its serial output line. In such systems the RXD lines from multiple slaves could be tied together. To operate in such systems, this bitfield can be set if the SSI slave is not supposed to drive the TXD line: 0: SSI can drive the TXD output in slave mode. 1: SSI cannot drive the TXD output in slave mode.

DR @0x8 = 0x40000008

reset=0x00000000

Data 16-bits wide data register: When read, the entry in the receive FIFO, pointed to by the current FIFO read pointer, is accessed. As data values are removed by the receive logic from the incoming data frame, they are placed into the entry in the receive FIFO, pointed to by the current FIFO write pointer. When written, the entry in the transmit FIFO, pointed to by the write pointer, is written to. Data values are removed from the transmit FIFO one value at a time by the transmit logic. It is loaded into the transmit serial shifter, then serially shifted out onto the TXD output pin at the programmed bit rate. When a data size of less than 16 bits is selected, the user must right-justify data written to the transmit FIFO. The transmit logic ignores the unused bits. Received data less than 16 bits is automatically right-justified in the receive buffer.

012345678910111213141516171819202122232425262728293031
[0..=15] DATA RW

Transmit/receive data The values read from this field or written to this field must be right-justified when SSI is programmed for a data size that is less than 16 bits (CR0.DSS != 0b1111). Unused bits at the top are ignored by transmit logic. The receive logic automatically right-justifies.

SR @0xc = 0x4000000c

reset=0x00000000

Status

012345678910111213141516171819202122232425262728293031
[0] TFE R

Transmit FIFO empty: 0: Transmit FIFO is not empty. 1: Transmit FIFO is empty.

[1] TNF R

Transmit FIFO not full: 0: Transmit FIFO is full. 1: Transmit FIFO is not full.

[2] RNE R

Receive FIFO not empty 0: Receive FIFO is empty. 1: Receive FIFO is not empty.

[3] RFF R

Receive FIFO full: 0: Receive FIFO is not full. 1: Receive FIFO is full.

[4] BSY R

Serial interface busy: 0: SSI is idle 1: SSI is currently transmitting and/or receiving a frame or the transmit FIFO is not empty.

CPSR @0x10 = 0x40000010

reset=0x00000000

Clock Prescale

012345678910111213141516171819202122232425262728293031
[0..=7] CPSDVSR RW

Clock prescale divisor: This field specifies the division factor by which the input system clock to SSI must be internally divided before further use. The value programmed into this field must be an even non-zero number (2-254). The least significant bit of the programmed number is hard-coded to zero. If an odd number is written to this register, data read back from this register has the least significant bit as zero.

IMSC @0x14 = 0x40000014

reset=0x00000000

Interrupt Mask Set and Clear

012345678910111213141516171819202122232425262728293031
[0] RORIM RW

Receive overrun interrupt mask: A read returns the current mask for receive overrun interrupt. On a write of 1, the mask for receive overrun interrupt is set which means the interrupt state will be reflected in MIS.RORMIS. A write of 0 clears the mask which means MIS.RORMIS will not reflect the interrupt.

[1] RTIM RW

Receive timeout interrupt mask: A read returns the current mask for receive timeout interrupt. On a write of 1, the mask for receive timeout interrupt is set which means the interrupt state will be reflected in MIS.RTMIS. A write of 0 clears the mask which means MIS.RTMIS will not reflect the interrupt.

[2] RXIM RW

Receive FIFO interrupt mask: A read returns the current mask for receive FIFO interrupt. On a write of 1, the mask for receive FIFO interrupt is set which means the interrupt state will be reflected in MIS.RXMIS. A write of 0 clears the mask which means MIS.RXMIS will not reflect the interrupt.

[3] TXIM RW

Transmit FIFO interrupt mask: A read returns the current mask for transmit FIFO interrupt. On a write of 1, the mask for transmit FIFO interrupt is set which means the interrupt state will be reflected in MIS.TXMIS. A write of 0 clears the mask which means MIS.TXMIS will not reflect the interrupt.

RIS @0x18 = 0x40000018

reset=0x00000000

Raw Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RORRIS R

Raw interrupt state of receive overrun interrupt: The receive overrun interrupt is asserted when the FIFO is already full and an additional data frame is received, causing an overrun of the FIFO. Data is over-written in the receive shift register, but not the FIFO so the FIFO contents stay valid. It can also be cleared by writing to ICR.RORIC.

[1] RTRIS R

Raw interrupt state of receive timeout interrupt: The receive timeout interrupt is asserted when the receive FIFO is not empty and SSI has remained idle for a fixed 32 bit period. This mechanism can be used to notify the user that data is still present in the receive FIFO and requires servicing. This interrupt is deasserted if the receive FIFO becomes empty by subsequent reads, or if new data is received on RXD. It can also be cleared by writing to ICR.RTIC.

[2] RXRIS R

Raw interrupt state of receive FIFO interrupt: The receive interrupt is asserted when there are four or more valid entries in the receive FIFO.

[3] TXRIS R

Raw transmit FIFO interrupt status: The transmit interrupt is asserted when there are four or fewer valid entries in the transmit FIFO. The transmit interrupt is not qualified with the SSI enable signal. Therefore one of the following ways can be used: - data can be written to the transmit FIFO prior to enabling the SSI and the interrupts. - SSI and interrupts can be enabled so that data can be written to the transmit FIFO by an interrupt service routine.

MIS @0x1c = 0x4000001c

reset=0x00000000

Masked Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RORMIS R

Masked interrupt state of receive overrun interrupt: This field returns the masked interrupt state of receive overrun interrupt which is the AND product of raw interrupt state RIS.RORRIS and the mask setting IMSC.RORIM.

[1] RTMIS R

Masked interrupt state of receive timeout interrupt: This field returns the masked interrupt state of receive timeout interrupt which is the AND product of raw interrupt state RIS.RTRIS and the mask setting IMSC.RTIM.

[2] RXMIS R

Masked interrupt state of receive FIFO interrupt: This field returns the masked interrupt state of receive FIFO interrupt which is the AND product of raw interrupt state RIS.RXRIS and the mask setting IMSC.RXIM.

[3] TXMIS R

Masked interrupt state of transmit FIFO interrupt: This field returns the masked interrupt state of transmit FIFO interrupt which is the AND product of raw interrupt state RIS.TXRIS and the mask setting IMSC.TXIM.

ICR @0x20 = 0x40000020

reset=0x00000000

Interrupt Clear On a write of 1, the corresponding interrupt is cleared. A write of 0 has no effect.

012345678910111213141516171819202122232425262728293031
[0] RORIC W

Clear the receive overrun interrupt: Writing 1 to this field clears the overrun error interrupt (RIS.RORRIS). Writing 0 has no effect.

[1] RTIC W

Clear the receive timeout interrupt: Writing 1 to this field clears the timeout interrupt (RIS.RTRIS). Writing 0 has no effect.

DMACR @0x24 = 0x40000024

reset=0x00000000

DMA Control

012345678910111213141516171819202122232425262728293031
[0] RXDMAE RW

Receive DMA enable. If this bit is set to 1, DMA for the receive FIFO is enabled.

[1] TXDMAE RW

Transmit DMA enable. If this bit is set to 1, DMA for the transmit FIFO is enabled.

RESERVED1 @0x28 = 0x40000028

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

RESERVED2 @0x90 = 0x40000090

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

SSI1 at 0x40008000 with offset=0 and size=4096:

Synchronous Serial Interface with master and slave capabilities

Registers:

CR0 @0x0 = 0x40008000

reset=0x00000000

Control 0

012345678910111213141516171819202122232425262728293031
[0..=3] DSS RW

Data Size Select. Values 0b0000, 0b0001, 0b0010 are reserved and shall not be used.

Possible values:

NameValuedefault
_16_BIT 15
_15_BIT 14
_14_BIT 13
_13_BIT 12
_12_BIT 11
_11_BIT 10
_10_BIT 9
_9_BIT 8
_8_BIT 7
_7_BIT 6
_6_BIT 5
_5_BIT 4
_4_BIT 3
[4..=5] FRF RW

Frame format. The supported frame formats are Motorola SPI, TI synchronous serial and National Microwire. Value 0'b11 is reserved and shall not be used.

Possible values:

NameValuedefault
NATIONAL_MICROWIRE 2
TI_SYNC_SERIAL 1
MOTOROLA_SPI 0
[6] SPO RW

CLKOUT polarity (Motorola SPI frame format only)

Possible values:

NameValuedefault
HIGH 1
LOW 0
[7] SPH RW

CLKOUT phase (Motorola SPI frame format only) This bit selects the clock edge that captures data and enables it to change state. It has the most impact on the first bit transmitted by either permitting or not permitting a clock transition before the first data capture edge.

Possible values:

NameValuedefault
_2ND_CLK_EDGE 1
_1ST_CLK_EDGE 0
[8..=15] SCR RW

Serial clock rate: This is used to generate the transmit and receive bit rate of the SSI. The bit rate is (SSI's clock frequency)/((SCR+1)*CPSR.CPSDVSR). SCR is a value from 0-255.

CR1 @0x4 = 0x40008004

reset=0x00000000

Control 1

012345678910111213141516171819202122232425262728293031
[0] LBM RW

Loop back mode: 0: Normal serial port operation enabled. 1: Output of transmit serial shifter is connected to input of receive serial shifter internally.

[1] SSE RW

Synchronous serial interface enable.

Possible values:

NameValuedefault
SSI_ENABLED 1
SSI_DISABLED 0
[2] MS RW

Master or slave mode select. This bit can be modified only when SSI is disabled, SSE=0.

Possible values:

NameValuedefault
SLAVE 1
MASTER 0
[3] SOD RW

Slave-mode output disabled This bit is relevant only in the slave mode, MS=1. In multiple-slave systems, it is possible for an SSI master to broadcast a message to all slaves in the system while ensuring that only one slave drives data onto its serial output line. In such systems the RXD lines from multiple slaves could be tied together. To operate in such systems, this bitfield can be set if the SSI slave is not supposed to drive the TXD line: 0: SSI can drive the TXD output in slave mode. 1: SSI cannot drive the TXD output in slave mode.

DR @0x8 = 0x40008008

reset=0x00000000

Data 16-bits wide data register: When read, the entry in the receive FIFO, pointed to by the current FIFO read pointer, is accessed. As data values are removed by the receive logic from the incoming data frame, they are placed into the entry in the receive FIFO, pointed to by the current FIFO write pointer. When written, the entry in the transmit FIFO, pointed to by the write pointer, is written to. Data values are removed from the transmit FIFO one value at a time by the transmit logic. It is loaded into the transmit serial shifter, then serially shifted out onto the TXD output pin at the programmed bit rate. When a data size of less than 16 bits is selected, the user must right-justify data written to the transmit FIFO. The transmit logic ignores the unused bits. Received data less than 16 bits is automatically right-justified in the receive buffer.

012345678910111213141516171819202122232425262728293031
[0..=15] DATA RW

Transmit/receive data The values read from this field or written to this field must be right-justified when SSI is programmed for a data size that is less than 16 bits (CR0.DSS != 0b1111). Unused bits at the top are ignored by transmit logic. The receive logic automatically right-justifies.

SR @0xc = 0x4000800c

reset=0x00000000

Status

012345678910111213141516171819202122232425262728293031
[0] TFE R

Transmit FIFO empty: 0: Transmit FIFO is not empty. 1: Transmit FIFO is empty.

[1] TNF R

Transmit FIFO not full: 0: Transmit FIFO is full. 1: Transmit FIFO is not full.

[2] RNE R

Receive FIFO not empty 0: Receive FIFO is empty. 1: Receive FIFO is not empty.

[3] RFF R

Receive FIFO full: 0: Receive FIFO is not full. 1: Receive FIFO is full.

[4] BSY R

Serial interface busy: 0: SSI is idle 1: SSI is currently transmitting and/or receiving a frame or the transmit FIFO is not empty.

CPSR @0x10 = 0x40008010

reset=0x00000000

Clock Prescale

012345678910111213141516171819202122232425262728293031
[0..=7] CPSDVSR RW

Clock prescale divisor: This field specifies the division factor by which the input system clock to SSI must be internally divided before further use. The value programmed into this field must be an even non-zero number (2-254). The least significant bit of the programmed number is hard-coded to zero. If an odd number is written to this register, data read back from this register has the least significant bit as zero.

IMSC @0x14 = 0x40008014

reset=0x00000000

Interrupt Mask Set and Clear

012345678910111213141516171819202122232425262728293031
[0] RORIM RW

Receive overrun interrupt mask: A read returns the current mask for receive overrun interrupt. On a write of 1, the mask for receive overrun interrupt is set which means the interrupt state will be reflected in MIS.RORMIS. A write of 0 clears the mask which means MIS.RORMIS will not reflect the interrupt.

[1] RTIM RW

Receive timeout interrupt mask: A read returns the current mask for receive timeout interrupt. On a write of 1, the mask for receive timeout interrupt is set which means the interrupt state will be reflected in MIS.RTMIS. A write of 0 clears the mask which means MIS.RTMIS will not reflect the interrupt.

[2] RXIM RW

Receive FIFO interrupt mask: A read returns the current mask for receive FIFO interrupt. On a write of 1, the mask for receive FIFO interrupt is set which means the interrupt state will be reflected in MIS.RXMIS. A write of 0 clears the mask which means MIS.RXMIS will not reflect the interrupt.

[3] TXIM RW

Transmit FIFO interrupt mask: A read returns the current mask for transmit FIFO interrupt. On a write of 1, the mask for transmit FIFO interrupt is set which means the interrupt state will be reflected in MIS.TXMIS. A write of 0 clears the mask which means MIS.TXMIS will not reflect the interrupt.

RIS @0x18 = 0x40008018

reset=0x00000000

Raw Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RORRIS R

Raw interrupt state of receive overrun interrupt: The receive overrun interrupt is asserted when the FIFO is already full and an additional data frame is received, causing an overrun of the FIFO. Data is over-written in the receive shift register, but not the FIFO so the FIFO contents stay valid. It can also be cleared by writing to ICR.RORIC.

[1] RTRIS R

Raw interrupt state of receive timeout interrupt: The receive timeout interrupt is asserted when the receive FIFO is not empty and SSI has remained idle for a fixed 32 bit period. This mechanism can be used to notify the user that data is still present in the receive FIFO and requires servicing. This interrupt is deasserted if the receive FIFO becomes empty by subsequent reads, or if new data is received on RXD. It can also be cleared by writing to ICR.RTIC.

[2] RXRIS R

Raw interrupt state of receive FIFO interrupt: The receive interrupt is asserted when there are four or more valid entries in the receive FIFO.

[3] TXRIS R

Raw transmit FIFO interrupt status: The transmit interrupt is asserted when there are four or fewer valid entries in the transmit FIFO. The transmit interrupt is not qualified with the SSI enable signal. Therefore one of the following ways can be used: - data can be written to the transmit FIFO prior to enabling the SSI and the interrupts. - SSI and interrupts can be enabled so that data can be written to the transmit FIFO by an interrupt service routine.

MIS @0x1c = 0x4000801c

reset=0x00000000

Masked Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RORMIS R

Masked interrupt state of receive overrun interrupt: This field returns the masked interrupt state of receive overrun interrupt which is the AND product of raw interrupt state RIS.RORRIS and the mask setting IMSC.RORIM.

[1] RTMIS R

Masked interrupt state of receive timeout interrupt: This field returns the masked interrupt state of receive timeout interrupt which is the AND product of raw interrupt state RIS.RTRIS and the mask setting IMSC.RTIM.

[2] RXMIS R

Masked interrupt state of receive FIFO interrupt: This field returns the masked interrupt state of receive FIFO interrupt which is the AND product of raw interrupt state RIS.RXRIS and the mask setting IMSC.RXIM.

[3] TXMIS R

Masked interrupt state of transmit FIFO interrupt: This field returns the masked interrupt state of transmit FIFO interrupt which is the AND product of raw interrupt state RIS.TXRIS and the mask setting IMSC.TXIM.

ICR @0x20 = 0x40008020

reset=0x00000000

Interrupt Clear On a write of 1, the corresponding interrupt is cleared. A write of 0 has no effect.

012345678910111213141516171819202122232425262728293031
[0] RORIC W

Clear the receive overrun interrupt: Writing 1 to this field clears the overrun error interrupt (RIS.RORRIS). Writing 0 has no effect.

[1] RTIC W

Clear the receive timeout interrupt: Writing 1 to this field clears the timeout interrupt (RIS.RTRIS). Writing 0 has no effect.

DMACR @0x24 = 0x40008024

reset=0x00000000

DMA Control

012345678910111213141516171819202122232425262728293031
[0] RXDMAE RW

Receive DMA enable. If this bit is set to 1, DMA for the receive FIFO is enabled.

[1] TXDMAE RW

Transmit DMA enable. If this bit is set to 1, DMA for the transmit FIFO is enabled.

RESERVED1 @0x28 = 0x40008028

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

RESERVED2 @0x90 = 0x40008090

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

TRNG at 0x40028000 with offset=0 and size=8192:

True Random Number Generator

Registers:

OUT0 @0x0 = 0x40028000

reset=0x00000000

Random Number Lower Word Readout Value

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE_31_0 R

LSW of 64- bit random value. New value ready when IRQFLAGSTAT.RDY = 1.

OUT1 @0x4 = 0x40028004

reset=0x00000000

Random Number Upper Word Readout Value

012345678910111213141516171819202122232425262728293031
[0..=31] VALUE_63_32 R

MSW of 64-bit random value. New value ready when IRQFLAGSTAT.RDY = 1.

IRQFLAGSTAT @0x8 = 0x40028008

reset=0x00000000

Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] RDY R

1: Data are available in OUT0 and OUT1. Acknowledging this state by writing '1' to IRQFLAGCLR.RDY clears this bit to '0'. If a new number is already available in the internal register of the TRNG, the number is directly clocked into the result register. In this case the status bit is asserted again, after one clock cycle.

[1] SHUTDOWN_OVF R

1: The number of FROs shut down (i.e. the number of '1' bits in the ALARMSTOP register) has exceeded the threshold set by ALARMCNT.SHUTDOWN_THR Writing '1' to IRQFLAGCLR.SHUTDOWN_OVF clears this bit to '0' again.

[31] NEED_CLOCK R

1: Indicates that the TRNG is busy generating entropy or is in one of its test modes - clocks may not be turned off and the power supply voltage must be kept stable. 0: TRNG is idle and can be shut down

IRQFLAGMASK @0xc = 0x4002800c

reset=0x00000000

Interrupt Mask

012345678910111213141516171819202122232425262728293031
[0] RDY RW

1: Allow IRQFLAGSTAT.RDY to activate the interrupt from this module.

[1] SHUTDOWN_OVF RW

1: Allow IRQFLAGSTAT.SHUTDOWN_OVF to activate the interrupt from this module.

IRQFLAGCLR @0x10 = 0x40028010

reset=0x00000000

Interrupt Flag Clear

012345678910111213141516171819202122232425262728293031
[0] RDY W

1: Clear IRQFLAGSTAT.RDY.

[1] SHUTDOWN_OVF W

1: Clear IRQFLAGSTAT.SHUTDOWN_OVF.

CTL @0x14 = 0x40028014

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[1] TEST_MODE RW

1: Enables access to the TESTCNT and LFSR0/LFSR1/LFSR2 registers (the latter are automatically cleared before enabling access) and keeps IRQFLAGSTAT.NEED_CLOCK at '1'. This bit shall not be used unless you need to change the LFSR seed prior to creating a new random value. All other testing is done external to register control.

[2] NO_LFSR_FB RW

1: Remove XNOR feedback from the main LFSR, converting it into a normal shift register for the XOR-ed outputs of the FROs (shifting data in on the LSB side). A '1' also forces the LFSR to sample continuously. This bit can only be set to '1' when TEST_MODE is also set to '1' and should not be used for other than test purposes

[10] TRNG_EN RW

0: Forces all TRNG logic back into the idle state immediately. 1: Starts TRNG, gathering entropy from the FROs for the number of samples determined by STARTUP_CYCLES.

[16..=31] STARTUP_CYCLES RW

This field determines the number of samples (between 2^8 and 2^24) taken to gather entropy from the FROs during startup. If the written value of this field is zero, the number of samples is 2^24, otherwise the number of samples equals the written value times 2^8. 0x0000: 2^24 samples 0x0001: 1*2^8 samples 0x0002: 2*2^8 samples 0x0003: 3*2^8 samples ... 0x8000: 32768*2^8 samples 0xC000: 49152*2^8 samples ... 0xFFFF: 65535*2^8 samples This field can only be modified while TRNG_EN is 0. If 1 an update will be ignored.

CFG0 @0x18 = 0x40028018

reset=0x00000000

Configuration 0

012345678910111213141516171819202122232425262728293031
[0..=7] MIN_REFILL_CYCLES RW

This field determines the minimum number of samples (between 2^6 and 2^14) taken to re-generate entropy from the FROs after reading out a 64 bits random number. If the value of this field is zero, the number of samples is fixed to the value determined by the MAX_REFILL_CYCLES field, otherwise the minimum number of samples equals the written value times 64 (which can be up to 2^14). To ensure same entropy in all generated random numbers the value 0 should be used. Then MAX_REFILL_CYCLES controls the minimum refill interval. The number of samples defined here cannot be higher than the number defined by the 'max_refill_cycles' field (i.e. that field takes precedence). No random value will be created if min refill > max refill. This field can only be modified while CTL.TRNG_EN = 0. 0x00: Minimum samples = MAX_REFILL_CYCLES (all numbers have same entropy) 0x01: 1*2^6 samples 0x02: 2*2^6 samples ... 0xFF: 255*2^6 samples

[8..=11] SMPL_DIV RW

This field directly controls the number of clock cycles between samples taken from the FROs. Default value 0 indicates that samples are taken every clock cycle, maximum value 0xF takes one sample every 16 clock cycles. This field must be set to a value such that the slowest FRO (even under worst-case conditions) has a cycle time less than twice the sample period. This field can only be modified while CTL.TRNG_EN is '0'.

[16..=31] MAX_REFILL_CYCLES RW

This field determines the maximum number of samples (between 2^8 and 2^24) taken to re-generate entropy from the FROs after reading out a 64 bits random number. If the written value of this field is zero, the number of samples is 2^24, otherwise the number of samples equals the written value times 2^8. 0x0000: 2^24 samples 0x0001: 1*2^8 samples 0x0002: 2*2^8 samples 0x0003: 3*2^8 samples ... 0x8000: 32768*2^8 samples 0xC000: 49152*2^8 samples ... 0xFFFF: 65535*2^8 samples This field can only be modified while CTL.TRNG_EN is 0.

ALARMCNT @0x1c = 0x4002801c

reset=0x00000000

Alarm Control

012345678910111213141516171819202122232425262728293031
[0..=7] ALARM_THR RW

Alarm detection threshold for the repeating pattern detectors on each FRO. An FRO 'alarm event' is declared when a repeating pattern (of up to four samples length) is detected continuously for the number of samples defined by this field's value. Reset value 0xFF should keep the number of 'alarm events' to a manageable level.

[16..=20] SHUTDOWN_THR RW

Threshold setting for generating IRQFLAGSTAT.SHUTDOWN_OVF interrupt. The interrupt is triggered when SHUTDOWN_CNT value exceeds this bit field.

[24..=29] SHUTDOWN_CNT RW

Read-only, indicates the number of '1' bits in ALARMSTOP register. The maximum value equals the number of FROs.

FROEN @0x20 = 0x40028020

reset=0x00000000

FRO Enable

012345678910111213141516171819202122232425262728293031
[0..=23] FRO_MASK RW

Enable bits for the individual FROs. A '1' in bit [n] enables FRO 'n'. Default state is all '1's to enable all FROs after power-up. Note that they are not actually started up before the CTL.TRNG_EN bit is set to '1'. Bits are automatically forced to '0' here (and cannot be written to '1') while the corresponding bit in ALARMSTOP.FRO_FLAGS has value '1'.

FRODETUNE @0x24 = 0x40028024

reset=0x00000000

FRO De-tune Bit

012345678910111213141516171819202122232425262728293031
[0..=23] FRO_MASK RW

De-tune bits for the individual FROs. A '1' in bit [n] lets FRO 'n' run approximately 5% faster. The value of one of these bits may only be changed while the corresponding FRO is turned off (by temporarily writing a '0' in the corresponding bit of the FROEN.FRO_MASK register).

ALARMMASK @0x28 = 0x40028028

reset=0x00000000

Alarm Event

012345678910111213141516171819202122232425262728293031
[0..=23] FRO_MASK RW

Logging bits for the 'alarm events' of individual FROs. A '1' in bit [n] indicates FRO 'n' experienced an 'alarm event'.

ALARMSTOP @0x2c = 0x4002802c

reset=0x00000000

Alarm Shutdown

012345678910111213141516171819202122232425262728293031
[0..=23] FRO_FLAGS RW

Logging bits for the 'alarm events' of individual FROs. A '1' in bit [n] indicates FRO 'n' experienced more than one 'alarm event' in quick succession and has been turned off. A '1' in this field forces the corresponding bit in FROEN.FRO_MASK to '0'.

LFSR0 @0x30 = 0x40028030

reset=0x00000000

LFSR Readout Value

012345678910111213141516171819202122232425262728293031
[0..=31] LFSR_31_0 RW

Bits [31:0] of the main entropy accumulation LFSR. Register can only be accessed when CTL.TEST_MODE = 1. Register contents will be cleared to zero before access is enabled.

LFSR1 @0x34 = 0x40028034

reset=0x00000000

LFSR Readout Value

012345678910111213141516171819202122232425262728293031
[0..=31] LFSR_63_32 RW

Bits [63:32] of the main entropy accumulation LFSR. Register can only be accessed when CTL.TEST_MODE = 1. Register contents will be cleared to zero before access is enabled.

LFSR2 @0x38 = 0x40028038

reset=0x00000000

LFSR Readout Value

012345678910111213141516171819202122232425262728293031
[0..=16] LFSR_80_64 RW

Bits [80:64] of the main entropy accumulation LFSR. Register can only be accessed when CTL.TEST_MODE = 1. Register contents will be cleared to zero before access is enabled.

HWOPT @0x78 = 0x40028078

reset=0x00000000

TRNG Engine Options Information

012345678910111213141516171819202122232425262728293031
[6..=11] NR_OF_FROS R

Number of FROs implemented in this TRNG, value 24 (decimal).

HWVER0 @0x7c = 0x4002807c

reset=0x00000000

HW Version 0 EIP Number And Core Revision

012345678910111213141516171819202122232425262728293031
[0..=7] EIP_NUM R

8 bits binary encoding of the module number. This TRNG gives 0x4B.

[8..=15] EIP_NUM_COMPL R

Bit-by-bit logic complement of bits [7:0]. This TRNG gives 0xB4.

[16..=19] HW_PATCH_LVL R

4 bits binary encoding of the hardware patch level, initial release will carry value zero.

[20..=23] HW_MINOR_VER R

4 bits binary encoding of the minor hardware revision number.

[24..=27] HW_MAJOR_VER R

4 bits binary encoding of the major hardware revision number.

IRQSTATMASK @0x1fd8 = 0x40029fd8

reset=0x00000000

Interrupt Status After Masking

012345678910111213141516171819202122232425262728293031
[0] RDY R

New random value available (result of IRQFLAGSTAT.RDY AND'ed with IRQFLAGMASK.RDY)

[1] SHUTDOWN_OVF R

Shutdown Overflow (result of IRQFLAGSTAT.SHUTDOWN_OVF AND'ed with IRQFLAGMASK.SHUTDOWN_OVF)

HWVER1 @0x1fe0 = 0x40029fe0

reset=0x00000000

HW Version 1 TRNG Revision Number

012345678910111213141516171819202122232425262728293031
[0..=7] REV R

The revision number of this module is Rev 2.0.

IRQSET @0x1fec = 0x40029fec

reset=0x00000000

Interrupt Set

012345678910111213141516171819202122232425262728293031
[0..=31] RDY RW

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

SWRESET @0x1ff0 = 0x40029ff0

reset=0x00000000

SW Reset Control

012345678910111213141516171819202122232425262728293031
[0] RESET RW

Write '1' to soft reset , reset will be low for 4-5 clock cycles. Poll to 0 for reset to be completed.

IRQSTAT @0x1ff8 = 0x40029ff8

reset=0x00000000

Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] STAT R

TRNG Interrupt status. OR'ed version of IRQFLAGSTAT.SHUTDOWN_OVF and IRQFLAGSTAT.RDY

UART0 at 0x40001000 with offset=0 and size=4096:

Universal Asynchronous Receiver/Transmitter (UART) interface

Registers:

DR @0x0 = 0x40001000

reset=0x00000000

Data For words to be transmitted: - if the FIFOs are enabled (LCRH.FEN = 1), data written to this location is pushed onto the transmit FIFO - if the FIFOs are not enabled (LCRH.FEN = 0), data is stored in the transmitter holding register (the bottom word of the transmit FIFO). The write operation initiates transmission from the UART. The data is prefixed with a start bit, appended with the appropriate parity bit (if parity is enabled), and a stop bit. The resultant word is then transmitted. For received words: - if the FIFOs are enabled (LCRH.FEN = 1), the data byte and the 4-bit status (break, frame, parity, and overrun) is pushed onto the 12-bit wide receive FIFO - if the FIFOs are not enabled (LCRH.FEN = 0), the data byte and status are stored in the receiving holding register (the bottom word of the receive FIFO). The received data byte is read by performing reads from this register along with the corresponding status information. The status information can also be read by a read of the RSR register.

012345678910111213141516171819202122232425262728293031
[0..=7] DATA RW

Data transmitted or received: On writes, the transmit data character is pushed into the FIFO. On reads, the oldest received data character since the last read is returned.

[8] FE R

UART Framing Error: When set to 1, it indicates that the received character did not have a valid stop bit (a valid stop bit is 1). In FIFO mode, this error is associated with the character at the top of the FIFO (i.e., the oldest received data character since last read).

[9] PE R

UART Parity Error: When set to 1, it indicates that the parity of the received data character does not match the parity that the LCRH.EPS and LCRH.SPS select. In FIFO mode, this error is associated with the character at the top of the FIFO (i.e., the oldest received data character since last read).

[10] BE R

UART Break Error: This bit is set to 1 if a break condition was detected, indicating that the received data input (UARTRXD input pin) was held LOW for longer than a full-word transmission time (defined as start, data, parity and stop bits). In FIFO mode, this error is associated with the character at the top of the FIFO (i.e., the oldest received data character since last read). When a break occurs, a 0 character is loaded into the FIFO. The next character is enabled after the receive data input (UARTRXD input pin) goes to a 1 (marking state), and the next valid start bit is received.

[11] OE R

UART Overrun Error: This bit is set to 1 if data is received and the receive FIFO is already full. The FIFO contents remain valid because no more data is written when the FIFO is full, , only the contents of the shift register are overwritten. This is cleared to 0 once there is an empty space in the FIFO and a new character can be written to it.

RSR @0x4 = 0x40001004

reset=0x00000000

Status This register is mapped to the same address as ECR register. Reads from this address are associated with RSR register and return the receive status. Writes to this address are associated with ECR register and clear the receive status flags (framing, parity, break, and overrun errors). If the status is read from this register, then the status information for break, framing and parity corresponds to the data character read from the Data Register, DR prior to reading the RSR. The status information for overrun is set immediately when an overrun condition occurs.

012345678910111213141516171819202122232425262728293031
[0] FE R

UART Framing Error: When set to 1, it indicates that the received character did not have a valid stop bit (a valid stop bit is 1).

[1] PE R

UART Parity Error: When set to 1, it indicates that the parity of the received data character does not match the parity that the LCRH.EPS and LCRH.SPS select.

[2] BE R

UART Break Error: This bit is set to 1 if a break condition was detected, indicating that the received data input (UARTRXD input pin) was held LOW for longer than a full-word transmission time (defined as start, data, parity and stop bits). When a break occurs, a 0 character is loaded into the FIFO. The next character is enabled after the receive data input (UARTRXD input pin) goes to a 1 (marking state), and the next valid start bit is received.

[3] OE R

UART Overrun Error: This bit is set to 1 if data is received and the receive FIFO is already full. The FIFO contents remain valid because no more data is written when the FIFO is full, , only the contents of the shift register are overwritten. This is cleared to 0 once there is an empty space in the FIFO and a new character can be written to it.

ECR @0x4 = 0x40001004

reset=0x00000000

Error Clear This register is mapped to the same address as RSR register. Reads from this address are associated with RSR register and return the receive status. Writes to this address are associated with ECR register and clear the receive status flags (framing, parity, break, and overrun errors).

012345678910111213141516171819202122232425262728293031
[0] FE W

The framing (FE), parity (PE), break (BE) and overrun (OE) errors are cleared to 0 by any write to this register.

[1] PE W

The framing (FE), parity (PE), break (BE) and overrun (OE) errors are cleared to 0 by any write to this register.

[2] BE W

The framing (FE), parity (PE), break (BE) and overrun (OE) errors are cleared to 0 by any write to this register.

[3] OE W

The framing (FE), parity (PE), break (BE) and overrun (OE) errors are cleared to 0 by any write to this register.

RESERVED0 @0x8 = 0x40001008

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

FR @0x18 = 0x40001018

reset=0x00000000

Flag Reads from this register return the UART flags.

012345678910111213141516171819202122232425262728293031
[0] CTS R

Clear To Send: This bit is the complement of the active-low UART CTS input pin. That is, the bit is 1 when CTS input pin is LOW.

[3] BUSY R

UART Busy: If this bit is set to 1, the UART is busy transmitting data. This bit remains set until the complete byte, including all the stop bits, has been sent from the shift register. This bit is set as soon as the transmit FIFO becomes non-empty, regardless of whether the UART is enabled or not.

[4] RXFE R

UART Receive FIFO Empty: Receive FIFO empty. The meaning of this bit depends on the state of LCRH.FEN. - If the FIFO is disabled, this bit is set when the receive holding register is empty. - If the FIFO is enabled, this bit is set when the receive FIFO is empty.

[5] TXFF R

UART Transmit FIFO Full: Transmit FIFO full. The meaning of this bit depends on the state of LCRH.FEN. - If the FIFO is disabled, this bit is set when the transmit holding register is full. - If the FIFO is enabled, this bit is set when the transmit FIFO is full.

[6] RXFF R

UART Receive FIFO Full: The meaning of this bit depends on the state of LCRH.FEN. - If the FIFO is disabled, this bit is set when the receive holding register is full. - If the FIFO is enabled, this bit is set when the receive FIFO is full.

[7] TXFE R

UART Transmit FIFO Empty: The meaning of this bit depends on the state of LCRH.FEN . - If the FIFO is disabled, this bit is set when the transmit holding register is empty. - If the FIFO is enabled, this bit is set when the transmit FIFO is empty. This bit does not indicate if there is data in the transmit shift register.

RESERVED2 @0x1c = 0x4000101c

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

IBRD @0x24 = 0x40001024

reset=0x00000000

Integer Baud-Rate Divisor If this register is modified while trasmission or reception is on-going, the baudrate will not be updated until transmission or reception of the current character is complete.

012345678910111213141516171819202122232425262728293031
[0..=15] DIVINT RW

The integer baud rate divisor: The baud rate divisor is calculated using the formula below: Baud rate divisor = (UART reference clock frequency) / (16 * Baud rate) Baud rate divisor must be minimum 1 and maximum 65535. That is, DIVINT=0 does not give a valid baud rate. Similarly, if DIVINT=0xFFFF, any non-zero values in FBRD.DIVFRAC will be illegal. A valid value must be written to this field before the UART can be used for RX or TX operations.

FBRD @0x28 = 0x40001028

reset=0x00000000

Fractional Baud-Rate Divisor If this register is modified while trasmission or reception is on-going, the baudrate will not be updated until transmission or reception of the current character is complete.

012345678910111213141516171819202122232425262728293031
[0..=5] DIVFRAC RW

Fractional Baud-Rate Divisor: The baud rate divisor is calculated using the formula below: Baud rate divisor = (UART reference clock frequency) / (16 * Baud rate) Baud rate divisor must be minimum 1 and maximum 65535. That is, IBRD.DIVINT=0 does not give a valid baud rate. Similarly, if IBRD.DIVINT=0xFFFF, any non-zero values in DIVFRAC will be illegal. A valid value must be written to this field before the UART can be used for RX or TX operations.

LCRH @0x2c = 0x4000102c

reset=0x00000000

Line Control

012345678910111213141516171819202122232425262728293031
[0] BRK RW

UART Send Break If this bit is set to 1, a low-level is continually output on the UARTTXD output pin, after completing transmission of the current character. For the proper execution of the break command, the software must set this bit for at least two complete frames. For normal use, this bit must be cleared to 0.

[1] PEN RW

UART Parity Enable This bit controls generation and checking of parity bit.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] EPS RW

UART Even Parity Select

Possible values:

NameValuedefault
EVEN 1
ODD 0
[3] STP2 RW

UART Two Stop Bits Select: If this bit is set to 1, two stop bits are transmitted at the end of the frame. The receive logic does not check for two stop bits being received.

[4] FEN RW

UART Enable FIFOs

Possible values:

NameValuedefault
EN 1
DIS 0
[5..=6] WLEN RW

UART Word Length: These bits indicate the number of data bits transmitted or received in a frame.

Possible values:

NameValuedefault
_8 3
_7 2
_6 1
_5 0
[7] SPS RW

UART Stick Parity Select: 0: Stick parity is disabled 1: The parity bit is transmitted and checked as invert of EPS field (i.e. the parity bit is transmitted and checked as 1 when EPS = 0). This bit has no effect when PEN disables parity checking and generation.

CTL @0x30 = 0x40001030

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] UARTEN RW

UART Enable

Possible values:

NameValuedefault
EN 1
DIS 0
[7] LBE RW

UART Loop Back Enable: Enabling the loop-back mode connects the UARTTXD output from the UART to UARTRXD input of the UART.

Possible values:

NameValuedefault
EN 1
DIS 0
[8] TXE RW

UART Transmit Enable If the UART is disabled in the middle of transmission, it completes the current character before stopping.

Possible values:

NameValuedefault
EN 1
DIS 0
[9] RXE RW

UART Receive Enable If the UART is disabled in the middle of reception, it completes the current character before stopping.

Possible values:

NameValuedefault
EN 1
DIS 0
[11] RTS RW

Request to Send This bit is the complement of the active-low UART RTS output. That is, when the bit is programmed to a 1 then RTS output on the pins is LOW.

[14] RTSEN RW

RTS hardware flow control enable

Possible values:

NameValuedefault
EN 1
DIS 0
[15] CTSEN RW

CTS hardware flow control enable

Possible values:

NameValuedefault
EN 1
DIS 0

IFLS @0x34 = 0x40001034

reset=0x00000000

Interrupt FIFO Level Select

012345678910111213141516171819202122232425262728293031
[0..=2] TXSEL RW

Transmit interrupt FIFO level select: This field sets the trigger points for the transmit interrupt. Values 0b101-0b111 are reserved.

Possible values:

NameValuedefault
_7_8 4
_6_8 3
_4_8 2
_2_8 1
_1_8 0
[3..=5] RXSEL RW

Receive interrupt FIFO level select: This field sets the trigger points for the receive interrupt. Values 0b101-0b111 are reserved.

Possible values:

NameValuedefault
_7_8 4
_6_8 3
_4_8 2
_2_8 1
_1_8 0

IMSC @0x38 = 0x40001038

reset=0x00000000

Interrupt Mask Set/Clear

012345678910111213141516171819202122232425262728293031
[1] CTSMIM RW

Clear to Send (CTS) modem interrupt mask. A read returns the current mask for UART's clear to send interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.CTSMMIS. A write of 0 clears the mask which means MIS.CTSMMIS will not reflect the interrupt.

[4] RXIM RW

Receive interrupt mask. A read returns the current mask for UART's receive interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.RXMIS. A write of 0 clears the mask which means MIS.RXMIS will not reflect the interrupt.

[5] TXIM RW

Transmit interrupt mask. A read returns the current mask for UART's transmit interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.TXMIS. A write of 0 clears the mask which means MIS.TXMIS will not reflect the interrupt.

[6] RTIM RW

Receive timeout interrupt mask. A read returns the current mask for UART's receive timeout interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.RTMIS. A write of 0 clears the mask which means this bitfield will not reflect the interrupt. The raw interrupt for receive timeout RIS.RTRIS cannot be set unless the mask is set (RTIM = 1). This is because the mask acts as an enable for power saving. That is, the same status can be read from MIS.RTMIS and RIS.RTRIS.

[7] FEIM RW

Framing error interrupt mask. A read returns the current mask for UART's framing error interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.FEMIS. A write of 0 clears the mask which means MIS.FEMIS will not reflect the interrupt.

[8] PEIM RW

Parity error interrupt mask. A read returns the current mask for UART's parity error interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.PEMIS. A write of 0 clears the mask which means MIS.PEMIS will not reflect the interrupt.

[9] BEIM RW

Break error interrupt mask. A read returns the current mask for UART's break error interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.BEMIS. A write of 0 clears the mask which means MIS.BEMIS will not reflect the interrupt.

[10] OEIM RW

Overrun error interrupt mask. A read returns the current mask for UART's overrun error interrupt. On a write of 1, the mask of the overrun error interrupt is set which means the interrupt state will be reflected in MIS.OEMIS. A write of 0 clears the mask which means MIS.OEMIS will not reflect the interrupt.

RIS @0x3c = 0x4000103c

reset=0x00000000

Raw Interrupt Status

012345678910111213141516171819202122232425262728293031
[1] CTSRMIS R

Clear to Send (CTS) modem interrupt status: This field returns the raw interrupt state of UART's clear to send interrupt.

[4] RXRIS R

Receive interrupt status: This field returns the raw interrupt state of UART's receive interrupt. When FIFOs are enabled (LCRH.FEN = 1), the receive interrupt is asserted if the receive FIFO reaches the programmed trigger level (IFLS.RXSEL). The receive interrupt is cleared by reading data from the receive FIFO until it becomes less than the trigger level, or by clearing the interrupt through ICR.RXIC. When FIFOs are disabled (LCRH.FEN = 0), that is they have a depth of one location, the receive interrupt is asserted if data is received thereby filling the location. The receive interrupt is cleared by performing a single read of the receive FIFO, or by clearing the interrupt through ICR.RXIC.

[5] TXRIS R

Transmit interrupt status: This field returns the raw interrupt state of UART's transmit interrupt. When FIFOs are enabled (LCRH.FEN = 1), the transmit interrupt is asserted if the number of bytes in transmit FIFO is equal to or lower than the programmed trigger level (IFLS.TXSEL). The transmit interrupt is cleared by writing data to the transmit FIFO until it becomes greater than the trigger level, or by clearing the interrupt through ICR.TXIC. When FIFOs are disabled (LCRH.FEN = 0), that is they have a depth of one location, the transmit interrupt is asserted if there is no data present in the transmitters single location. It is cleared by performing a single write to the transmit FIFO, or by clearing the interrupt through ICR.TXIC.

[6] RTRIS R

Receive timeout interrupt status: This field returns the raw interrupt state of UART's receive timeout interrupt. The receive timeout interrupt is asserted when the receive FIFO is not empty, and no more data is received during a 32-bit period. The receive timeout interrupt is cleared either when the FIFO becomes empty through reading all the data, or when a 1 is written to ICR.RTIC. The raw interrupt for receive timeout cannot be set unless the mask is set (IMSC.RTIM = 1). This is because the mask acts as an enable for power saving. That is, the same status can be read from MIS.RTMIS and RTRIS.

[7] FERIS R

Framing error interrupt status: This field returns the raw interrupt state of UART's framing error interrupt. Framing error is set if the received character does not have a valid stop bit (a valid stop bit is 1).

[8] PERIS R

Parity error interrupt status: This field returns the raw interrupt state of UART's parity error interrupt. Parity error is set if the parity of the received data character does not match the parity that the LCRH.EPS and LCRH.SPS select.

[9] BERIS R

Break error interrupt status: This field returns the raw interrupt state of UART's break error interrupt. Break error is set when a break condition is detected, indicating that the received data input (UARTRXD input pin) was held LOW for longer than a full-word transmission time (defined as start, data, parity and stop bits).

[10] OERIS R

Overrun error interrupt status: This field returns the raw interrupt state of UART's overrun error interrupt. Overrun error occurs if data is received and the receive FIFO is full.

MIS @0x40 = 0x40001040

reset=0x00000000

Masked Interrupt Status

012345678910111213141516171819202122232425262728293031
[1] CTSMMIS R

Clear to Send (CTS) modem masked interrupt status: This field returns the masked interrupt state of the clear to send interrupt which is the AND product of raw interrupt state RIS.CTSRMIS and the mask setting IMSC.CTSMIM.

[4] RXMIS R

Receive masked interrupt status: This field returns the masked interrupt state of the receive interrupt which is the AND product of raw interrupt state RIS.RXRIS and the mask setting IMSC.RXIM.

[5] TXMIS R

Transmit masked interrupt status: This field returns the masked interrupt state of the transmit interrupt which is the AND product of raw interrupt state RIS.TXRIS and the mask setting IMSC.TXIM.

[6] RTMIS R

Receive timeout masked interrupt status: Returns the masked interrupt state of the receive timeout interrupt. The raw interrupt for receive timeout cannot be set unless the mask is set (IMSC.RTIM = 1). This is because the mask acts as an enable for power saving. That is, the same status can be read from RTMIS and RIS.RTRIS.

[7] FEMIS R

Framing error masked interrupt status: Returns the masked interrupt state of the framing error interrupt which is the AND product of raw interrupt state RIS.FERIS and the mask setting IMSC.FEIM.

[8] PEMIS R

Parity error masked interrupt status: This field returns the masked interrupt state of the parity error interrupt which is the AND product of raw interrupt state RIS.PERIS and the mask setting IMSC.PEIM.

[9] BEMIS R

Break error masked interrupt status: This field returns the masked interrupt state of the break error interrupt which is the AND product of raw interrupt state RIS.BERIS and the mask setting IMSC.BEIM.

[10] OEMIS R

Overrun error masked interrupt status: This field returns the masked interrupt state of the overrun interrupt which is the AND product of raw interrupt state RIS.OERIS and the mask setting IMSC.OEIM.

ICR @0x44 = 0x40001044

reset=0x00000000

Interrupt Clear On a write of 1, the corresponding interrupt is cleared. A write of 0 has no effect.

012345678910111213141516171819202122232425262728293031
[1] CTSMIC W

Clear to Send (CTS) modem interrupt clear: Writing 1 to this field clears the clear to send interrupt (RIS.CTSRMIS). Writing 0 has no effect.

[4] RXIC W

Receive interrupt clear: Writing 1 to this field clears the receive interrupt (RIS.RXRIS). Writing 0 has no effect.

[5] TXIC W

Transmit interrupt clear: Writing 1 to this field clears the transmit interrupt (RIS.TXRIS). Writing 0 has no effect.

[6] RTIC W

Receive timeout interrupt clear: Writing 1 to this field clears the receive timeout interrupt (RIS.RTRIS). Writing 0 has no effect.

[7] FEIC W

Framing error interrupt clear: Writing 1 to this field clears the framing error interrupt (RIS.FERIS). Writing 0 has no effect.

[8] PEIC W

Parity error interrupt clear: Writing 1 to this field clears the parity error interrupt (RIS.PERIS). Writing 0 has no effect.

[9] BEIC W

Break error interrupt clear: Writing 1 to this field clears the break error interrupt (RIS.BERIS). Writing 0 has no effect.

[10] OEIC W

Overrun error interrupt clear: Writing 1 to this field clears the overrun error interrupt (RIS.OERIS). Writing 0 has no effect.

DMACTL @0x48 = 0x40001048

reset=0x00000000

DMA Control

012345678910111213141516171819202122232425262728293031
[0] RXDMAE RW

Receive DMA enable. If this bit is set to 1, DMA for the receive FIFO is enabled.

[1] TXDMAE RW

Transmit DMA enable. If this bit is set to 1, DMA for the transmit FIFO is enabled.

[2] DMAONERR RW

DMA on error. If this bit is set to 1, the DMA receive request outputs (for single and burst requests) are disabled when the UART error interrupt is asserted (more specifically if any of the error interrupts RIS.PERIS, RIS.BERIS, RIS.FERIS or RIS.OERIS are asserted).

RESERVED1 @0x4c = 0x4000104c

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

RESERVED3 @0x90 = 0x40001090

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

RESERVED4 @0xfd0 = 0x40001fd0

reset=0x00000000

Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

UDMA0 at 0x40020000 with offset=0 and size=4096:

ARM Micro Direct Memory Access Controller

Registers:

STATUS @0x0 = 0x40020000

reset=0x00000000

Status

012345678910111213141516171819202122232425262728293031
[0] MASTERENABLE R

Shows the enable status of the controller as configured by CFG.MASTERENABLE: 0: Controller is disabled 1: Controller is enabled

[4..=7] STATE R

Current state of the control state machine. State can be one of the following: 0x0: Idle 0x1: Reading channel controller data 0x2: Reading source data end pointer 0x3: Reading destination data end pointer 0x4: Reading source data 0x5: Writing destination data 0x6: Waiting for uDMA request to clear 0x7: Writing channel controller data 0x8: Stalled 0x9: Done 0xA: Peripheral scatter-gather transition 0xB: Undefined ... 0xF: Undefined.

[16..=20] TOTALCHANNELS R

Register value returns number of available uDMA channels minus one. For example a read out value of: 0x00: Show that the controller is configured to use 1 uDMA channel 0x01: Shows that the controller is configured to use 2 uDMA channels ... 0x1F: Shows that the controller is configured to use 32 uDMA channels (32-1=31=0x1F)

[28..=31] TEST R

0x0: Controller does not include the integration test logic 0x1: Controller includes the integration test logic 0x2: Undefined ... 0xF: Undefined

CFG @0x4 = 0x40020004

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0] MASTERENABLE W

Enables the controller: 0: Disables the controller 1: Enables the controller

[5..=7] PRTOCTRL W

Sets the AHB-Lite bus protocol protection state by controlling the AHB signal HProt[3:1] as follows: Bit [7] Controls HProt[3] to indicate if a cacheable access is occurring. Bit [6] Controls HProt[2] to indicate if a bufferable access is occurring. Bit [5] Controls HProt[1] to indicate if a privileged access is occurring. When bit [n] = 1 then the corresponding HProt bit is high. When bit [n] = 0 then the corresponding HProt bit is low. This field controls HProt[3:1] signal for all transactions initiated by uDMA except two transactions below: - the read from the address indicated by source address pointer - the write to the address indicated by destination address pointer HProt[3:1] for these two exceptions can be controlled by dedicated fields in the channel configutation descriptor.

CTRL @0x8 = 0x40020008

reset=0x00000000

Channel Control Data Base Pointer

012345678910111213141516171819202122232425262728293031
[10..=31] BASEPTR RW

This register point to the base address for the primary data structures of each DMA channel. This is not stored in module, but in system memory, thus space must be allocated for this usage when DMA is in usage

ALTCTRL @0xc = 0x4002000c

reset=0x00000000

Channel Alternate Control Data Base Pointer

012345678910111213141516171819202122232425262728293031
[0..=31] BASEPTR R

This register shows the base address for the alternate data structures and is calculated by module, thus read only

WAITONREQ @0x10 = 0x40020010

reset=0x00000000

Channel Wait On Request Status

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLSTATUS R

Channel wait on request status: Bit [Ch] = 0: Once uDMA receives a single or burst request on channel Ch, this channel may come out of active state even if request is still present. Bit [Ch] = 1: Once uDMA receives a single or burst request on channel Ch, it keeps channel Ch in active state until the requests are deasserted. This handshake is necessary for channels where the requester is in an asynchronous domain or can run at slower clock speed than uDMA

SOFTREQ @0x14 = 0x40020014

reset=0x00000000

Channel Software Request

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Set the appropriate bit to generate a software uDMA request on the corresponding uDMA channel Bit [Ch] = 0: Does not create a uDMA request for channel Ch Bit [Ch] = 1: Creates a uDMA request for channel Ch Writing to a bit where a uDMA channel is not implemented does not create a uDMA request for that channel

SETBURST @0x18 = 0x40020018

reset=0x00000000

Channel Set UseBurst

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Returns the useburst status, or disables individual channels from generating single uDMA requests. The value R is the arbitration rate and stored in the controller data structure. Read as: Bit [Ch] = 0: uDMA channel Ch responds to both burst and single requests on channel C. The controller performs 2^R, or single, bus transfers. Bit [Ch] = 1: uDMA channel Ch does not respond to single transfer requests. The controller only responds to burst transfer requests and performs 2^R transfers. Write as: Bit [Ch] = 0: No effect. Use the CLEARBURST.CHNLS to set bit [Ch] to 0. Bit [Ch] = 1: Disables single transfer requests on channel Ch. The controller performs 2^R transfers for burst requests. Writing to a bit where a uDMA channel is not implemented has no effect

CLEARBURST @0x1c = 0x4002001c

reset=0x00000000

Channel Clear UseBurst

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Set the appropriate bit to enable single transfer requests. Write as: Bit [Ch] = 0: No effect. Use the SETBURST.CHNLS to disable single transfer requests. Bit [Ch] = 1: Enables single transfer requests on channel Ch. Writing to a bit where a DMA channel is not implemented has no effect.

SETREQMASK @0x20 = 0x40020020

reset=0x00000000

Channel Set Request Mask

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Returns the burst and single request mask status, or disables the corresponding channel from generating uDMA requests. Read as: Bit [Ch] = 0: External requests are enabled for channel Ch. Bit [Ch] = 1: External requests are disabled for channel Ch. Write as: Bit [Ch] = 0: No effect. Use the CLEARREQMASK.CHNLS to enable uDMA requests. Bit [Ch] = 1: Disables uDMA burst request channel [C] and uDMA single request channel [C] input from generating uDMA requests. Writing to a bit where a uDMA channel is not implemented has no effect

CLEARREQMASK @0x24 = 0x40020024

reset=0x00000000

Clear Channel Request Mask

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Set the appropriate bit to enable DMA request for the channel. Write as: Bit [Ch] = 0: No effect. Use the SETREQMASK.CHNLS to disable channel C from generating requests. Bit [Ch] = 1: Enables channel [C] to generate DMA requests. Writing to a bit where a DMA channel is not implemented has no effect.

SETCHANNELEN @0x28 = 0x40020028

reset=0x00000000

Set Channel Enable

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Returns the enable status of the channels, or enables the corresponding channels. Read as: Bit [Ch] = 0: Channel Ch is disabled. Bit [Ch] = 1: Channel Ch is enabled. Write as: Bit [Ch] = 0: No effect. Use the CLEARCHANNELEN.CHNLS to disable a channel Bit [Ch] = 1: Enables channel Ch Writing to a bit where a DMA channel is not implemented has no effect

CLEARCHANNELEN @0x2c = 0x4002002c

reset=0x00000000

Clear Channel Enable

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Set the appropriate bit to disable the corresponding uDMA channel. Write as: Bit [Ch] = 0: No effect. Use the SETCHANNELEN.CHNLS to enable uDMA channels. Bit [Ch] = 1: Disables channel Ch Writing to a bit where a uDMA channel is not implemented has no effect

SETCHNLPRIALT @0x30 = 0x40020030

reset=0x00000000

Channel Set Primary-Alternate

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Returns the channel control data structure status, or selects the alternate data structure for the corresponding uDMA channel. Read as: Bit [Ch] = 0: uDMA channel Ch is using the primary data structure. Bit [Ch] = 1: uDMA channel Ch is using the alternate data structure. Write as: Bit [Ch] = 0: No effect. Use the CLEARCHNLPRIALT.CHNLS to disable a channel Bit [Ch] = 1: Selects the alternate data structure for channel Ch Writing to a bit where a uDMA channel is not implemented has no effect

CLEARCHNLPRIALT @0x34 = 0x40020034

reset=0x00000000

Channel Clear Primary-Alternate

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Clears the appropriate bit to select the primary data structure for the corresponding uDMA channel. Write as: Bit [Ch] = 0: No effect. Use the SETCHNLPRIALT.CHNLS to select the alternate data structure. Bit [Ch] = 1: Selects the primary data structure for channel Ch. Writing to a bit where a uDMA channel is not implemented has no effect

SETCHNLPRIORITY @0x38 = 0x40020038

reset=0x00000000

Set Channel Priority

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Returns the channel priority mask status, or sets the channel priority to high. Read as: Bit [Ch] = 0: uDMA channel Ch is using the default priority level. Bit [Ch] = 1: uDMA channel Ch is using a high priority level. Write as: Bit [Ch] = 0: No effect. Use the CLEARCHNLPRIORITY.CHNLS to set channel Ch to the default priority level. Bit [Ch] = 1: Channel Ch uses the high priority level. Writing to a bit where a uDMA channel is not implemented has no effect

CLEARCHNLPRIORITY @0x3c = 0x4002003c

reset=0x00000000

Clear Channel Priority

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS W

Clear the appropriate bit to select the default priority level for the specified uDMA channel. Write as: Bit [Ch] = 0: No effect. Use the SETCHNLPRIORITY.CHNLS to set channel Ch to the high priority level. Bit [Ch] = 1: Channel Ch uses the default priority level. Writing to a bit where a uDMA channel is not implemented has no effect

ERROR @0x4c = 0x4002004c

reset=0x00000000

Error Status and Clear

012345678910111213141516171819202122232425262728293031
[0] STATUS RW

Returns the status of bus error flag in uDMA, or clears this bit Read as: 0: No bus error detected 1: Bus error detected Write as: 0: No effect, status of bus error flag is unchanged. 1: Clears the bus error flag.

REQDONE @0x504 = 0x40020504

reset=0x00000000

Channel Request Done

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Reflects the uDMA done status for the given channel, channel [Ch]. It's a sticky done bit. Unless cleared by writing a 1, it holds the value of 1. Read as: Bit [Ch] = 0: Request has not completed for channel Ch Bit [Ch] = 1: Request has completed for the channel Ch Writing a 1 to individual bits would clear the corresponding bit. Write as: Bit [Ch] = 0: No effect. Bit [Ch] = 1: The corresponding [Ch] bit is cleared and is set to 0

DONEMASK @0x520 = 0x40020520

reset=0x00000000

Channel Request Done Mask

012345678910111213141516171819202122232425262728293031
[0..=31] CHNLS RW

Controls the propagation of the uDMA done and active state to the assigned peripheral. Specifically used for software channels. Read as: Bit [Ch] = 0: uDMA done and active state for channel Ch is not blocked from reaching to the peripherals. Note that the uDMA done state for channel [Ch] is blocked from contributing to generation of combined uDMA done signal Bit [Ch] = 1: uDMA done and active state for channel Ch is blocked from reaching to the peripherals. Note that the uDMA done state for channel [Ch] is not blocked from contributing to generation of combined uDMA done signal Write as: Bit [Ch] = 0: Allows uDMA done and active stat to propagate to the peripherals. Note that this disables uDMA done state for channel [Ch] from contributing to generation of combined uDMA done signal Bit [Ch] = 1: Blocks uDMA done and active state to propagate to the peripherals. Note that this enables uDMA done for channel [Ch] to contribute to generation of combined uDMA done signal.

VIMS at 0x40034000 with offset=0 and size=1024:

Versatile Instruction Memory System Controls memory access to the Flash and encapsulates the following instruction memories: - Boot ROM - Cache / GPRAM

Registers:

STAT @0x0 = 0x40034000

reset=0x00000000

Status Displays current VIMS mode and line buffer status

012345678910111213141516171819202122232425262728293031
[0..=1] MODE R

Current VIMS mode

Possible values:

NameValuedefault
OFF 3
CACHE 1
GPRAM 0
[2] INV R

This bit is set when invalidation of the cache memory is active / ongoing

[3] MODE_CHANGING R

VIMS mode change status 0: VIMS is in the mode defined by MODE 1: VIMS is in the process of changing to the mode given in CTL.MODE

[4] SYSBUS_LB_DIS R

Sysbus flash line buffer control 0: Enabled or in transition to disabled 1: Disabled and flushed

[5] IDCODE_LB_DIS R

Icode/Dcode flash line buffer status 0: Enabled or in transition to disabled 1: Disabled and flushed

CTL @0x4 = 0x40034004

reset=0x00000000

Control Configure VIMS mode and line buffer settings

012345678910111213141516171819202122232425262728293031
[0..=1] MODE RW

VIMS mode request. Write accesses to this field will be blocked while STAT.MODE_CHANGING is set to 1. Note: Transaction from CACHE mode to GPRAM mode should be done through OFF mode to minimize flash block delay.

Possible values:

NameValuedefault
OFF 3
CACHE 1
GPRAM 0
[2] PREF_EN RW

Tag prefetch control 0: Disabled 1: Enabled

[3] ARB_CFG RW

Icode/Dcode and sysbus arbitation scheme 0: Static arbitration (icode/docde > sysbus) 1: Round-robin arbitration

[4] SYSBUS_LB_DIS RW

Sysbus flash line buffer control 0: Enable 1: Disable

[5] IDCODE_LB_DIS RW

Icode/Dcode flash line buffer control 0: Enable 1: Disable

[29] DYN_CG_EN RW

0: The in-built clock gate functionality is bypassed. 1: The in-built clock gate functionality is enabled, automatically gating the clock when not needed.

[30] STATS_EN RW

Set this bit to enable statistic counters.

[31] STATS_CLR RW

Set this bit to clear statistic counters.

WDT at 0x40080000 with offset=0 and size=4096:

Watchdog Timer

Registers:

LOAD @0x0 = 0x40080000

reset=0x00000000

Configuration

012345678910111213141516171819202122232425262728293031
[0..=31] WDTLOAD RW

This register is the 32-bit interval value used by the 32-bit counter. When this register is written, the value is immediately loaded and the counter is restarted to count down from the new value. If this register is loaded with 0x0000.0000, an interrupt is immediately generated.

VALUE @0x4 = 0x40080004

reset=0x00000000

Current Count Value

012345678910111213141516171819202122232425262728293031
[0..=31] WDTVALUE R

This register contains the current count value of the timer.

CTL @0x8 = 0x40080008

reset=0x00000000

Control

012345678910111213141516171819202122232425262728293031
[0] INTEN RW

WDT Interrupt Enable 0: Interrupt event disabled. 1: Interrupt event enabled. Once set, this bit can only be cleared by a hardware reset.

Possible values:

NameValuedefault
EN 1
DIS 0
[1] RESEN RW

WDT Reset Enable. Defines the function of the WDT reset source (see PRCM:WARMRESET.WDT_STAT if enabled) 0: Disabled. 1: Enable the Watchdog reset output.

Possible values:

NameValuedefault
EN 1
DIS 0
[2] INTTYPE RW

WDT Interrupt Type 0: WDT interrupt is a standard interrupt. 1: WDT interrupt is a non-maskable interrupt.

Possible values:

NameValuedefault
NONMASKABLE 1
MASKABLE 0

ICR @0xc = 0x4008000c

reset=0x00000000

Interrupt Clear

012345678910111213141516171819202122232425262728293031
[0..=31] WDTICR W

This register is the interrupt clear register. A write of any value to this register clears the WDT interrupt and reloads the 32-bit counter from the LOAD register.

RIS @0x10 = 0x40080010

reset=0x00000000

Raw Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] WDTRIS R

This register is the raw interrupt status register. WDT interrupt events can be monitored via this register if the controller interrupt is masked. Value Description 0: The WDT has not timed out 1: A WDT time-out event has occurred

MIS @0x14 = 0x40080014

reset=0x00000000

Masked Interrupt Status

012345678910111213141516171819202122232425262728293031
[0] WDTMIS R

This register is the masked interrupt status register. The value of this register is the logical AND of the raw interrupt bit and the WDT interrupt enable bit CTL.INTEN. Value Description 0: The WDT has not timed out or is masked. 1: An unmasked WDT time-out event has occurred.

TEST @0x418 = 0x40080418

reset=0x00000000

Test Mode

012345678910111213141516171819202122232425262728293031
[0] TEST_EN RW

The test enable bit 0: Enable external reset 1: Disables the generation of an external reset. Instead bit 1 of the INT_CAUS register is set and an interrupt is generated

Possible values:

NameValuedefault
EN 1
DIS 0
[8] STALL RW

WDT Stall Enable 0: The WDT timer continues counting if the CPU is stopped with a debugger. 1: If the CPU is stopped with a debugger, the WDT stops counting. Once the CPU is restarted, the WDT resumes counting.

Possible values:

NameValuedefault
EN 1
DIS 0

INT_CAUS @0x41c = 0x4008041c

reset=0x00000000

Interrupt Cause Test Mode

012345678910111213141516171819202122232425262728293031
[0] CAUSE_INTR R

Replica of RIS.WDTRIS

[1] CAUSE_RESET R

Indicates that the cause of an interrupt was a reset generated but blocked due to TEST.TEST_EN (only possible when TEST.TEST_EN is set).

LOCK @0xc00 = 0x40080c00

reset=0x00000000

Lock

012345678910111213141516171819202122232425262728293031
[0..=31] WDTLOCK RW

WDT Lock: A write of the value 0x1ACC.E551 unlocks the watchdog registers for write access. A write of any other value reapplies the lock, preventing any register updates (NOTE: TEST.TEST_EN bit is not lockable). A read of this register returns the following values: 0x0000.0000: Unlocked 0x0000.0001: Locked