电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

ST92150JV9QB

产品描述16-BIT, FLASH, 24 MHz, MICROCONTROLLER, PQFP100
产品类别半导体    嵌入式处理器和控制器   
文件大小4MB,共523页
制造商ST(意法半导体)
官网地址http://www.st.com/
下载文档 详细参数 全文预览

ST92150JV9QB概述

16-BIT, FLASH, 24 MHz, MICROCONTROLLER, PQFP100

16位, FLASH, 24 MHz, 单片机, PQFP100

ST92150JV9QB规格参数

参数名称属性值
功能数量1
端子数量100
最大工作温度125 Cel
最小工作温度-40 Cel
最大供电/工作电压5.5 V
最小供电/工作电压4.5 V
额定供电电压5 V
外部数据总线宽度8
输入输出总线数量77
线速度24 MHz
加工封装描述14 X 14 MM, ROHS COMPLIANT, LQFP-100
无铅Yes
欧盟RoHS规范Yes
状态ACTIVE
工艺HCMOS
包装形状SQUARE
包装尺寸FLATPACK, LOW PROFILE, FINE PITCH
表面贴装Yes
端子形式GULL WING
端子间距0.5000 mm
端子涂层MATTE TIN
端子位置QUAD
包装材料PLASTIC/EPOXY
温度等级AUTOMOTIVE
ADC通道Yes
地址总线宽度22
位数16
最大FCLK时钟频率5 MHz
DMA通道Yes
微处理器类型MICROCONTROLLER
PWM通道Yes
ROM编程FLASH

文档预览

下载PDF文档
ST92F124xx/ST92F150Cxx/
ST92F150JDV1/ST92F250CV2
8/16-bit single voltage Flash MCU family with RAM,
E³ TM (emulated EEPROM), CAN 2.0B and J1850 BLPD
Datasheet
production data
Features
Memories
– Internal memory: Single Voltage Flash up to 256
Kbytes, RAM up to 8 Kbytes, 1 Kbyte E
3 TM
(Emulated EEPROM)
– In-Application Programming (IAP)
– 224 general purpose registers (register file)
available as RAM, accumulators or index
pointers
Clock, reset and supply management
– Register-oriented 8/16 bit CORE with RUN,
WFI, SLOW, HALT and STOP modes
– 0-24 MHz Operation (Int. Clock), 4.5-5.5 V
range
– PLL Clock Generator (3-5 MHz crystal)
– Minimum instruction time: 83 ns (24 MHz int.
clock)
Up to 80 I/O pins
Interrupt management
– 4 external fast interrupts + 1 NMI
– Up to 16 pins programmable as wake-up or
additional external interrupt with multi-level
interrupt handler
DMA controller for reduced processor overhead
Timers
– 16-bit Timer with 8-bit Prescaler, and Watchdog
Timer (activated by software or by hardware)
– 16-bit Standard Timer that can be used to
generate a time base independent of PLL Clock
Generator
– Two 16-bit independent Extended Function
Timers (EFTs) with Prescaler, up to two Input
Captures and up to two Output Compares
– Two 16-bit Multifunction Timers, with Prescaler,
up to two Input Captures and up to two Output
Compares
Communication interfaces
– Serial Peripheral Interface (SPI) with selectable
Master/Slave mode
LQFP64
14x14
PQFP100
14x20
LQFP100
14x14
– One Multiprotocol Serial Communications
Interface with asynchronous and synchronous
capabilities
– One asynchronous Serial Communications
Interface with 13-bit LIN Synch Break
generation capability
– J1850 Byte Level Protocol Decoder (JBLPD)
– Up to two full I²C multiple Master/Slave
Interfaces supporting Access Bus
– Up to two CAN 2.0B Active interfaces
Analog peripheral (low current coupling)
– 10-bit A/D Converter with up to 16 robust input
channels
Development tools
– Free High performance development
environment (IDE) based on Visual Debugger,
Assembler, Linker, and C-Compiler; Real Time
Operating System (OSEK OS, CMX) and CAN
drivers
– Hardware emulator and Flash programming
board for development and ISP Flasher for
production
Device summary
Part number
ST92F124R1, ST92F124R9,
ST92F124V1
ST92F150CR1, ST92F150CR9,
ST92F150CV1, ST92F150CV9
ST92F150JDV1
ST92F250CV2
Table 1.
Reference
ST92F124xx
ST92F150Cxx
ST92F150JDxx
ST92F250Cxx
July 2012
This is information on a product in full production.
Doc ID 8848 Rev 7
1/523
www.st.com
1
发现博客里面的统计数字互相打架,不知道怎么回事?
以前一直不太关注博客访问量,最近偶然看了一下,感觉有些不大对头。 于是我就做了个最简单的统计,统计的两组数字分别是个人空间里统计信息里面的已有xxx人访问这个数字,另一组数字是博 ......
tiankai001 为我们提建议&公告
VxWork问题求救。
VxWorks在获取路由信息过程中,通过OSPF_Init()从FTP服务器中获取配置信息后,函数运行成功(状态码显示已成功),为什么实际上却没有获得配置信息,是什么引起的?...
major888 嵌入式系统
没有windows系统下怎么开发嵌入式?
各位高人,请问谁知道在纯Linux系统下怎么开发嵌入式,怎么和2440开发板传输数据,有没有比较好的工具呢?我看现在所谓的嵌入式Linux系统都是在windows下装一个Linux的虚拟机,那叫狗屁嵌入式Li ......
cnlk 嵌入式系统
基于msp430f149的24c02程序
#ifndef __24C02_H__#define __24C02_H__#include "msp430x14x.h"#define OP_READ 0xa1 // 器件地址以及读取操作 #define OP_WRITE 0xa0 // 器件地址以及写入操作 #define uchar unsigned cha ......
tcvsdonnnie 微控制器 MCU
【GD32E231_DIY】③.调试OLED及DS1302模块
大赛快接近尾声了,项目开发进展不是很顺,经过几天的业余时间调试,将OLED采用IIC的方式驱动起来,DS1302时钟模块的代码也移植ok了,但是现在问题卡在采用ADC按键实现时钟、闹铃开关的设置。 ......
yin_wu_qing GD32 MCU
基于Proteus的MSP430单片机仿真实例9-四位数码管静态显示
此内容由EEWORLD论坛网友tiankai001原创,如需转载或用于商业用途需征得作者同意并注明出处 一、任务要求用静态显示方式,利用单片机控制4位独立数码管中每一位独立显示,从0开始 ......
tiankai001 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1980  1118  304  398  266  35  39  34  36  12 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved