80MHz 12 bit ADC processor LPC4370.
LPCxpresso do a LPC LINK2 and LABTOOLS open source oscilloscope demo set. (£84 from Mouser, seems quite well liked.)

The LPC LINK2 is £14 + VAT from Mouser, it has the ADC on board. The Lab tools board has signal conditioning, BNC, protection etc.
Using just the LPCLINK2 board:

Remove C14. Add a 27K resistor between the old C14 input pin and pin 2 of J4 (VDDA +3.3V). Replace R3 with a range set resistor, for example 100k for about +-10V input. (gives 5mV resolution.) The open circuit input will float up slightly. The input impedance of the ADC is specified as 5k in parallel with 4.5pF. Bandwidth will be around 10MHz.
Connect input to J4 pin 6 and a GND to pin 1. 
There are a number of possible variants which may perform better or be easier to do or provide additional channels.
 

The open source software would have to be hacked as various peripherals on the lab tools board are missing.
I have not tried this proposed mod.

Review
http://www.drdobbs.com/embedded-systems/embedded-tools/240168337

Datasheet
http://www.nxp.com/documents/data_sheet/LPC4370.pdf
http://www.lpcware.com/lpclink2
http://www.embeddedartists.com/products/app/labtool.php

Source firmware and app:
https://github.com/embeddedartists/labtool

Relevant links
https://groups.google.com/forum/#!topic/labtool/Rtp3ZCPygfU

LabTool is a versatile and powerful addition to your lab bench!

It is an add-on board to LPC-Link 2 (which is based on the LPC4370 - a 204 MHz Cortex-M4 with an 80 MHz ADC and two extra Cortex-M0 cores).

LabTool make use of all features on the LPC4370, creating a powerful development tool.

  • 11 channel logic analyzer (up to 100Msamples per second)
  • 2 channel oscilloscope (up to 80 Msamples per second, 6MHz BW)
  • 11 channel digital signal generator (up to 80 Msamples per second)
  • 2 channel analog signal generator (40kHz BW)

The feature rich Windows software interface supports:

  • One shot and continuous sampling
  • Sorting and moving of signals
  • SPI, I2C, UART signal interpreters
  • Project settings can be saved and restored
  • Collected data can be exported
  • Four cursors available to help interpret captured data
  • Open source software
  • Prepared for running under Linux and MAC

LabTool

Digital inputs • 11 channel logic analyzer
• without trigger: 100 Msps (1-4 ch), 50 Msps (5-8 ch), 20 Msps (9-11 ch)
• with trigger: 100 Msps (1-2 ch), 80 Msps (3-4 ch), 40 Msps (5-8 ch), 20 Msps (9-11 ch)
• Falling/rising edge triggers with logical OR between channels
• 3.3V logic level as default but 2.4-5.5V supported via DIO_VCC
Analog inputs • 2 channel oscilloscope
• 60 Msps (1 ch) and 30 Msps (2 ch) sampling (can be increased to 80/40 Msps if no hardware trigger is enabled)
• +-25V input range, 1 Mohm input impedance, TBD pF input capacitance
• AC/DC control
• BNC connector and flexible cables via 26-pos IDC connector
• 6 MHz BW (3 MHz for 20mV/div range and up to 12 MHz on 0.2V/div and 5V/div range)
Digital outputs • 11 channel digital signal generator
• 80 Msps
• 3.3V logic level
Analog outputs • 2 channel analog signal generator
• +-5V, 40 kHz BW
• Sine, square and triangle waveforms
Dimensions 83 x 90 mm
Power 5.0V via mini-B USB connector
Connectors

• 26-pos IDC connector for digial and analog I/O
• Two BNC connectors
• Calibration signals, 1.25V/78mV
• Demo signals
• Cortex debug connector to on-board LPC812 (2x5 pos)
• Cortex debug connector from LPC-Link 2 connectors (2x5 pos)

Other • 12 channel demo signal generator (UART, I2C, SPI, counter, PWM) from on-board LPC812.
• HW provision for I2C logging (sw not implemented)
• Analog calibration, can be done by user
• Open source software

Documents

Installer

Software

The software is open source and is available on github

Discussions

There is a mailing list available for discussions about problems or improvements.

Embedded Tools

May 30, 2014

Post a Comment

The board provides logic analyzer, an oscilloscope, and a digital/analog signal generator.

I mentioned last time that programmers and electrical engineers have it rough because you can't really see what's going on in your design. That's probably why most of us love tools like oscilloscopes and logic analyzers.

