MCUXpresso SDK Documentation

pint_pattern_match

pint_pattern_match#

Overview#

This example shows how to use SDK drivers to use the Pin interrupt & pattern match peripheral.

Supported Boards#

EVK-MIMXRT595
Hardware requirements
  • Micro USB cable

  • EVK-MIMXRT595 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J40) on the board

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

EVK-MIMXRT685
Hardware requirements
  • Micro USB cable

  • EVK-MIMXRT685 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J5) on the board

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

FRDM-MCXN236
Hardware requirements
  • Type-C USB cable

  • FRDM-MCXN236 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a type-c USB cable between the host PC and the MCU-Link USB port (J10) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3p is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

FRDM-MCXN947
Hardware requirements
  • Type-C USB cable

  • FRDM-MCXN947 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a type-c USB cable between the host PC and the MCU-Link USB port (J17) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

FRDM-MCXN947T
Hardware requirements
  • Type-C USB cable

  • FRDM-MCXN947T board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a type-c USB cable between the host PC and the MCU-Link USB port (J17) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

FRDM-MCXW23
Hardware requirements
  • Type-C USB cable

  • FRDM-MCXW23 Board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a USB cable between the host PC and the FRDM board J10.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW2 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0 and only this pin can be tested. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kPINT_SecPatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After configuring secure pint device, you can see log output "PINT Pin Interrupt 0 event detected. PatternMatch status =        10000001"
 by press SW2 button.
LPC845BREAKOUT
Hardware requirements
  • Micro USB cable

  • LPC845 Breakout board

  • Personal Computer

Board settings

No special settings are required.

Prepare the demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port on the board.

  2. Open a serial terminal with the following settings:

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

This example configures “Pin Interrupt 0” to be invoked when K1 is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints

"PINT Pin Interrupt 0 event detected. PatternMatch status =        1". 

“Pin Interrupt 2” is configured to be invoked when K3 is pressed. The interrupt callback prints

"PINT Pin Interrupt 2 event detected. PatternMatch status =      100".
LPCXpresso51U68
Hardware requirements
  • Micro USB cable

  • LPCXpresso51U68 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J6) on the board

  2. Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine serial port number):

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso54628
Hardware requirements
  • Micro USB cable

  • LPCXpresso54628 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW2 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso54S018
Hardware requirements
  • Micro USB cable

  • LPCXpresso54S018 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo

This demo is an external flash plain load demo, ROM will copy image in external flash to SRAMX to run:

  1. Build the demo to generate a bin file. Note: If need to generate bin file using MCUXpresso IDE, below steps need to be followed: Set in example Properties->C/C++ Build->Settings->Build steps->Post-build steps->Edit enbable arm-none-eabi-objcopy -v -O binary “&{BuildArtifactFileName}” “&{BuildArtifactFileBaseName}.bin”

      This plainload example linked the vector table to 0x00000000, but program to external flash 0x10000000.
    
  2. Program the bin file to external on board flash via SEGGER J-FLASH Lite(V6.22 or higher):

    a. Open SEGGER J-FLASH Lite, select device LPC54S018.

    b. Click the ‘Erase Chip’ to erase the extrenal flash.(if can not success, press SW4 button and reset the board, and try to erase again)

    c. Select the bin data file, set the ‘.bin/Erase Start’ address to 0x10000000, then click ‘Program Device’ Note: Please use above way to program the binary file built by armgcc tool chain to external flash. For IAR, KEIL, MCUXpresso IDE, you can use the IDE tool to program the external flash.

  3. Launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW2 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso54S018M
Hardware requirements
  • Micro USB cable

  • LPCXpresso54S018M board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo

This demo is an external flash plain load demo, ROM will copy image in external flash to SRAMX to run:

  1. Build the demo to generate a bin file. Note: If need to generate bin file using MCUXpresso IDE, below steps need to be followed: Set in example Properties->C/C++ Build->Settings->Build steps->Post-build steps->Edit enbable arm-none-eabi-objcopy -v -O binary “&{BuildArtifactFileName}” “&{BuildArtifactFileBaseName}.bin”

      This plainload example linked the vector table to 0x00000000, but program to external flash 0x10000000.
    
  2. Program the bin file to external on board flash via SEGGER J-FLASH Lite(V6.22 or higher):

    a. Open SEGGER J-FLASH Lite, select device LPC54S018M.

    b. Click the ‘Erase Chip’ to erase the extrenal flash.(if can not success, press SW4 button and reset the board, and try to erase again)

    c. Select the bin data file, set the ‘.bin/Erase Start’ address to 0x10000000, then click ‘Program Device’ Note: Please use above way to program the binary file built by armgcc tool chain to external flash. For IAR, KEIL, MCUXpresso IDE, you can use the IDE tool to program the external flash.

  3. Launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW2 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso55S06
Hardware requirements
  • Micro USB cable

  • LPCXpresso55S06 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (J1) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW4 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW4, SW1 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kSECPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After config secure pint device, you can see log output "PINT Pin Interrupt 8 event detected. PatternMatch status =        1"
 by press SW4 button.
LPCXpresso55S16
Hardware requirements
  • Micro USB cable

  • LPCXpresso55S16 board

  • Personal Computer

Board settings

