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. UVALive 6176 Faulhaber's Triangle

    题目链接 http://acm.sdibt.edu.cn/vjudge/ojFiles/uvalive/pdf/61/6177.pdf 题意是  给定一个数n,代表着一共有n个人,且他们的身高从1到n ...

  2. 运算符,比如+, -, >, <, 以及下标引用[start:end]等等,从根本上都是定义在类内部的方法。

    python解释器在碰到+号运算符时,会调用加号前面的对象的__add__方法 class a: def __add__(self,b): print "ghh" aa=a() a ...

  3. AtomicInteger源码

    一.概念 AtomicInteger,一个提供原子操作的Integer的类.在Java语言中,++i和i++操作并不是线程安全的,在使用的时候,不可避免的会用到synchronized关键字.而Ato ...

  4. WCF客户端调用服务器端错误:"服务器已拒绝客户端凭据"。

    WCF客户端和服务器端不在同一台机器上时,客户端调用服务器端会报如下错误:"服务器已拒绝客户端凭据". 解决办法:在服务端配置文件与客户端配置文件中加入下面红色部分

  5. java.util.concurrent.RejectedExecutionException

    java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@59f1ca76 rejec ...

  6. sysbench安装及性能测试

    现在的压力测试工具各种各样,只要上手好几款功能强大点的而且比较大众化的压力测试工具即可,以下跟大家交流下sysbench的安装和压力测试 sysbench支持以下几种测试模式: 1.CPU运算性能 2 ...

  7. C++字符串完全指引

    引言 毫无疑问,我们都看到过像 TCHAR, std::string, BSTR 等各种各样的字符串类型,还有那些以 _tcs 开头的奇怪的宏.你也许正在盯着显示器发愁.本指引将总结引进各种字符类型的 ...

  8. Storm1.0.3集群部署

    Storm集群部署 所有集群部署的基本流程都差不多:下载安装包并上传.解压安装包并配置环境变量.修改配置文件.分发安装包.启动集群.查看集群是否部署成功. 1.所有的集群上都要配置hosts vi   ...

  9. win10无线网连接 提示无法连接到此网络

    一.Win10无法连接此网络是怎么回事 对于大多数遇到无法连接此网络问题的,主要是Win10笔记本电脑用户,使用的是无线网络.而出现Win10连接其他无线网络正常,但是就是某个无线网络无法正常连接的时 ...

  10. codeM编程大赛E题 (暴力+字符串匹配(kmp))

    题目大意:S(n,k)用k(2-16)进制表示1-n的数字所组成的字符串,例如S(16,16)=123456789ABCDEF10: 解题思路: n最大50000,k最大100000,以为暴力会超时. ...