sctimer_multi_state_pwm#
Overview#
The SCTImer multi-state project is a demonstration program of the SCTimer state machine. It shows how to set up events to be triggered in a certain state and transitioning between states. This project has two states: State 0 and State 1.
For State 0, PWM0 (24kHz 10% duty cycle) is setup, PWM0 works based on event eventFirstNumberOutput and event (eventFirstNumberOutput + 1). Meanwhile, another event is scheduled to monitor the rising edge on input 1, when rising edge detected on input 1, the SCTimer switches to State 1.
For State 1, PWM1 (24kHz 50% duty cycle) is setup, PWM1 works based on event eventSecondNumberOutput and event (eventSecondNumberOutput + 1). Meanwhile, another event is scheduled to monitor the rising edge on input 1, when rising edge detected on input 1, then SCTimer switches to State 0. To make PWM0 also work in State 1, the PWM0’s events eventFirstNumberOutput and (eventFirstNumberOutput + 1) are also enabled in State 1, using API SCTIMER_ScheduleEvent. As a result, both PWM0 and PWM1 works in State 1.
The SCTimer input 1 is routed to a button GPIO, when press the button, the SCTimer switches between State 0 and State 1. In State 0, there is only PWM0 output, in State 1, there are both PWM0 and PWM1 output.
Supported Boards#
EVK-MIMXRT595
Hardware requirements
Micro USB cable
EVK-MIMXRT595 board
Personal Computer
Board settings
No special settings are required.
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J40) on the 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows example output of the SCTimer driver simple PWM demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 3
When user presses the switch again PWM signal on Out 3 will turn off
The PWM signal from Out 0 will remain active all the time
Use Oscilloscope to measure and observe the J30-1(out 0) and J30-2(out 1) output signal, use SW2 as switch.
EVK-MIMXRT685
Hardware requirements
Micro USB cable
EVK-MIMXRT685 board
Personal Computer
Board settings
No special settings are required.
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J5) on the 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows example output of the SCTimer driver simple PWM demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 3
When user presses the switch again PWM signal on Out 3 will turn off
The PWM signal from Out 0 will remain active all the time
Use Oscilloscope to measure and observe the TP6(out 0) and TP7(out 3) output signal.
FRDM-MCXN947
Hardware requirements
Type-C USB cable
FRDM-MCXN947 board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO1_3)
Output signal Board location
SCT0_OUT4 J3-3 (P1_22)
SCT0_OUT5 J1-8 (P1_23)
Prepare the Demo
Connect a type-c USB cable between the PC host and the MCU-Link USB port (J17) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 4
When user presses the switch again PWM signal on Out 4 will turn off
The PWM signal from Out 0 will remain active all the time
You’ll see PWM signals on J3-3 and J1-8 using an oscilloscope, the switch is connect to J6-2(P1_3).
FRDM-MCXN947T
Hardware requirements
Type-C USB cable
FRDM-MCXN947T board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO1_3)
Output signal Board location
SCT0_OUT4 J3-3 (P1_22)
SCT0_OUT5 J1-8 (P1_23)
Prepare the Demo
Connect a type-c USB cable between the PC host and the MCU-Link USB port (J17) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 4
When user presses the switch again PWM signal on Out 4 will turn off
The PWM signal from Out 0 will remain active all the time
You’ll see PWM signals on J3-3 and J1-8 using an oscilloscope, the switch is connect to J6-2(P1_3).
FRDM-MCXW23
Hardware requirements
Type-C USB cable
FRDM-MCXW23 Board
Personal Computer
Board settings
The switch for this examples is SW2 on the board (PIO0_18)
Output signal Board location
SCT0_OUT4 J2-6
SCT0_OUT5 J2-7
Prepare the Demo
Connect a USB cable between the host PC and the FRDM board J10.
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 5
When user presses the switch again PWM signal on Out 5 will turn off
The PWM signal from Out 4 will remain active all the time
Probe an oscilloscope to the output pins described in board settings, you will see one PWM signal present all the time. While The other PWM signal is triggered by the switch described in the board settings.
FRDM-RW612
Hardware requirements
Micro USB cable
FRDM-RW612 board
Personal Computer
Board settings
No special settings are required.
Connect a micro USB cable between the PC host and the MCU-Link USB port (J10) on the 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows example output of the SCTimer driver simple PWM demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 8
When user presses the switch again PWM signal on Out 8 will turn off
The PWM signal from Out 0 will remain active all the time
Use Oscilloscope to measure and observe the J5-4(out 0) and J1-6(out 8) output signal. J1-1(SCT In 1) connect to VIO_BRD or GND as fake swtich.
LPC845BREAKOUT
Hardware requirements
Micro USB cable
LPC845 Breakout board
Personal Computer
Board settings
No special settings are required.
Prepare the demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port on the board.
Open a serial terminal with the following settings:
9600 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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
LPCXpresso51U68
Hardware requirements
Mini/micro USB cable
LPCXpresso51U68 board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J6) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
LPCXpresso54628
Hardware requirements
Micro USB cable
LPCXpresso54628 board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) 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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
Use a Digital osc probe on J13_5(Out 4) and J13_16(Out 2) to watch the PWM.
When press sw2 the PWM signal will be seen from J13_16.
When press sw2 again the PWM signal will turn off from J13_16.
LPCXpresso54S018
Hardware requirements
Micro USB cable
LPCXpresso54S018 board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
This demo is an external flash plain load demo, ROM will copy image in external flash to SRAMX to run:
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.
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.
The log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
Use a Digital osc probe on J13_5(Out 4) and J13_16(Out 2) to watch the PWM.
When press sw2 the PWM signal will be seen from J13_16.
When press sw2 again the PWM signal will turn off from J13_16.
LPCXpresso54S018M
Hardware requirements
Micro USB cable
LPCXpresso54S018M board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
This demo is an external flash plain load demo, ROM will copy image in external flash to SRAMX to run:
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.
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.
The log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
Use a Digital osc probe on J13_5(Out 4) and J13_16(Out 2) to watch the PWM.
When press sw2 the PWM signal will be seen from J13_16.
When press sw2 again the PWM signal will turn off from J13_16.
LPCXpresso55S06
Hardware requirements
Mini/micro USB cable
LPCXpresso55S06 board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO0_5)
Output signal Board location
SCT0_OUT2 J12-12
SCT0_OUT4 J9-12
Prepare the Demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J1) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
You’ll see PWM signals on J12_12 and J9_12 using an oscilloscope
LPCXpresso55S16
Hardware requirements
Mini/micro USB cable
LPCXpresso55S16 board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO0_5)
Output signal Board location
SCT0_OUT2 J12-12
SCT0_OUT4 J9-12
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
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J1) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
You’ll see PWM signals on J12_12 and J9_12 using an oscilloscope
LPCXpresso55S28
Hardware requirements
Mini/micro USB cable
LPCXpresso55S28 board
Personal Computer
Board settings
The switch for this examples is S1 on the board (PIO0_5)
Output signal Board location
SCT0_OUT2 P18-11
SCT0_OUT4 P17-11
# Prepare the Demo
Note: MCUXpresso IDE project default debug console is semihost
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (P6) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
You’ll see PWM signals on P18_11 and P17_11 using an oscilloscope
LPCXpresso55S36
Hardware requirements
Mini/micro USB cable
LPCXpresso55S36 board
Personal Computer
Board settings
The switch for this examples is SW3 on the board (PIO0_17)
Output signal Board location
SCT0_OUT0 J10-5 (P1_4)
SCT0_OUT4 J10-13(P1_17)
Prepare the Demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J1) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 4
When user presses the switch again PWM signal on Out 4 will turn off
The PWM signal from Out 0 will remain active all the time
You’ll see PWM signals on J10-5 and J10-13 using an oscilloscope
LPCXpresso55S69
Hardware requirements
Mini/micro USB cable
LPCXpresso55s69 board
Personal Computer
Board settings
The switch for this examples is S1 on the board (PIO0_5)
Output signal Board location
SCT0_OUT2 P18-11
SCT0_OUT4 P17-11
# Prepare the Demo
Note: MCUXpresso IDE project default debug console is semihost
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (P6) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
You’ll see PWM signals on P18_11 and P17_11 using an oscilloscope
LPCXpresso824MAX
Hardware requirements
Mini/micro USB cable
LPCXpresso824MAX board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port on the board
Open a serial terminal with the following settings:
9600 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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
LPCXpresso845MAX
Hardware requirements
Mini/micro USB cable
LPCXpresso845MAX board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the PC host and the CMSIS DAP USB port on the board
Open a serial terminal with the following settings:
9600 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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 2
When user presses the switch again PWM signal on Out 2 will turn off
The PWM signal from Out 4 will remain active all the time
MCX-N5XX-EVK
Hardware requirements
Mini/micro USB cable
MCX-N5XX-EVK board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO1_3)
Output signal Board location
SCT0_OUT4 J3-3 (P1_22)
SCT0_OUT5 J1-8 (P1_23)
Prepare the Demo
Connect a micro USB cable between the PC host and the MCU-Link USB port (J5) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 4
When user presses the switch again PWM signal on Out 4 will turn off
The PWM signal from Out 0 will remain active all the time
You’ll see PWM signals on J10-5 and J10-13 using an oscilloscope
MCX-N9XX-EVK
Hardware requirements
Mini/micro USB cable
MCX-N9XX-EVK board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO1_3)
Output signal Board location
SCT0_OUT4 J3-3 (P1_22)
SCT0_OUT5 J1-8 (P1_23)
Prepare the Demo
Connect a micro USB cable between the PC host and the MCU-Link USB port (J5) on the board
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
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 4
When user presses the switch again PWM signal on Out 4 will turn off
The PWM signal from Out 0 will remain active all the time
You’ll see PWM signals on J3-3 and J1-8 using an oscilloscope
MIMXRT685-AUD-EVK
Hardware requirements
Micro USB cable
MIMXRT685-AUD-EVK board
Personal Computer
Board settings
No special settings are required.
Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J5) on the 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows example output of the SCTimer driver simple PWM demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 1
When user presses the switch again PWM signal on Out 1 will turn off
The PWM signal from Out 0 will remain active all the time
Use Oscilloscope to measure and observe the J30-1(out 0) and J30-2(out 1) output signal.
RD-RW612-BGA
Hardware requirements
Micro USB cable
RD-RW612-BGA board
Personal Computer
Board settings
No special settings are required.
Connect a micro USB cable between the PC host and the MCU-Link USB port (J7) on the 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.
Launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows example output of the SCTimer driver simple PWM demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 8
When user presses the switch again PWM signal on Out 8 will turn off
The PWM signal from Out 0 will remain active all the time
Use Oscilloscope to measure and observe the HD2-4(out 0) and HD11-13(out 8) output signal. HD2-5(SCT In 1) connect to VIO_BRD_1V8 or GND as fake swtich.
MCXW23-EVK
Hardware requirements
Mini/micro USB cable
MCXW23-EVK Board
Personal Computer
Board settings
The switch for this examples is SW4 on the board (PIO0_18)
Output signal Board location
SCT0_OUT4 J20-5
SCT0_OUT5 J20-6
Prepare the Demo
Connect a USB cable between the host PC and the EVK board J33.
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 log below shows example output of the SCTimer multi-state demo in the terminal window:
SCTimer example to output edge-aligned PWM signal
When user presses a switch the PWM signal will be seen from Out 5
When user presses the switch again PWM signal on Out 5 will turn off
The PWM signal from Out 4 will remain active all the time
Probe an oscilloscope to the output pins described in board settings, you will see one PWM signal present all the time. While The other PWM signal is triggered by the switch described in the board settings.