当前位置:首页 > 医疗电子 > 医疗电子
[导读]Cypress 公司的PSoC CY8C21x23是集成了可配置的模拟和数字外设功能,存储器和微控制器,能替代多种基于MCU的传统系统的元件.M8C处理器采用功能强大的哈佛架构,速度高达24MHz,工作电压2.4V-5.25V.本文介绍PSoC CY8C21x2

Cypress 公司的PSoC CY8C21x23是集成了可配置的模拟和数字外设功能,存储器和微控制器,能替代多种基于MCU的传统系统的元件.M8C处理器采用功能强大的哈佛架构,速度高达24MHz,工作电压2.4V-5.25V.本文介绍PSoC CY8C21x23主要特性,方框图以及采用PSoC 的血压监测仪所用主要元件,原理和方框图.

Blood Pressure Monitor with PsoC

CY8C21123, CY8C21223, CY8C21323 : PSoC? Programmable System-on-Chip PSoC? is a true programmable embedded system-on-chip integrating configurable analog and digital peripheral functions, memory and a microcontroller on a single chip. The PSoC family consists of many programmable system-on-chip controller devices. These devices are designed to replace multiple traditional MCU-based system components with a low cost single-chip programmable component. A PSoC device includes configurable blocks of analog and digital logic, and programmable interconnect. This architecture allows the user to create customized peripheral configurations, to match the requirements of each individual application. Additionally, a fast CPU, Flash program memory, SRAM data memory, and configurable I/O are included in a range of convenient pinouts.

The PSoC architecture consists of four main areas: the Core, the System Resources, the Digital System, and the Analog System. Configurable global bus resources allow the combining of all device resources into a complete custom system. Each PSoC device includes four digital blocks. Depending on the PSoC package, up to two analog comparators and up to 16 General Purpose I/O (GPIO) are also included. The GPIO provide access to the global digital and analog interconnects.

CY8C21x23主要特性:

■ Powerful Harvard Architecture Processor:

? M8C Processor Speeds up to 24 MHz

? Low Power at High Speed

? 2.4V to 5.25V Operating Voltage

? Operating Voltages down to 1.0V using On-Chip Switch Mode Pump (SMP)

? Industrial Temperature Range: -40°C to +85°C

Advanced Peripherals (PSoC? Blocks):

? Four Analog Type “E” PSoC Blocks Provide:

? Two Comparators with DAC References

? Single or Dual 10-Bit 8:1 ADC

? Four Digital PSoC Blocks Provide:

? 8 to 32-Bit Timers, Counters, and PWMs

? CRC and PRS Modules

? Full Duplex UART, SPI? Master or Slave: Connectable to All GPIO Pins

? Complex Peripherals by Combining Blocks

■ Flexible On-Chip Memory:

? 4K Flash Program Storage 50,000 Erase/Write Cycles

? 256 Bytes SRAM Data Storage

? In-System Serial Programming (ISSP)

? Partial Flash Updates

? Flexible Protection Modes

? EEPROM Emulation in Flash

■ Complete Development Tools:

? Free Development Software (PSoC Designer?)

? Full Featured, In-Circuit Emulator and Programmer

? Full Speed Emulation

? Complex Breakpoint Structure

? 128 Bytes Trace Memory

■ Precision, Programmable Clocking:

? Internal ±2.5% 24/48 MHz Oscillator

? Internal Oscillator for Watchdog and Sleep

■ Programmable Pin Configurations:

? 25 mA Sink, 10 mA Source on all GPIO

? Pull Up, Pull Down, High Z, Strong, or Open Drain Drive Modes on All GPIO

? Up to Eight Analog Inputs on GPIO

? Configurable Interrupt on all GPIO

■ Additional System Resources:

? I2C Master, Slave and MultiMaster to 400 kHz

? Watchdog and Sleep Timers

? User Configurable Low Voltage Detection

? Integrated Supervisory Circuit

? On-Chip Precision Voltage Reference

图1.CY8C21x23方框图

