Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Voltage Mode Control Example
Special Firmware Options
+ Collaboration diagram for Special Firmware Options:
#define PLANT_MEASUREMENT   false
 Global defines used to enable/disable special firmware options. More...
 
#define DBGPIN1_ENABLE   true
 Enables debug pin indicating control loop execution timing. More...
 
#define DBGPIN2_ENABLE   true
 Enables debug pin indicating control loop execution timing. More...
 
#define DBGDAC_ENABLE   true
 Enables debug DAC output pin reproduing control loop output as analog signal. More...
 

Detailed Description

Macro Definition Documentation

◆ DBGDAC_ENABLE

#define DBGDAC_ENABLE   true

Enables debug DAC output pin reproduing control loop output as analog signal.

Definition at line 82 of file dpsk3_hwdescr.h.

◆ DBGPIN1_ENABLE

#define DBGPIN1_ENABLE   true

Enables debug pin indicating control loop execution timing.

Definition at line 79 of file dpsk3_hwdescr.h.

◆ DBGPIN2_ENABLE

#define DBGPIN2_ENABLE   true

Enables debug pin indicating control loop execution timing.

Definition at line 80 of file dpsk3_hwdescr.h.

◆ PLANT_MEASUREMENT

#define PLANT_MEASUREMENT   false

Global defines used to enable/disable special firmware options.

This section is used to enable/disable special options useful during development, debugging, troubleshooting the recent firmware or to tailor special functions of this application. If enabled, replaces the common voltage control loop by a simple P-control loop to perform measurements of the plant transfer function.

Definition at line 77 of file dpsk3_hwdescr.h.