You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge in MCU16CE/matlab-dspic33ck-curiosityboard-pwmexample-sixstep-commutation from develop to master
* commit '722c786bbf8451852a0e29c776c84a3f3502b483':
Updated main.json
PWM configuration summary figures of each schemes are added to Readme file.
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ Configuration Summary:
21
21
- Master Period and Duty Cycle Used
22
22
- Override State is drive low
23
23
24
+
<palign="left" >
25
+
<imgsrc="images/scheme1.PNG"></p>
26
+
24
27
### 1.2 PWM Switching Scheme 2
25
28
In this PWM scheme, three switches are used to control the two active phases. In a given sector, one active phase is driven with a complementary PWM waveform and the other active phase has only its low side driven high at 100% duty cycle, as shown in figure below. Like Scheme 1, overrides are used to control the outputs in each sector.
26
29
@@ -36,6 +39,9 @@ Configuration Summary:
36
39
- Override State is Dependent on Sector State
37
40
- Dead time is applied to the Complementary PWM Signal
38
41
42
+
<palign="left" >
43
+
<imgsrc="images/scheme2.PNG"></p>
44
+
39
45
### 1.3 PWM Switching Scheme 3
40
46
In this PWM scheme, four switches are driven in a given sector. Two pairs of complementary PWM outputs are applied to the two active phases. The inactive phase is overriden to low as needed, as shown below.
41
47
@@ -50,6 +56,8 @@ Configuration Summary:
50
56
- Master Period and Duty Cycle Used
51
57
- Override State is Dependent on Sector State
52
58
- Dead time is applied to the Complementary PWM Signal
59
+
<palign="left" >
60
+
<imgsrc="images/scheme3.PNG"></p>
53
61
54
62
## 2. SUGGESTED DEMONSTRATION REQUIREMENTS
55
63
### 2.1 MATLAB Model Required for the Demonstration
@@ -177,6 +185,6 @@ For more information, refer to the following documents or links.
177
185
1.[dsPIC33CK256MP508 Family Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/dsPIC33CK256MP508-Family-Data-Sheet-DS70005349H.pdf)
178
186
2.[dsPIC33/PIC24 High-Resolution PWM with Fine Edge Placement Family Reference Manual](http://ww1.microchip.com/downloads/en/DeviceDoc/dsPIC33-PIC24-FRM-High-Resolution-PWM-with-Fine-Edge-Placement-70005320b.pdf)
179
187
3.[dsPIC33CK Curiosity Development Board User’s Guide](https://ww1.microchip.com/downloads/aemDocuments/documents/MCU16/ProductDocuments/UserGuides/dsPIC33CK-Curiosity-Development-Board-User%27s-Guide-DS50002859A.pdf)
180
-
3. [MPLAB® X IDE installation](https://microchipdeveloper.com/mplabx:installation)
5.[MPLAB Device Blocks for Simulink :dsPIC, PIC32 and SAM mcu](https://in.mathworks.com/matlabcentral/fileexchange/71892-mplab-device-blocks-for-simulink-dspic-pic32-and-sam-mcu)
188
+
4. [MPLAB® X IDE installation](https://microchipdeveloper.com/mplabx:installation)
6.[MPLAB Device Blocks for Simulink :dsPIC, PIC32 and SAM mcu](https://in.mathworks.com/matlabcentral/fileexchange/71892-mplab-device-blocks-for-simulink-dspic-pic32-and-sam-mcu)
0 commit comments