Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:uc-drivers:ltc2672 [28 Feb 2023 08:05] – General formatting and other minor edits Joyce Velascoresources:tools-software:uc-drivers:ltc2672 [06 Apr 2023 04:42] (current) Marc Sosa
Line 4: Line 4:
   * [[adi>LTC2672]]   * [[adi>LTC2672]]
  
 +==== Evaluation Boards ==== 
 +  * [[ADI>DC2903A]] 
 +\\
 ===== Overview ===== ===== Overview =====
 The [[adi>LTC2672]] is a family of five-channel, 12-/16-bit current source, digital-to-analog converters (DACs) that provide five high compliance, current source outputs with guaranteed 0.6 V dropout at 200 mA. There are eight current ranges that are programmable per channel with full-scale outputs of up to 300 mA.  The [[adi>LTC2672]] is a family of five-channel, 12-/16-bit current source, digital-to-analog converters (DACs) that provide five high compliance, current source outputs with guaranteed 0.6 V dropout at 200 mA. There are eight current ranges that are programmable per channel with full-scale outputs of up to 300 mA. 
Line 12: Line 14:
 The [[adi>LTC2672]] includes a precision integrated 1.25 V reference (10 ppm/°C maximum), with the option to use an external reference. The serial peripheral interface (SPI)-compatible, 3‑wire serial interface operates on logic levels as low as 1.71 V and at clock rates as high as 50 MHz. The [[adi>LTC2672]] includes a precision integrated 1.25 V reference (10 ppm/°C maximum), with the option to use an external reference. The serial peripheral interface (SPI)-compatible, 3‑wire serial interface operates on logic levels as low as 1.71 V and at clock rates as high as 50 MHz.
  
-=== Applications ===+==== Applications ====
     * Tunable lasers     * Tunable lasers
     * Semiconductor optical amplifier biasing     * Semiconductor optical amplifier biasing
Line 23: Line 25:
 The goal of ADI Microcontroller No-OS is to provide reference projects for lower end processors, which can't run Linux or aren't running a specific operating system, and to help those customers using microcontrollers with ADI parts. ADI No-OS offers **generic drivers**, which can be used as a base for any microcontroller platform and also **example projects**, which are using these drivers on various microcontroller platforms.  The goal of ADI Microcontroller No-OS is to provide reference projects for lower end processors, which can't run Linux or aren't running a specific operating system, and to help those customers using microcontrollers with ADI parts. ADI No-OS offers **generic drivers**, which can be used as a base for any microcontroller platform and also **example projects**, which are using these drivers on various microcontroller platforms. 
  
-For more information about ADI No-OS and supported microcontroller platforms, visit the No-OS User Guide found [[:resources:no-os | here]].+For more information about ADI No-OS and supported microcontroller platforms, visit the [[:resources:no-os | No-OS User Guide]].
 \\ \\
 \\ \\
 ===== LTC2672 ADI No-OS driver ===== ===== LTC2672 ADI No-OS driver =====
  
-==== LTC2672 Driver Source Code ====+==== Driver Source Code ====
 The source code for LTC2672 driver can be found here:  The source code for LTC2672 driver can be found here: 
 <WRAP round center download 80%> <WRAP round center download 80%>
Line 42: Line 44:
  
 To use the LTC2672 No-OS Driver, you need to provide the specific implementation for the communication APIs and the specific types they use. To use the LTC2672 No-OS Driver, you need to provide the specific implementation for the communication APIs and the specific types they use.
-If the SPI communication is chosen, there are three functions which are called by the ADXL355 driver and have to be implemented:+If the SPI communication is chosen, there are three functions which are called by the LTC2672 driver and have to be implemented:
 <WRAP center box 60%> <WRAP center box 60%>
 | **no_os_spi_init()** | initializes the communication peripheral. | | **no_os_spi_init()** | initializes the communication peripheral. |
Line 60: Line 62:
 </WRAP> </WRAP>
  
-==== LTC2672 Code Driver Documentation ====+==== Code Documentation ====
 Source code documentation for the driver is automatically generated using the Doxygen tool and can be accessed in these links: Source code documentation for the driver is automatically generated using the Doxygen tool and can be accessed in these links:
 <WRAP round center download 80%> <WRAP round center download 80%>
Line 67: Line 69:
 </WRAP> </WRAP>
  
-==== LTC2672 Device Configuration ====+==== Device Configuration ====
  
 === Driver Initialization === === Driver Initialization ===
Line 83: Line 85:
 | **ltc2672_set_span_all_channels** | sets same output span across all channels | | **ltc2672_set_span_all_channels** | sets same output span across all channels |
 </WRAP> </WRAP>
-<note important> The current driver and evaluation hardware only supports the default VREF and FSADJ settings of the [[adi>LTC2672]]. For settings other than the default, appropriate scaling of the output span and desired current must be performed. For reference, refer to Table 9 of [[adi>LTC2672]]. </note>+<note important> The current driver and evaluation hardware only supports the default VREF and FSADJ settings of the [[adi>LTC2672]]. For settings other than the default, appropriate scaling of the output span and desired current must be performed. For reference, refer to Table 9 of [[adi>LTC2672]] data sheet. </note>
  
 === Monitor Multiplexer Output Configuration === === Monitor Multiplexer Output Configuration ===
-The LTC2672 contains a multiplexer pin output, which allows an external controller or analog-to-digital converter (ADC) to monitor certain chip measurements. To enable this functionality, use the **ltc2672_monitor_mux** function and specify the property from the valid list of properties in the header implementation.+The [[ADI>LTC2672]] contains a multiplexer pin output, which allows an external controller or analog-to-digital converter (ADC) to monitor certain chip measurements. To enable this functionality, use the **ltc2672_monitor_mux** function and specify the property from the valid list of properties in the header implementation.
 \\ \\
 \\ \\
