lpacmp_interrupt#
Overview#
The lpacmp_interrupt example shows how to use interrupt with lpacmp driver.
The lpacmp_interrupt example illustrates how to use interrupts in the lpacmp driver. In this example, the user should specify a channel that provides the voltage signal which can be controlled by the user as a sample input to lpacmp. When running the project, typing any key in the debug console will start the comparison. The interrupt occurs when the value of we check is higher than the reference value.
Supported Boards#
FRDM-MCXL255
Hardware requirements
Type-C USB cable
FRDM-MCXL255 board
Personal Computer
Board settings
Connect a external voltage source to the J3-3.
Connect J8-9(RX) and J8-11(TX) to a USB-TTL module, and then connect the module to the PC to observe the AON domain UART output.
Prepare the Demo
Connect a USB Type-C cable between the host PC and the MCU-Link USB port (J16) on the target board.
Open a serial terminal with the following settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
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.
Lpacmp interrupt example
Press any key to start the comparsion
LPACMP positive port voltage is higher than the negative port voltage
Press any key to start the comparsion
LPACMP positive port voltage is higher than the negative port voltage
Press any key to start the comparsion
LPACMP positive port voltage is higher than the negative port voltage