Being a ham radio operator, I've had a scope since I was a kid. But buying a scope for personal use used to mean buying something old or something with very little capability, or both. Now you can get a scope that would have broke the bank a few years ago for about what a low-end PC would cost.

Still, even that's a bit much if you are just a casual user. There are a lot of inexpensive alternatives that connect to a PC or have a little screen but they aren't usually very good. They can still be better than nothing.

I did run into a sort of "in between" board the other day when I was writing about the LPC-Link debugger for the LPC-series ARM chips. I bought an LPC-Link 2 board for about $20 and then found that there was another product from Embedded Artists that included an LPC-Link 2 board. It was called LabTool.

It is a little hard to characterize exactly what it is. At the core, it is an ARM-based development board. The board contains an LPC4370, which is a 204 MHz Cortex M4 processor. There are also two extra Cortex M0 processors onboard and an 80MHz analog to digital converter. That's a lot of horsepower. The board mates with an LPC Link 2 board and you can detach the link board and use it for other things if you want.

Of course, that's only useful if you want to write some software. The selling point is the open source LabTool software that provides an 11-channel logic analyzer (up to 100 million samples per second), a 2-channel analog oscilloscope that can achieve up to 80 million samples per second, an 11-channel signal generator that can hit 80 million samples per second, and a 2-channel analog signal generate (up to 40 kHz). You can see an example run of the digital and analog sampling in the figure below.

ECG Application Example using LPC4370 and LabTool Hardware

ADCHS and DAC programming with LPC-Link 2 + LabTool

Dirceu Rodrigues, Jr. - Oct. 2013

Bio

Dirceu Rodrigues, Jr. is a computer engineer with a master's degree in electrical engineering. As an independent consultant, he tests new products with particular interest in the areas of wireless sensor networks, ARM processors, DSP, motor control, and medical applications.

Introduction

When I got involved with this campaign, my initial idea was to use the NXP LPC4370 microcontroller available on the LPC-Link 2 to implement a multicore FIR filter.Combined with the analog processing capabilities present on LabTool add-on board, would be ideal to put in place a structure which I discussed on ESC Brazil 2013 (MulticoreMicrocontrollers in Instrumentation and Control). But after a time studying the schematics of these boards, I realized that understanding the signal conditioning circuits, gain settings, input calibration and the correct use of ADCHS (12 bit High Speed ​​ADC) peripheral and external DAC, deserve a whole article. For me, the most important feature of the board LPC-Link 2 (in addition to being a programmer/debugger for the target) is able to program a generic application on LPC4370 memory, since there are several analog/digital pins availableon expansion connectors.

Firstly, I downloaded the latest version of the ARM Keil µVision (V4.72.10.0). At time, I had not experienced the new LPCOpen library, so I changed the LPC43xx.h provided by the compiler to add a raw support for ADCHS peripheral - renaming it to LPC43xx_new.h. The change consists primarily in define register addresses, enabling references such as “LPC_ADCHS->xxx”. Before attach LPC-Link 2 on top of LabTool board, I connected the 10 pin SWD cable on J2 of LPC-Link 2, according Figure 1. Will look like the cable issqueezed between the boards, but that is quite normal. Also, the user must to ensure the other connectors are not slightly misaligned.

LabTool - Analog Inputs

Next I tried to unveil the structure around the high speed analog to digital converter.  The reason for the presence of the BNC connectors on LabTool is to implement a complete two channel oscilloscope, whose features are far from modest, since the LPC4370 includes a 12 bit ADC, and can operate up to 80 MHz. Note that the two 10 bit ADC modules are absent on LPC4370 TFBGA100 package used in LabTool. A very simplified schematic of input conditioning circuit for each channel is shown on Figure 2. The complete design, provided by Embedded Artists[1], includes several other components, including capacitors for shaping the frequency response.

All settings are controlled via the SPI interface, including the DC/AC coupling. The  input  (0.5 V) is provided by a proper MCU pin related to ADCHS, as I will explainlater. Two analog multiplexers allow set the gain when changing the operational amplifier feedback resistor.  From the nominal values of components on figure, we can write some equations for the DC model:

The LPC4370 ADC is a flash type with differential input - Figure 3.

The value converted to digital domain, as presented on page 1287 of LPC43xx User Manual (2013 draft version), is:

Through the DCINNEG and DCINPOS bits on ADCHS POWER_CONTROL register, the user can add a 0.5 V DC offset to the differential inputs. In the case of Labtool board, is convenient make DCINNEG = 1 and DCINPOS = 0, considering the presence of amp op with the non-inverting input voltage

according Figure 2. With these settings:

Also, note that

Substituting these results on Eq. 4:

