S32K3 Real-Time Development Training Overview

undefined
AUTOMOTIVE APPLICATIONS TEAM
Created:
 
Mar 2021
Last Update:
 
Mar 2021
S
3
2
K
3
 
R
T
D
 
T
R
A
I
N
I
N
G
 
-
 
L
C
U
 
A
g
e
n
d
a
LCU Overview
RTD configuration
Main API functions
Example Code
LUT Configuration Tips
 
L
C
U
 
O
V
E
R
V
I
E
W
 
S
3
2
K
3
x
x
 
L
C
U
 
O
v
e
r
v
i
e
w
Logic Control Unit (LCU) comprises logic cells with programmable logic that operates outside the
speed limitations of software execution.
Logic cell takes up to 4 input signals and through the Look Up Table (LUT) generates 4 output
signals
Input sources are a combination of the following:
I/O pins
Peripheral outputs
Register bits
Output can be directed internally to peripherals and to an output pin.
Combinatorial Logic:
Any 16 x 4 Truth Table such AND, NAND, AND-OR, AND-OR-INVERT, OR-XOR, OR-XNOR and their combinations
Latches:
S-R, D-flip flop, JK-flip flop
Advanced:
Incremental encoder, ACIM, PMSM & BLDC motor controllers
 
S
3
2
K
3
x
x
 
L
C
U
 
O
v
e
r
v
i
e
w
The LCU is used to create small
combinatorial sequential logic circuits.
The logic operation can be
programmed by software.
H
a
r
d
w
a
r
e
 
r
e
s
o
u
r
c
e
:
Up to 6 LCs (Logic Cells)
Each LC contains 4 LTUs (Look-up
Table) attached with 4 inputs and
outputs.
Software override option included to
allow software input to logic functions
Force control support for motor control
/ power conversion applications
 
L
C
U
 
E
x
a
m
p
l
e
 
P
r
o
j
e
c
t
eMIOS
LCU
-
comp. pairs
-
Death time
-
Fault
TGMUX
 
PWM
 
PWM_LS
 
PWM_
H
S
 
How to use the LCU module to generate a complementary pair PWM signal?
 
R
T
D
C
O
N
F
I
G
U
R
A
T
I
O
N
 
e
M
I
O
S
_
M
c
l
 
c
o
m
p
o
n
e
n
t
 
C
o
n
f
i
g
u
r
a
t
i
o
n
(
1
)
-
C
o
u
n
t
e
r
 
B
u
s
eMIOS Channel
: Select 0 to
generate the counter bus B
Master Bus Mode Type
: S
elect the
MCB_UP_COUNTER to
 
generate
counter bus B
Default period
: Specified the
counter bus B period
1
2
3
 
e
M
I
O
S
_
p
w
m
 
c
o
m
p
o
n
e
n
t
 
C
o
n
f
i
g
u
r
a
t
i
o
n
(
1
)
-
P
W
M
 
g
e
n
e
r
a
t
i
o
n
Channel 
Id
: Specified which channel
used to PWM generation
Mode S
elect
: 
Select the OPWMB
mode to
 
generate a PWM signal
Counter Bus
: Specified the reference
counter bus
Duty Cycle
: Specified the duty cycle of
generated PWM signal
1
2
3
4
 
T
r
g
m
u
x
 
c
o
m
p
o
n
e
n
t
 
C
o
n
f
i
g
u
r
a
t
i
o
n
(
1
)
-
R
o
u
t
i
n
g
 
P
W
M
 
t
o
 
L
C
U
Hardware Group
: Specified the LCU group
Hardware Input
: Specified which eMIOS channel will be routed to LCU
Hardware Output
: Specified which logic cell and input connected to the eMIOS
channel
1
2
3
 
L
C
U
 
C
o
m
p
o
n
e
n
t
 
C
o
n
f
i
g
u
r
a
t
i
o
n
(
1
)
-
L
c
u
 
L
o
g
i
c
 
I
n
p
u
t
LCU Hardware Module
: select
the LCU instance to use
LCU_0
LCU_1
Logic Cell
: 
select the logic cell of
each LCU instance to use
LC_0/1/2
Hardware Input
: select the input
of each logic cell
INPUT_0/1/2/3
Mux Select
: selects the sources
for inputs to the LCs
SEL_LOGIC_0
SEL_LU_IN_0/1/2/3/4/5/6/7/8/9/10/11
Software Override
: check to
enable SW override feature
Input software override logic to
override external inputs
U
s
e
r
 
