-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #15: Deployment Maintenance Release 1.1.0
Merge in MCU16CE/dspic33ck-power-pwm-phase-shift from develop to master * commit 'df67892c3759b70371028443c93779fe4e2bd25d': * Updated README file fixing data sheet links, toolchain versions and copyright dates * Updated Changelog with mode information about latest tool chain versions used Microchip Code Configurator Update * Updated MCC Plug-In version to require v5.3.7 or later * Updated mc3 file contents to work with core version 4.85.1 or later * Regenerated output * Updated deployment scripts * Changed label of PWM Module register set from P33C_PWM_SFRSET_t to P33C_PWM_MODULE_t * Removed obsolete vitrual folder from MPLAB X project explorer * Switched XC16 compiler version to v2.00 * Switched Device File Pack (DFP) to version 1.10.341 * Removed interrupt register bits, which are not supported by DFP versions v1.5.135 and later * Fixed typos in leading comment of main.c * Updated gitignore file filtering clutter of MPLAB X IDE 6.05 and later Fixed pipeline failure
- Loading branch information
Showing
13 changed files
with
380 additions
and
293 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,38 @@ | ||
# dspic33ck-power-pwm-phase-shift, release v1.1.0 | ||
|
||
### Release Highlights | ||
|
||
Version 1.1.0 of this code example is a maintenance cycle release, which is required to keep the source code provided being fully supported by the most recent development tool chain. In this release no functional changes have been made in comparison with the previous version. | ||
|
||
### Toolchain Updates | ||
|
||
* Changed minimum MPLAB X IDE version to 6.05 and later - [Get latest Version](https://www.microchip.com/mplabx) | ||
* Changed minimum XC16 compiler version to v2.00 - [Get latest Version](https://www.microchip.com/xc16) | ||
* Changed minimum Device File Pack (DFP) version to 1.10.341 | ||
* Microchip Code Configurator Update | ||
* Updated MCC Plug-In version to require v5.3.7 or later | ||
* Updated mc3 file contents to work with core version 4.85.1 or later | ||
|
||
### Features Added\Updated | ||
|
||
* Updated gitignore file filtering clutter of MPLAB X IDE 6.05 and later | ||
* Fixed typos in leading comment of main.c | ||
* Removed interrupt register bits, which are not supported by DFP versions v1.5.135 and later | ||
* Removed obsolete virtual folder from MPLAB X project explorer | ||
* Changed label of PWM Module register set from P33C_PWM_SFRSET_t to P33C_PWM_MODULE_t | ||
|
||
© 2023, Microchip Technology Inc. | ||
|
||
--- | ||
|
||
# dspic33ck-power-pwm-phase-shift, release v1.0.0 | ||
|
||
### Release Highlights | ||
|
||
This is the initial release demonstrating the basic configuration of a high-resolution PWM generator of the dsPIC33C family of devices. | ||
This example is part of a series of code examples highlighting specific operating modes and features. | ||
|
||
### Features Added\Updated | ||
|
||
In this intial version the on-board LED of the dsPIC33CK Digital Power Plug-In Module is toggled with a interval üperiod of 300 ms, when the controller is running at maximum speed of 100 MIPS. | ||
After startup, 90 degrees phase shift will be generated between pwm generator #1 and pwm generator #3. By pressing the on-board push button *USER* on the Digital Power Develpoment Board, the phase shift is toggled between the initial 90 degrees and 180 degrees. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.