and:

The value of GA depends on position of two multiplexers (feedback resistor selection 1 out 8)

and SPDT switch (divided input voltage selection VU or VD).

So, I can create the Table 1, which allow me to calculate the analog input value or VCH1, for each selection.

In order to obtain a value of acceptable precision it's required to compensate the ADC readings (NADC) for component tolerances and other deviations associated with the inputconditioning circuit. This is done in software. An affine function (gain and offset) makes the correction based on the current reading and previous calibration data – Listing 1.

Remember that a measuring instrument is not only as good as its components, but also as the calibration method used.

LabTool - Analog Outputs

The Digital to Analog section is more straightforward.

Since the 10 bit DAC module is absent on LPC4370 TFBGA100 package, the LabTool board relies

on external DAC102S085 from National to output two analog voltages.

As before, the simpler schematic on Figure 4 shows the essential components for the DC model.

On LabTool board, the LPC4370 SSP1 peripheral has three usages:

  • Settings for the ADCHS conditioning circuit.
  • Writing on DAC
  • Communication with an EEPROM

The sharing is carried out through appropriate slave selection signals (SSEL and GPIOs) from MCU.

The DAC has two channels with internal data register including controls for update/refresh timing.

Application: Filtering an ECG

In order to test the ADCHS and related equations obtained from the LabTool manufacturer schematics, I decided to program the ARM Cortex-M4 on LPC4370 to implement a stop-band FIR (Finite Impulse Response) filter with 127 taps. The idea is to filter an ECG signal corrupted by 60 Hz hum. To avoid building a circuit around an instrumentation amplifier(something I've done a few times) and waste some skin electrodes; I thought using the computer sound card to generate the desired signal. So, the following tasks were performed:

  • Find an ECG signal database in audio format [2].
  • Select the file ecg.wav (60s duration, 16 bit, 1 kSa/s).
  • Extract the file data on Matlab, insert a 60 Hz noise and rewrite it in wav format .
  • Play the file on computer line-out using a software for audio editing like GoldWave.

This will allow some experimentation, as repeat intervals, invert polarity, attenuate and many other useful transformations - Figure 6.

  • Design a notch FIR filter in Matlab and simulate the result.
  • Make a header file with the generated 127 coefficients.

For this application, I used DC coupling on input (capacitor short-circuited on Figure 2). Also, the ADCHS was configured to present the result in two’s complement format (other option is offset binary) . Figure 7 shows a diagram for the FIR filter - coefficients and output labeled as c and NFILT, respectively.

To check the result, the filtered signal is sent to the analog output in real time. For this it’s necessary to perform a conversion between the ADCHS and DAC102S085 ranges using appropriate equations. Here I have at least two options:

1. Taking advantage of maximum available resolution (not used):

In this case, the conversion is performed through the Equation 10 and Figure 8.

2. Equal amplitudes (input/output):

In the ECG filtering applicatioon it is desirable that the original and filtered signals had the same amplitude, or a 1:1 relationship.  Therefore, I've carried a different conversion in order to meet VEXT_AOUT1 = VCH1.  Still maintaining the gain 10 between VCH1 and NFILT and equating Eq. 12 and Eq. 9:

The sampling and output rates both are equal to 1k/s. Note an approximate delay of 64 ms between input and output (representing taps/2 samples). This powerfulmicrocontroller and its high speed ADC are able to handle sample rates much higher than the one I used here, including multichannel audio. As I mentioned earlier,the purpose of this simple application is just to introduce the analog resources available on LabTool board.

Conclusion

The ADCHS has many other configuration options. It works through a state machine with a dedicated timer and a set of eight descriptors, for which it is possible to establish how andwhen a conversion occurs, generating interrupts, filling a 16 position FIFO or transferring data through DMA

The clock for this application was adjusted to 180 MHz, a value more than sufficient. In a next installment, I intend to wake-up the other two Cortex-M0 cores on the LPC4370, implementing a truly multicore filter through IPC (Inter-process Communication), running at a lower clock; something like 60 MHz and compare the results with the single core solution– for example, analyzing the power consumption. Stay tuned [3].

References

[1] http://www.embeddedartists.com

[2] http://courses.engr.illinois.edu/bioe415/labs/ecgwav.html

[3] http://www.youtube.com/DirceuRodriguesJr

LabTool : LPC LINK2, LPC4370 cheap scope: 80Ms/s 12 bit的更多相关文章

  1. LPC LINK2 IO CONNECTOR

  2. 081、Weave Scope 多主机监控(2019-04-29 周一)

    参考https://www.cnblogs.com/CloudMan6/p/7674011.html   Weave Scope 除了监控容器,还可以监控Docker Host.   点击顶部 HOS ...

  3. 第 10 章 容器监控 - 081 - Weave Scope 多主机监控

    除了监控容器,Weave Scope 还可以监控 Docker Host 点击顶部 HOSTS 菜单项,地图将显示当前 host. 与容器类似,点击该 host 图标将显示详细信息 host 当前的资 ...

  4. java web学习总结(二十八) -------------------JSP中的JavaBean

    一.什么是JavaBean JavaBean是一个遵循特定写法的Java类,它通常具有如下特点: 这个Java类必须具有一个无参的构造函数 属性必须私有化. 私有化的属性必须通过public类型的方法 ...

  5. ng-option指令使用记录,设置默认值需要注意

    ng-options一般有以下用法: 数组作为数据源: label for value in array select as label for value in array label group ...

  6. Spring Boot 乐观锁加锁失败 - 集成AOP

    Spring Boot with AOP 手头上的项目使用了Spring Boot, 在高并发的情况下,经常出现乐观锁加锁失败的情况(OptimisticLockingFailureException ...

  7. Siteserver-stl:searchOutput(搜索结果)自定义显示样式

    stl:searchOutput 自定义显示样式 自定义搜索提交表单需要在<stl:searchOutput>中嵌入显示搜索结果的标签,必须包含的标签 有<stl:pageConte ...

  8. 转载:[AngularJS系列] 那伤不起的provider们啊~ (Provider, Value, Constant, Service, Factory, Decorator)

    来源:http://hellobug.github.io/blog/angularjs-providers/ 用AngularJS做项目,但凡用过什么service啊,factory啊,provide ...

  9. javaweb学习总结(二十)——JavaBean总结

    一.什么是JavaBean JavaBean是一个遵循特定写法的Java类,它通常具有如下特点: 这个Java类必须具有一个无参的构造函数 属性必须私有化. 私有化的属性必须通过public类型的方法 ...

随机推荐

  1. python中的__new__、__init__和__del__

    __new__.__init__.__del__三个方法用于实例的创建和销毁,在使用python的类中,我们最常用的是__init__方法,通常称为构造方法,__new__方法几乎不会使用,这篇文章是 ...

  2. 爬虫笔记之自如房屋价格图片识别(价格字段css背景图片偏移显示)

    一.前言 自如房屋详情页的价格字段用图片显示,特此破解一下以丰富一下爬虫笔记系列博文集. 二.分析 & 实现 先打开一个房屋详情页观察一下: 网页的源代码中没有直接显示价格字段,价格的显示是使 ...

  3. Servlet笔记7--HttpServletRequest介绍

    通过HttpServletRequest获取表单提交的数据: 前端页面: <html> <head> <title>register</title> & ...

  4. Redis的五大数据类型

    1.String(字符串) String是Redis最基本的类型,一个Key对应一个Value. String类型是二进制安全的,意思是Redis的String可以包含任何数据,比如jpg图片或者序列 ...

  5. BAT修改文本内容

    @echo off (for /f "delims=" %%a in (文件名) do ( set "str=%%a" setlocal enabledelay ...

  6. sync 解释

    sync命令用于强制被改变的内容立刻写入磁盘,更新超块信息. 在Linux/Unix系统中,在文件或数据处理过程中一般先放到内存缓冲区中,等到适当的时候再写入磁盘,以提高系统的运行效率.sync命令则 ...

  7. jenkins 使用Git持续构建

    为jenkins添加git插件. 在Available tab页中找到Git Plugin 点击下方的Install without Restart安装插件. 插件安装完毕后,我们需要在jenkins ...

  8. P4186 【[USACO18JAN]Cow at Large G】

    思路是覆盖子树,我们发现,农民想截住牛的最优策略是不断向上来尽可能地覆盖更大的子树 我们想要尽早地覆盖一个子树,一个显然的贪心是在这个子树中选取深度最小的一个放农民 如果我们在一个点放置了农民,那么其 ...

  9. (转)Python函数式编程——map()、reduce()

    转自:http://www.jianshu.com/p/7fe3408e6048 1.map(func,seq1[,seq2...]) Python 函数式编程中的map()函数是将func作用于se ...

  10. 通过微信Android和iOS版,看两大系统的差异

    由于设计师或者产品经理使用的移动设备大部分是iPhone,所以在做设计时,容易忽略Android和iOS的差异,按照自己的使用习惯进行设计,导致大部分设计师或产品经理做出的设计都是基于iOS规范或习惯 ...