n
e
e
d
s
 
t
o
 
c
l
i
c
k
 
+
 
t
o
 
a
d
d
 
a
 
L
C
U
 
I
n
p
u
t
 
c
o
n
f
i
g
u
r
a
t
i
o
n
1
2
3
4
5
 
L
C
U
 
C
o
m
p
o
n
e
n
t
 
C
o
n
f
i
g
u
r
a
t
i
o
n
(
2
)
-
L
c
u
 
L
o
g
i
c
 
O
u
t
p
u
t
Hardware Output
: select the output 
of
each logic cell
OUTPUT_0/1/2/3
LUT Control
:
Specifies the LUT positions, based on the
combined LC input value, that result in
assertion of this output.
LUT Rise Filter
: Specifies the rising edge
thresholds for LC output filters
0 – 65535 LCU clocks
Used to configure dead-time
LUT Fall Filter:
 S
pecifies the falling edge
thresholds for LC output filters
0 
– 65535 LCU clocks
Enable Debug Mode
: check to enable
outputs to continue operation in Debug
mode
Unchecked: Inactive
Checked: Continue normal operation
U
s
e
r
 
n
e
e
d
s
 
t
o
 
c
l
i
c
k
 
+
 
t
o
 
a
d
d
 
a
 
L
C
U
 
O
u
t
p
u
t
 
c
o
n
f
i
g
u
r
a
t
i
o
n
1
2
4
5
3
 
M
A
I
N
 
A
P
I
F
U
N
C
T
I
O
N
S
 
M
a
i
n
 
R
T
D
 
A
P
I
 
F
u
n
c
t
i
o
n
s
 
&
 
U
s
a
g
e
The LCU component provides the following main API functions
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
I
n
i
t
(
c
o
n
s
t
 
L
c
u
_
I
p
_
I
n
i
t
T
y
p
e
 
*
 
c
o
n
s
t
 
p
x
L
c
u
I
n
i
t
)
It initialize the input/output configuration and should be called before invoking all other API functions.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
D
e
i
n
i
t
(
v
o
i
d
)
It 
resets all logic cells to default.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
I
n
p
u
t
S
w
O
v
e
r
r
i
d
e
E
n
a
b
l
e
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
I
n
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
D
i
m
e
n
s
i
o
n
)
This function is called for enable software override function.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
I
n
p
u
t
S
w
O
v
e
r
r
i
d
e
V
a
l
u
e
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
I
n
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
D
i
m
e
n
s
i
o
n
)
Specifies the software override value for each logic cell input.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
I
n
p
u
t
M
u
x
S
e
l
e
c
t
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
I
n
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
 
D
i
m
e
n
s
i
o
n
)
Selects the source of the logic cell input.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
O
u
t
p
u
t
E
n
a
b
l
e
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
 
D
i
m
e
n
s
i
o
n
)
Enables logic cell outputs.
 
M
a
i
n
 
R
T
D
 
A
P
I
 
F
u
n
c
t
i
o
n
s
 
&
 
U
s
a
g
e
The LCU component provides the following main API functions
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
O
u
t
p
u
t
P
o
l
a
r
i
t
y
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
 
D
i
m
e
n
s
i
o
n
)
Specifies the polarity of the outputs.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
O
u
t
p
u
t
F
a
l
l
F
i
l
t
e
r
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
D
i
m
e
n
s
i
o
n
)
Specifies the number of consecutive clock cycles the filter output must be logic 0 before the output signal goes low.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
O
u
t
p
u
t
R
i
s
e
F
i
l
t
e
r
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
D
i
m
e
n
s
i
o
n
)
Specifies the number of consecutive clock cycles the filter output must be logic 1 before the output signal goes high.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
S
e
t
S
y
n
c
O
u
t
p
u
t
L
u
t
C
o
n
t
r
o
l
(
c
o
n
s
t
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
D
i
m
e
n
s
i
o
n
)
Specifies the LUT positions, based on the combined LC input value, that result in assertion of this output.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
G
e
t
S
y
n
c
L
o
g
i
c
I
n
p
u
t
(
L
c
u
_
I
p
_
S
y
n
c
I
n
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
 
D
i
m
e
n
s
i
o
n
)
Indicates states of logic cell inputs.
L
c
u
_
I
p
_
R
e
t
u
r
n
T
y
p
e
 
