ipwm#
Overview#
The PWM project is a simple demonstration program of the SDK PWM driver. It sets up the PWM hardware block to output PWM signals on one PWM channel. The example also shows PWM duty cycle is increase or decrease. The FIFO empty interrupt is provided. A new value will be loaded into FIFO when FIFO empty status bit is set. The PWM will run at the last set duty-cycle setting if all the values of the FIFO has been utilized, until the FIFO is reloaded or the PWM is disabled. When a new value is written, the duty cycle changes after the current period is over. The outputs can be observed by oscilloscope.
Supported Boards#
EVK-MIMX8MM
Hardware requirements
Micro USB cable
MIMX8MM6-EVK board
J-Link Debug Probe
12V power supply
Personal Computer
Board settings
Use Oscilloscope to measure and observe the Test Point J1001-47 output signal.
Prepare the Demo
Connect 12V power supply and J-Link Debug Probe to the board, switch SW101 to power on the board
Connect a USB cable between the host PC and the J901 USB port 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
These instructions are displayed/shown on the terminal window:
PWM driver example.
EVK-MIMX8MN
Hardware requirements
Micro USB cable
MIMX8MN6-EVK board
J-Link Debug Probe
12V power supply
Personal Computer
Board settings
Use Oscilloscope to measure and observe the Test Point J1001-47 output signal.
Prepare the Demo
Connect 12V power supply and J-Link Debug Probe to the board, switch SW101 to power on the board
Connect a USB cable between the host PC and the J901 USB port 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
These instructions are displayed/shown on the terminal window:
PWM driver example.
EVK-MIMX8MNDDR3L
Hardware requirements
Micro USB cable
MIMX8MN6-EVK board
J-Link Debug Probe
12V power supply
Personal Computer
Board settings
Use Oscilloscope to measure and observe the Test Point J1001-47 output signal.
Prepare the Demo
Connect 12V power supply and J-Link Debug Probe to the board, switch SW101 to power on the board
Connect a USB cable between the host PC and the J901 USB port 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
These instructions are displayed/shown on the terminal window:
PWM driver example.
EVK-MIMX8MP
Hardware requirements
Micro USB cable
EVK-MIMX8M Plus board
J-Link Debug Probe
12V power supply
Personal Computer
Board settings
Use Oscilloscope to measure and observe the Test Point J21-32 output signal.
Prepare the Demo
Connect 12V power supply and J-Link Debug Probe to the board, switch SW3 to power on the board
Connect a USB cable between the host PC and the J23 USB port 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
These instructions are displayed/shown on the terminal window:
PWM driver example.
EVK-MIMX8MQ
Hardware requirements
Micro USB cable
MIMX8MQ6-EVK board
J-Link Debug Probe
12V power supply
Personal Computer
Board settings
Use Oscilloscope to measure and observe the Test Point TP1801 output signal.
Prepare the Demo
Connect 12V power supply and J-Link Debug Probe to the board, switch SW701 to power on the board
Connect a USB cable between the host PC and the J1701 USB port 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
These instructions are displayed/shown on the terminal window:
PWM driver example.