-== Current Measurement using Multiplexer Output ==+**Current Measurement using Multiplexer Output** 
 +\\
 The output current from any one channel can be measured by configuring the multiplexer using the **ltc2672_monitor_mux** function. Once configured, the voltage at the multiplexer output pin can be measured, and the current from the selected channel can be estimated using the equation below: The output current from any one channel can be measured by configuring the multiplexer using the **ltc2672_monitor_mux** function. Once configured, the voltage at the multiplexer output pin can be measured, and the current from the selected channel can be estimated using the equation below:
 <code> <code>
Line 104: Line 107:
 \\ \\
 \\ \\
-== Die Temperature Measurement using Multiplexer Output == +**Die Temperature Measurement using Multiplexer Output** 
-Similar with the output current, the die temperature of the LTC2672 can also be measured through the **ltc2672_monitor_mux** function. The voltage at the multiplexer output pin varies directly with the temperature with a temperature coefficient of -3.7 mV/°C. The die temperature can be estimated using this equation:+\\ 
 +Similar with the output current, the die temperature of the [[ADI>LTC2672]] can also be measured through the **ltc2672_monitor_mux** function. The voltage at the multiplexer output pin varies directly with the temperature with a temperature coefficient of -3.7 mV/°C. The die temperature can be estimated using this equation:
 <code> <code>
 T = T0 + (V0 − V_MUX) / (3.7 mV/°C). T = T0 + (V0 − V_MUX) / (3.7 mV/°C).
 </code> </code>
-\\ 
 where:  where: 
 \\ \\
Line 115: Line 118:
 \\ \\
 **V0 = 1.4 V** (initial voltage). **V0 = 1.4 V** (initial voltage).
-\\ 
 \\ \\
 For calibration or more accurate measurements, the actual initial temperature and voltage can be measured and replaced on the equation above. For calibration or more accurate measurements, the actual initial temperature and voltage can be measured and replaced on the equation above.
Line 128: Line 130:
 <note> When the output span of a channel/s is configured to connect to the negative supply (V-), the output current is fixed at -80 mA regardless of the current set! </note> <note> When the output span of a channel/s is configured to connect to the negative supply (V-), the output current is fixed at -80 mA regardless of the current set! </note>
 \\ \\
 +**Load Termination and Combining Multiple Channels**
 \\ \\
-== Load Termination and Combining Multiple Channels == +Each output channel of the [[ADI>LTC2672]] can output a maximum of 300 mA. In instances where current greater than 300 mA is needed, multiple channels can be tied together to produce the desired level. Channels tied together must operate in the same span category, which can be set using the **ltc2672_set_span_all_channels** function. 
-Each output channel of the LTC2672 can output a maximum of 300 mA. In instances where current greater than 300 mA is needed, multiple channels can be tied together to produce the desired level. Channels tied together must operate in the same span category, which can be set using the **ltc2672_set_span_all_channels** function. +
  
 Once the desired channels have been set to have similar output span, the target current can then be set by configuring the same channels via **ltc2672_set_current_channel** function. For example, Channels 0 and 1 can be combined to produce 350 mA of current by configuring one channel to have 300 mA output, while the other channel to have 50 mA (assuming they're operating in the same span - i.e., 300 mA span). Once the desired channels have been set to have similar output span, the target current can then be set by configuring the same channels via **ltc2672_set_current_channel** function. For example, Channels 0 and 1 can be combined to produce 350 mA of current by configuring one channel to have 300 mA output, while the other channel to have 50 mA (assuming they're operating in the same span - i.e., 300 mA span).
Line 153: Line 155:
 \\ \\
 === Fault Register Bits === === Fault Register Bits ===
-The first 8 bits of an SPI transaction response serve as fault indicators. Whenever a fault is detected, the corresponding Fault Register bit is set and is outputted on the next SPI transaction. If an SPI transaction fixes any of the existing faults, the cleared fault register bit is reflected on the next SPI transaction response. The faults that are detected include open circuit detection for any of the output channels, overtemperature detection (> 175°C) with thermal protection, and invalid SPI transaction length (valid lengths are 24, 32 and multiple of 32 bits).+The first 8 bits of an SPI transaction response serve as fault indicators. Whenever a fault is detected, the corresponding Fault Register bit is set and is outputted on the next SPI transaction. If an SPI transaction fixes any of the existing faults, the cleared fault register bit is reflected on the next SPI transaction response. The faults that are detected include open circuit detection for any of the output channels, overtemperature detection (> 175°C) with thermal protection, and invalid SPI transaction length (valid lengths are 24, 32and multiple of 32 bits).
 \\ \\
 \\ \\
Line 163: Line 165:
 \\ \\
 \\ \\
-==== LTC2672 Driver Initialization Example ====+==== Driver Initialization Example ====
  
 === Example Initialization Using Maxim SDK as Platform === === Example Initialization Using Maxim SDK as Platform ===
Line 236: Line 238:
 \\ \\
 \\ \\
-==== LTC2672 Driver Application Example ====+==== Driver Application Example ====
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-You can find Application Example Projects for LTC2672 driver here: [[resources:eval:user-guides:dc2903a:no-os-setup|Evaluating the LTC2672]]+You can find application example projects for LTC2672 driver here: [[resources:eval:user-guides:dc2903a:no-os-setup|Evaluating the LTC2672]]
 </WRAP> </WRAP>
  
resources/tools-software/uc-drivers/ltc2672.1677567903.txt.gz · Last modified: 28 Feb 2023 08:05 by Joyce Velasco