L
c
u
_
I
p
_
G
e
t
S
y
n
c
S
w
O
v
e
r
r
i
d
e
I
n
p
u
t
(
L
c
u
_
I
p
_
S
y
n
c
I
n
p
u
t
V
a
l
u
e
T
y
p
e
 
L
i
s
t
[
]
,
 
c
o
n
s
t
 
u
i
n
t
8
 
D
i
m
e
n
s
i
o
n
)
Indicates states of logic cell inputs or software-overridden inputs, depending upon the state of the SW override function.
 
E
X
A
M
P
L
E
 
C
O
D
E
 
E
x
a
m
p
l
e
 
P
r
o
j
e
c
t
A
p
p
l
i
c
a
t
i
o
n
 
C
o
d
e
s
 
D
e
c
l
a
r
e
 
a
 
L
c
u
_
I
p
_
S
y
n
c
O
u
t
p
u
t
V
a
l
u
e
T
y
p
e
 
v
a
r
i
a
b
l
e
 
r
e
p
r
e
s
e
n
t
i
n
g
 
t
h
e
 
o
u
t
p
u
t
 
s
t
a
t
e
 
o
f
 
t
h
e
 
L
C
U
 
Include “
Lcu
_Ip.h
”—
user 
config data and API function declare
 
E
x
a
m
p
l
e
 
P
r
o
j
e
c
t
A
p
p
l
i
c
a
t
i
o
n
 
C
o
d
e
s
 
Initialize the LCU module and enable the output
 
E
x
a
m
p
l
e
 
P
r
o
j
e
c
t
D
e
p
e
n
d
e
n
c
y
 
a
n
d
 
H
W
 
r
e
q
u
i
r
e
m
e
n
t
s
D
e
p
e
n
d
e
n
t
 
R
T
D
 
c
o
m
p
o
n
e
n
t
s
S
i
u
l
2
_
D
i
o
:
 
p
r
o
v
i
d
e
 
t
h
e
 
G
P
I
O
 
p
i
n
 
o
p
e
r
a
t
i
o
n
 
A
P
I
 
f
u
n
c
t
i
o
n
s
;
S
i
u
l
2
_
P
o
r
t
:
 
p
r
o
v
i
d
e
 
t
h
e
 
G
P
I
O
 
P
O
R
T
 
c
o
n
f
i
g
u
r
a
t
i
o
n
 
A
P
I
 
f
u
n
c
t
i
o
n
s
;
C
l
o
c
k
:
 
c
o
n
f
i
g
u
r
e
 
s
y
s
t
e
m
 
c
l
o
c
k
s
;
E
m
i
o
s
_
P
w
m
:
 
p
r
o
v
i
d
e
 
t
h
e
 
P
W
M
 
o
u
t
p
u
t
 
c
o
n
f
i
g
u
r
a
t
i
o
n
 
A
P
I
 
f
u
n
c
t
i
o
n
;
E
m
i
o
s
_
M
c
l
:
 
p
r
o
v
i
d
e
 
t
h
e
 
e
M
I
O
S
 
b
a
s
i
c
 
c
o
n
f
i
g
u
r
a
t
i
o
n
 
A
P
I
 
f
u
n
c
t
i
o
n
;
T
r
g
m
u
x
:
 
p
r
o
v
i
d
e
 
t
h
e
 
T
r
g
m
u
x
 
c
o
n
f
i
g
u
r
a
t
i
o
n
 
A
P
I
 
f
u
n
c
t
i
o
n
.
H
W
 
r
e
q
u
i
r
e
m
e
n
t
s
S32K344-WB( schematic: 
SPF-47478 Rev.A 
)
S32K3X4EVB-Q257(schematic: 
SPF-47
651
 Rev.B
)
S
u
p
p
o
r
t
 
b
y
 
t
w
o
 
d
i
f
f
e
r
e
n
t
 
.
m
e
x
 
f
i
l
e
,
 
n
e
e
d
 
t
o
 
o
p
e
n
 
i
n
 
S
3
2
_
C
T
 
a
n
d
 
r
e
-
g
e
n
e
r
a
t
e
 
t
h
e
 
c
o
n
f
i
g
u
r
a
t
i
o
n
c
o
d
e
s
.
 
