PS_Fgen_FW  4da88f4073c1cc65ea45c3a652a2751e495e50db
Firmware for an Power Supply and Function Generator build from an ATX power supply
Loading...
Searching...
No Matches
1 - Configuration

The Configuration.h file contains some parameters that can be used to customize the firmware. It has the following sections:

  • Version: Version of the firmware. This should be adapted during release creation.
  • Timers: Time delays used for key polling, screen drawing and some other device functions.
  • SCPI: Use this section to configure the serial baud rate, the buffers used by the SCPI parser or to set the IDN response elements. The SCPI subsystem can be completely removed from the build process (disabled), too.
  • Screen: Screen settings including a option to disable the splash screen.
  • Touch: Setting for the touch screen including a option to disable the touch feature.
  • UserInputHandler: The length of the user input queue can be defined here.
  • Subsystems: The subsystems of the device (PS, DDS and Measure) can be disabled here. This feature is useful to speed up the flashing time while development when only one subsystem is neccessary.
  • Direct Digital Synthesis (DDS): Use this section to configure different parameters of the DDS algorithm.
  • Channels: The minimum and maximum values for the channel parameters are defined here. Also other parameters (e.g. PID values) are defined here.