Blood pressure is one of the vital signs in the human body. It is measured using both invasive and non invasive techniques. This application note demonstrates how to build a non invasive blood pressure monitor using the PSoC?. This design does not use any external active components to buffer, amplify, and filter the signal.

The blood pressure monitor operates on the following principles.

The cuff is worn around the upper arm and it is inflated beyond the typical systolic pressure.

It is then deflated. The pressure starts decreasing, resulting in blood flow through the artery; this makes the artery to pulsate.

The pressure measured on the device during onset of pulsations defines the systolic blood pressure.

Then the cuff pressure is reduced further. The oscillations become increasingly significant, until they reach maximum amplitude.

The pressure at the maximum amplitude of these oscillations defines the average blood pressure.

The oscillations start decreasing as the cuff pressure reduces. The pressure at this point defines the minimal blood pressure or diastolic blood pressure.

This method of measuring blood pressure is the oscillometric method. It is often used in automatic blood pressure monitor devices because of its excellent reliability. Estimation of systolic and diastolic pressure is done using various empirical algorithms. The device uses oscillometric method to determine systolic and diastolic pressures .

This system includes the following blocks:

Pressure sensor

Amplifier

Filter

Multiplexer and ADC

Heart rate timer

Safety timer

Pneumatics

Display

图2. PSoC血压方框图

PSoC血压计主要元件:

1. Pressure Sensor

The pressure sensor for blood pressure monitoring system should have the following characteristics:

Measure pressures from 0 mmHG (0 Kpa) to 300 mmHg (40 Kpa).

Gauge type, because blood pressure in relation to atmospheric pressure

MPX2053 (piezoresistive pressure sensor from Free scale) is used in this example. It gives differential output with maximum measurable pressure range of 50 Kpa. It has a transfer characteristic of (20 mV/50 Kpa) 0.4 mv for every 1 Kpa change in pressure or 53 μV per mmHG with Vs=5V.

2. Amplifier

The sensor output is in the order of a few mega volts. Three opamp topology instrumentation amplifier is used to amplify the pressure signal. It provides a gain of 93.

Gain = Diff Gain * Conversion Gain = 48 * 1.98 = 93

3. Filter

The sensor output consists of two signals: cuff pressure signal and oscillometric signal. The oscillometric signal has frequency components between 0.3 Hz to 20 Hz. Two stage filters are used to filter out the oscillometric pulses.

4. First Stage

A high gain AC filter, described in the Cypress application note AN2320 is implemented in the first stage.

图3.高AC 增益放大器电路

The filter’s cutoff is set around 1 Hz. This filter removes all DC components and gives the AC signal a sufficient gain. The output of the first stage has unwanted high frequency components.

5. Second Stage

High frequency components are removed using two pole low pass filters implemented inside PSoC. This filter is constructed using two switched capacitor blocks. The filter’s cutoff is set at 50 Hz with a 0 dB gain.

6. Multiplexer and ADC

DC Pressure signal and the oscillometric are multiplexed to ADC inside the PSoC. The MUX selects one of these signals to a 13-bit incremental ADC, which runs at a sampling rate of 30 samples/second.

7. Heart Rate Timer

A 24-bit timer is used to calculate the heart rate. Timer is clocked using a source of frequency 62.5 kHz. The period value is set to 500000 to deliver an output of 4 seconds. Heart rate is calculated by capturing the timer period at oscillometric pulse triggers.

Start the four second window timer

Capture the timer’s period value when oscillometric pulses crosses the defined threshold

Record timer value for four such crossings

8. Safety Timer

This timer generates an interrupt every four seconds and checks if the cuff pressure is above specific threshold for that time window. (AAMI safety standards defines the maximum time limit for holding a particular pressure at arm cuff.) If the pressure in the cuff exceeds the safety pressure level then the solenoid valve is opened to deflate the cuff completely.

9. Pneumatics

Pneumatics forms the main part of any blood pressure monitoring system. Pneumatics of a typical monitor has the following:

Cuff

Air chamber

Rolling pump

Solenoid valve