L
U
T
C
O
N
F
I
G
U
R
A
T
I
O
N
T
I
P
S
 
L
U
T
 
C
o
n
f
i
g
u
r
a
t
i
o
n
 
T
i
p
s
Logic cell 0  O0= not I0_DFF
                    O1= I0_DFF
                    
Slide Note
Embed
Share

Explore the S32K3 Real-Time Development (RTD) training for Logic Control Unit (LCU) in automotive applications. Learn about LCU configuration, main API functions, example codes, Look-Up Table (LUT) setup, and tips for optimal usage. Discover how LCU interacts with combinatorial logic, latches, and advanced motor controllers. Get insights into setting up small combinatorial sequential logic circuits using LCU modules and creating complementary pair PWM signals. Dive into RTD configuration for eMIOS components to generate counter buses, PWM signals, and set duty cycles effortlessly.

  • S32K3
  • Real-Time Development
  • Training
  • LCU
  • Automotive

Uploaded on Oct 01, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. S32K3 RTD TRAINING - LCU AUTOMOTIVE APPLICATIONS TEAM Created: Last Update: Mar 2021 Mar 2021

  2. Agenda LCU Overview RTD configuration Main API functions Example Code LUT Configuration Tips 1

  3. LCU OVERVIEW 2

  4. S32K3xx LCU Overview Logic Control Unit (LCU) comprises logic cells with programmable logic that operates outside the speed limitations of software execution. Logic cell takes up to 4 input signals and through the Look Up Table (LUT) generates 4 output signals Input sources are a combination of the following: I/O pins Peripheral outputs Register bits Output can be directed internally to peripherals and to an output pin. Combinatorial Logic: Any 16 x 4 Truth Table such AND, NAND, AND-OR, AND-OR-INVERT, OR-XOR, OR-XNOR and their combinations Latches: S-R, D-flip flop, JK-flip flop Advanced: Incremental encoder, ACIM, PMSM & BLDC motor controllers 3

  5. S32K3xx LCU Overview The LCU is used to create small combinatorial sequential logic circuits. The logic operation can be programmed by software. Hardware resource: Up to 6 LCs (Logic Cells) Each LC contains 4 LTUs (Look-up Table) attached with 4 inputs and outputs. Software override option included to allow software input to logic functions Force control support for motor control / power conversion applications 4

  6. LCU Example Project How to use the LCU module to generate a complementary pair PWM signal? PWM_LS LCU comp. pairs Death time Fault - - - PWM TGMUX eMIOS PWM_HS 5

  7. RTD CONFIGURATION 6

  8. eMIOS_Mcl component Configuration(1)-Counter Bus eMIOS Channel: Select 0 to generate the counter bus B Master Bus Mode Type: Select the MCB_UP_COUNTER to generate counter bus B Default period: Specified the counter bus B period 1 2 3 7

  9. eMIOS_pwm component Configuration(1)-PWM generation Channel Id: Specified which channel used to PWM generation Mode Select: Select the OPWMB mode to generate a PWM signal Counter Bus: Specified the reference counter bus Duty Cycle: Specified the duty cycle of generated PWM signal 1 2 3 4 8

  10. Trgmux component Configuration(1)-Routing PWM to LCU Hardware Group: Specified the LCU group Hardware Input: Specified which eMIOS channel will be routed to LCU Hardware Output: Specified which logic cell and input connected to the eMIOS channel 1 3 2 9

  11. LCU Component Configuration(1)-Lcu Logic Input LCU Hardware Module: select the LCU instance to use LCU_0 LCU_1 Logic Cell: select the logic cell of each LCU instance to use LC_0/1/2 Hardware Input: select the input of each logic cell INPUT_0/1/2/3 Mux Select: selects the sources for inputs to the LCs SEL_LOGIC_0 SEL_LU_IN_0/1/2/3/4/5/6/7/8/9/10/11 Software Override: check to enable SW override feature Input software override logic to override external inputs User needs to click + to add a LCU Input configuration 1 2 3 4 5 10

  12. LCU Component Configuration(2)-Lcu Logic Output Hardware Output: select the output of each logic cell OUTPUT_0/1/2/3 LUT Control: Specifies the LUT positions, based on the combined LC input value, that result in assertion of this output. LUT Rise Filter: Specifies the rising edge thresholds for LC output filters 0 65535 LCU clocks Used to configure dead-time LUT Fall Filter: Specifies the falling edge thresholds for LC output filters 0 65535 LCU clocks Enable Debug Mode: check to enable outputs to continue operation in Debug mode Unchecked: Inactive Checked: Continue normal operation User needs to click + to add a LCU Output configuration 1 2 3 4 5 11

  13. MAIN API FUNCTIONS 12

  14. Main RTD API Functions & Usage The LCU component provides the following main API functions Lcu_Ip_ReturnType Lcu_Ip_Init(const Lcu_Ip_InitType * const pxLcuInit) It initialize the input/output configuration and should be called before invoking all other API functions. Lcu_Ip_ReturnType Lcu_Ip_Deinit(void) It resets all logic cells to default. Lcu_Ip_ReturnType Lcu_Ip_SetSyncInputSwOverrideEnable(const Lcu_Ip_SyncInputValueType List[], const uint8 Dimension) This function is called for enable software override function. Lcu_Ip_ReturnType Lcu_Ip_SetSyncInputSwOverrideValue(const Lcu_Ip_SyncInputValueType List[], const uint8 Dimension) Specifies the software override value for each logic cell input. Lcu_Ip_ReturnType Lcu_Ip_SetSyncInputMuxSelect(const Lcu_Ip_SyncInputValueType List[], const uint8 Dimension) Selects the source of the logic cell input. Lcu_Ip_ReturnType Lcu_Ip_SetSyncOutputEnable(const Lcu_Ip_SyncOutputValueType List[], const uint8 Dimension) Enables logic cell outputs. 13

  15. Main RTD API Functions & Usage The LCU component provides the following main API functions Lcu_Ip_ReturnType Lcu_Ip_SetSyncOutputPolarity(const Lcu_Ip_SyncOutputValueType List[], const uint8 Dimension) Specifies the polarity of the outputs. Lcu_Ip_ReturnType Lcu_Ip_SetSyncOutputFallFilter(const Lcu_Ip_SyncOutputValueType List[], const uint8 Dimension) Specifies the number of consecutive clock cycles the filter output must be logic 0 before the output signal goes low. Lcu_Ip_ReturnType Lcu_Ip_SetSyncOutputRiseFilter(const Lcu_Ip_SyncOutputValueType List[], const uint8 Dimension) Specifies the number of consecutive clock cycles the filter output must be logic 1 before the output signal goes high. Lcu_Ip_ReturnType Lcu_Ip_SetSyncOutputLutControl(const Lcu_Ip_SyncOutputValueType List[], const uint8 Dimension) Specifies the LUT positions, based on the combined LC input value, that result in assertion of this output. Lcu_Ip_ReturnType Lcu_Ip_GetSyncLogicInput(Lcu_Ip_SyncInputValueType List[], const uint8 Dimension) Indicates states of logic cell inputs. Lcu_Ip_ReturnType Lcu_Ip_GetSyncSwOverrideInput(Lcu_Ip_SyncInputValueType List[], const uint8 Dimension) Indicates states of logic cell inputs or software-overridden inputs, depending upon the state of the SW override function. 14

  16. EXAMPLE CODE 15

  17. Example ProjectApplication Codes Include Lcu_Ip.h user config data and API function declare Declare a Lcu_Ip_SyncOutputValueType variable representing the output state of the LCU 16

  18. Example ProjectApplication Codes Initialize the LCU module and enable the output 17

  19. Example ProjectDependency and HW requirements Dependent RTD components Siul2_Dio: provide the GPIO pin operation API functions; Siul2_Port: provide the GPIO PORT configuration API functions; Clock: configure system clocks; Emios_Pwm: provide the PWM output configuration API function; Emios_Mcl: provide the eMIOS basic configuration API function; Trgmux: provide the Trgmux configuration API function. HW requirements S32K344-WB( schematic: SPF-47478 Rev.A ) S32K3X4EVB-Q257(schematic: SPF-47651 Rev.B) Support by two different .mex file, need to open in S32_CT and re-generate the configuration codes. 18

  20. LUT CONFIGURATION TIPS 19

  21. LUT Configuration Tips Logic cell 0 O0= not I0_DFF O1= I0_DFF Inputs I1 Not related Outputs O2 PWM_HS I3 I2 I0 O0 PWM_LS O1 O3 Not related Not related Not related PWM Not related 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 LUT register value 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0x5555 0xAAAA 0x0000 0x0000 20

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#