欢迎访问ic37.com |
会员登录 免费注册
发布采购

ST2601B 参数 Datasheet PDF下载

ST2601B图片预览
型号: ST2601B
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器的集成 [8-bit Integrated Microcontroller]
分类和应用: 微控制器
文件页数/大小: 35 页 / 613 K
品牌: SITRONIX [ SITRONIX TECHNOLOGY CO., LTD. ]
 浏览型号ST2601B的Datasheet PDF文件第27页浏览型号ST2601B的Datasheet PDF文件第28页浏览型号ST2601B的Datasheet PDF文件第29页浏览型号ST2601B的Datasheet PDF文件第30页浏览型号ST2601B的Datasheet PDF文件第31页浏览型号ST2601B的Datasheet PDF文件第32页浏览型号ST2601B的Datasheet PDF文件第34页浏览型号ST2601B的Datasheet PDF文件第35页  
ST2601B  
< Standard flow for switching I/O and segment >  
We know that there are many I/O which are shared with LCD segment.  
And the configure is determined by LCFG register.  
Here is the standard flow of configure I/O or segment, please follow up. Or programmer will not configure I/O possibly.  
(1) Please configure LCFG first!!  
(2) And then configure PCA/PCB/PCC/PCD/PCE/PCL  
(3) Finally configure PA/PB/PC/PD/PE/PL  
Sample code:  
LDA  
STA  
STA  
STA  
#FFH  
LCFG  
PCL  
PL  
; enable all I/O  
; configure PL as output  
; PL0~PL7 high status  
< LCDCK=32K with cascade mode >  
There has some limit when programmer use LCDCK=32K and cascade.  
Programmer can use ST26 with LCD cascade mode, it's no doubt. Also, programmer can use cascade mode  
combine with LCDCK from 32KHz(OSCX).  
But user should take care one thing as following:  
We know ST26 can support Cascade 1/2/4-bit data bus mode, however, LCDCK=32K function can only support  
8-bit mode!!  
So, when programmer use these two functions in the same time, MCU will push 8-bit data per clock cause  
LCDCK=32K function, but cascade mode maximum push 4-bit data out to LCD driver per clock, so you will lose  
4-bit data(bit4~bit7) and make display data wrong.  
The solution is to modify the picture, let MCU push 8-bit every clock, and we separate it every 4-bit data into 8 bit  
data as picture 2. and we can solve it. Mention that because LCDCK=32K can maximum load 36 x 80 dots picture, by  
above condition, we finally can push 36x40 dots picture to show on LCD since we only use half of data (first 4-bit).  
ßThe original picture information  
bit0~bit7  
bit8~bit15 bit16~bit23  
ßpicture 2 : modified picture  
Notice: ST26xxB can only output common signal when cascade mode.  
User can not mix the segment from ST26xxB and the segment from other LCD drivers. Its because the LCD  
driving ability of ST26xxB and other LCD drivers are not the same. If user mix them, the performance of LCD display  
may be bad. (Color block or cross-talk)  
< User Manual for ST2600B external bus usage >  
[Description]  
Since users may use external memory bus to access external ROM, FLASH, or LCD driver, we draw this manual to tell the  
33/35  
 复制成功!