The jumper setting: Default jumpers configuration does not work, you will need to add JP20 and JP21 (JP22 optional for ADC use)

Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (P6) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW4 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW4, SW1 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kSECPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After config secure pint device, you can see log output "PINT Pin Interrupt 8 event detected. PatternMatch status =        1"
 by press SW4 button.
LPCXpresso55S28
Hardware requirements
  • Micro USB cable

  • LPCXpresso55S28 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo

Note: MCUXpresso IDE project default debug console is semihost

  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (P6) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0 and only this pin can be tested. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kPINT_SecPatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After configuring secure pint device, you can see log output "PINT Pin Interrupt 0 event detected. PatternMatch status =        1"
 by press SW1 button.
LPCXpresso55S36
Hardware requirements
  • Micro USB cable

  • LPCXpresso55S36 board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (P6) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kSECPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After config secure pint device, you can see log output "PINT Pin Interrupt 8 event detected. PatternMatch status =        1"
 by press SW4 button.
LPCXpresso55S69
Hardware requirements
  • Micro USB cable

  • LPCXpresso55s69 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo

Note: MCUXpresso IDE project default debug console is semihost

  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (P6) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint,you just needs to modify base address.Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0 and only this pin can be tested. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kPINT_SecPatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After configuring secure pint device, you can see log output "PINT Pin Interrupt 0 event detected. PatternMatch status =        1"
 by press SW1 button.
LPCXpresso802
Hardware requirements
  • Micro USB cable

  • LPCXpresso54018 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.

  2. Open a serial terminal with the following settings:

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when ISP switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on ISP, USER is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso804
Hardware requirements
  • Micro USB cable

  • LPCXpresso804 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (CN2) on the board

  2. Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine serial port number):

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user.

Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints

“PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The

interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices

1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso824MAX
Hardware requirements
  • Micro USB cable

  • LPCXpresso824MAX board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J3) on the board

  2. Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine serial port number):

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user.

Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints

“PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The

interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices

1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso845MAX
Hardware requirements
  • Micro USB cable

  • LPCXpresso845MAX board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J4) on the board

  2. Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine serial port number):

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user.

Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints

“PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The

interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices

1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

LPCXpresso860MAX
Hardware requirements
  • Micro USB cable

  • LPCXpresso860MAX board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J4) on the board

  2. Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine serial port number):

    • 9600 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user.

Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints

“PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The

interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices

1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

MCX-N5XX-EVK
Hardware requirements
  • Micro USB cable

  • MCX-N5XX-EVK board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the host PC and the MCU-Link USB port (J5) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

MCX-N9XX-EVK
Hardware requirements
  • Micro USB cable

  • MCX-N9XX-EVK board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the host PC and the MCU-Link USB port (J5) on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

Running the demo
  1. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

2.This example configures “Pin Interrupt 0” to be invoked when SW3 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW3 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

MIMXRT685-AUD-EVK
Hardware requirements
  • Micro USB cable

  • MIMXRT685-AUD-EVK board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J5) on the board

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW1 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW1, SW2 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

MIMXRT700-EVK
Hardware requirements
  • Micro USB cable

  • MIMXRT700-EVK board

  • Personal Computer

Board settings
Prepare the Demo
  1. Connect a micro USB cable between the PC host and the MCU-LINK USB port on the board

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW5 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

    “Pin Interrupt 2” is configured to be invoked when rising edge on SW5, SW7 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

MCXW23-EVK
Hardware requirements
  • Mini/micro USB cable

  • MCXW23-EVK Board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo
  1. Connect a USB cable between the host PC and the EVK board J33.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
  1. The following lines are printed to the serial terminal when the demo program is executed.

PINT Pattern Match example

PINT Pattern match events are configured

Press corresponding switches to generate events

  1. This example configures “Pin Interrupt 0” to be invoked when SW4 switch is pressed by the user. Bit slice 0 is configured as an endpoint in sticky falling edge mode. The interrupt callback prints “PINT Pin Interrupt 0 event detected. PatternMatch status = 1”.

“Pin Interrupt 2” is configured to be invoked when rising edge on SW2, SW4 is detected. The interrupt callback prints “PINT Pin Interrupt 2 event detected. PatternMatch status = 100”. Bit slices 1 configured to detect sticky rising edge. Bit slice 2 is configured as an endpoint.

note:if need use secure pint, you just needs to modify base address. Find PINT baseaddr in source file, you need change it to SECPINT. everything else stays the same.Because of SECURE PINT device only support PORT0,so we only need to config secure pint interrupt 0 and only this pin can be tested. For example, the following PINT_Init(PINT); PINT_PatternMatchConfig(PINT, kPINT_PatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(PINT,kPINT_PinInt0); PINT_PatternMatchEnable(PINT); Change the above four lines into the following: PINT_Init(SECPINT); PINT_PatternMatchConfig(SECPINT, kPINT_SecPatternMatchBSlice0, &pmcfg); PINT_EnableCallbackByIndex(SECPINT,kPINT_SecPinInt0); PINT_PatternMatchEnable(SECPINT);

 After configuring secure pint device, you can see log output "PINT Pin Interrupt 0 event detected. PatternMatch status =        1"
 by press SW4 button.