The cuff is worn around the upper arm; it detects the change in pressure due to pulsation of artery. Cuff is connected to pressure sensor through air chamber, which in turn connects to the solenoid valve and rolling pump. Rolling pump inflates the cuff. Solenoid valve deflates the cuff at a defined rate .Usually the deflation rate is lowered if more samples of oscillometric pulses are needed and vice versa. Figure 5 shows the pneumatics setup used to build a typical blood pressure monitor.

10. Display

A 16x2 character LCD is used to display the results Using RS232 communication, the. oscillometric pulses are recorded with reference to pressure in cuff. Figure 6 shows the oscillometric pulses and pressure in cuff recorded during deflation.

图4.PSoC血压计外形图

更多医疗电子信息请关注:21ic医疗电子频道

本站声明: 本文章由作者或相关机构授权发布,目的在于传递更多信息,并不代表本站赞同其观点,本站亦不保证或承诺内容真实性等。需要转载请联系该专栏作者,如若文章内容侵犯您的权益,请及时联系本站删除。
换一批
延伸阅读

美国旧金山和中国苏州2024年5月9日 /美通社/ -- 信达生物制药集团(香港联交所股票代码:01801),一家致力于研发、生产和销售肿瘤、自身免疫、代谢及心血管、眼科等重大疾病领域创新药物的生物制药公司,今日宣布胰高...

关键字: 血糖 AMS 血压 HB

苏州2023年8月22日 /美通社/ -- 近日,复旦大学附属中山医院葛均波院士团队成功在新一代介入式人工心脏(NyokAssist®,心擎医疗)支持下为三支病变、左主干病变伴前降支慢性完全闭塞病变合并低左室射血...

关键字: PCI ASSIST 血压 血流动力学

BH67F2476集成相角及电化学量测AFE电路,由硬件直接测量交流阻抗、相角及各种电化学生理参数,并可通过软件调整放大倍率及各种参数;24-bit A/D提供高精准度测量功能,实现血压及体重等测量应用;内建显示驱动电路...

关键字: MCU 驱动电路 血压

先发优势加上良好的市场环境与创新氛围,让医疗电子元件这一小众市场在欧美地区蓬勃发展。据MarketsandMarkets的统计,前十五大医疗电子元器件公司均为美欧日公司。从华中数控求援物料清单谈起日前,防治肺炎疫情的各种...

关键字: 医疗电子 元件 市场

深圳2022年12月1日 /美通社/ -- 11月23日,以"创新科技 智领未来"为主题的第86届中国国际医疗器械博览会(以下简称"CMEF")在深圳国际会展中心举行,吸引来自19...

关键字: 医疗器械 医疗设备 元件 PLAYER

深圳2022年11月17日 /美通社/ -- 从提供产能的"客场全球化",到主动嵌入全球价值链的"主场全球化",中国企业如何在国际市场上塑造品牌的全球化? 在品牌全球化...

关键字: IC 血压 BSP SE

突发胸痛、心律失常怎么办? 上海2022年11月14日 /美通社/ -- 作为本届进博会的定点医院,2022年11月5日上午,上海德达医院医疗院长孙立忠教授与医疗副院长方唯一教授受邀做客第五届进博会"健康上海...

关键字: 血压 BSP COM COURSE

拜耳借进博平台推进心血管病规范诊疗“双循环”模式 上海2022年11月6日 /美通社/ -- 第五届中国国际进口博览会(以下简称“进博会”)吹响创新集结号,作为进博会“老朋友”,全球领先的生命科学企业拜耳连续...

关键字: 血压 COM BSP 加速度

深圳2022年9月16日 /美通社/ -- 近日,国际独立第三方检测、检验和认证机构德国莱茵TUV(以下简称“TUV莱茵”)向华为终端有限公司(以下简称“华为”)的心电分析提...

关键字: 华为 手表 血压 软件

西安2022年6月17日 /美通社/ -- 为深入贯彻落实党中央、国务院决策部署,持续推动保险机构提升服务新市民工作质效。根据陕西银保监局工作要求,平安人寿陕西分公司后援两大职能部门共同携手,在6月17日开展了第二场新市...

关键字: BSP 心电图 血压 血糖
关闭
关闭