Reference Design for a PC-Base

Reference Design for a PC-Base,第1张

Reference Design for a PC-Based Oscilloscope

Abstract: This arTIcle presents a reference design for a PC-based oscilloscope. The MAX1393 ADC and MAX1396 EV kit are featured. SchemaTIcs, software, and explanaTIon of software funcTIons are all provided.

Introduction

This reference design provides everything needed implement an oscilloscope (Figure 1) based around the MAX1396 EV (evaluation) kit (reference design requires the MAX1396ETB ADC to be replaced with the MAX1393ETB ADC) and a PC. Included are schematics, Windows® software, and microcontroller firmware. The example firmware is a C program written and assembled specifically for the MAXQ2000 using the IAR Embedded Workbench®. Download the free IAR Embedded Workbench for MAXQ® 1.13C, 4K KickStart Edition.

Reference Design for a PC-Base,Figure 1. The PC-based oscilloscope.,第2张
Figure 1. The PC-based oscilloscope.

MAX1393 Overview

The MAX1393 is a 312.5ksps, 1-channel, true-differential, 12-bit SAR ADC. This reference design uses the MAX1393 to capture the input wave signals.

Hardware Overview

The MAX1396 EV kit consists of one MAX1396 ADC (which will be replaced by a MAX1393 device for this design); one MAXQ2000 microcontroller; all required passive components; and a proven PCB layout. The MAX1396 EV kit schematic is shown in Figure 2.

The MAX1393 is not present on the MAX1396 EV kit board. Order a sample of MAX1393ETB through Maxim's website and replace the MAX1396ETB device on the board. Table 1 shows the required jumper settings.

Reference Design for a PC-Base,Figure 2. MAX1393 EV kit schematic.,第3张
More detailed image (PDF, 19kB)
Figure 2. MAX1393 EV kit schematic.

Table 1. Jumper Settings Jumper Position JU1 1-2 JU2 1-2 JU3 1-2 JU4 1-2 JU5 1-2 JU6 1-2 JU7 1-2

Firmware Overview

The example C program files in AN4530-firmware.zip allow the MAXQ2000's SPI⁜ peripheral to communicate with the MAX1393. The SPI serial clock is 5MHz when a 20MHz system clock is used for the MAXQ2000. When the MAXQ2000 receives a command from the PC, the microcontroller will start taking input signal data from the MAX1393. After 512 sampled data are stored, the MAXQ2000 will send them back to the PC.

Windows Program Overview

Once the MAX1396 EV kit is connected to the PC through a USB cable, the firmware waits for the commands from the Windows program, shown in Figure 3. Press the Convert button to receive the input signal's sampled data from the EV kit; data will be displayed with a waveform (Figure 4). When the mouse cursor is placed over the waveform area, the corresponding Time and Voltage level will be displayed at the top of the screen (Figure 5). All other software functions are described in Table 2.

Reference Design for a PC-Base,Figure 3. Windows program starts up for the MAX1393 reference design.,第4张
Figure 3. Windows program starts up for the MAX1393 reference design.

Reference Design for a PC-Base,Figure 4. Display waveform.,第5张
Figure 4. Display waveform.

Reference Design for a PC-Base,Figure 5. Time and voltage level are displayed at the top.,第6张
Figure 5. Time and voltage level are displayed at the top.

Table 2. Software Functions Button Description Reference Design for a PC-Base,第7张 Vertically scales the waveform. Reference Design for a PC-Base,第8张 Horizontally scales the waveform. Reference Design for a PC-Base,第9张 Shifts the waveform horizontally. Reference Design for a PC-Base,第10张 Enter a value (in milliseconds) into the edit box and press the Set button to set the starting time at the left of the screen. Reference Design for a PC-Base,第11张 Enter a value (in milliseconds) into the edit box and press the Set button to set the ending time at the right of the screen. Reference Design for a PC-Base,第12张 Enter a value (in milliseconds) into the edit box and press the Set button to set the sampling time. Reference Design for a PC-Base,第13张 Enter a proper trigger-level value into this edit box. Reference Design for a PC-Base,第14张 Click on one of the two radio buttons to choose either rising-edge triggering or falling-edge triggering. Reference Design for a PC-Base,第15张 Press this button to receive input-signal data from the EV kit board and display the waveform on the screen. Reference Design for a PC-Base,第16张 Select this checkbox to receive continuous data from the EV kit and continuous updates to the waveform on the screen. Reference Design for a PC-Base,第17张 Press this button to redraw the waveform on the screen. Reference Design for a PC-Base,第18张 Press this button to exit the program.

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/dianzi/2487833.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-08-04
下一篇 2022-08-04

发表评论

登录后才能评论

评论列表(0条)

保存