查看: 1495|回复: 6
|
有没有人懂关于motorola 68HC11A 的 info!!!
[复制链接]
|
|
首先,我先describe我的project, 让大家有一个clear picture!
我用 VB6 design一个GUI(graphical user interface)来 control LED turn on and turn off.
我的interface有一个‘on'和 'off'的command button,当 user click 'on'or 'off' button 时, VB 将 send 1byte ASCII code from serial port to MCU (68HC11A1P) 经 MAX232 IC to turn 'on' or 'off' of that LED.
现在我已经 finished construct 我的circuit 和 developed assembly code for 我的 MCU 了。但是 outcome 不是我要的,means 我不能control LED on 和 off 的。
so,我想请问大家知道如何terminated 掉 以下 MCU 的 unused 的 pins 吗?
1)PA7 ( pin1)
2)PA0 to PA2 (pin6 to pin 8)
3)PE0 to PE3 (pin17 to pin 20)
4)STRA (pin26)
5)E ( pin27)
6)STRB (pin28)
7)PD1 to PD5 (pin43 to pin 47)
因为我用 portD (PD0)as 我的 received (RxD) from MAX232 and portA (PA3 to PA6), portB 和 portC as 我的output and connect 去 LED.
谢谢大家的回贴! |
|
|
|
|
|
|
|
发表于 27-1-2007 10:53 AM
|
显示全部楼层
回复 #1 c_en 的帖子
你把你HC11和vb的program, post 上来看看。,
你在hc11里有设定每个port的输入输出吗?
你启动UART.有设定吗? |
|
|
|
|
|
|
|
发表于 27-1-2007 03:46 PM
|
显示全部楼层
wcgan 在這方面不錯...有問題可以問他...
其實他很強一下的...我見識過.... |
|
|
|
|
|
|
|
发表于 1-2-2007 01:43 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 1-2-2007 02:37 AM
|
显示全部楼层
原帖由 sH3n 于 1-2-2007 01:43 AM 发表
请问什么是UART??
一种在mcu很常见的serial communication.
全名是Universal Asynchronous Receiver / Transmitter。
我会用, 不过不知道怎样解释。去google找,你会比较了解。 |
|
|
|
|
|
|
|
发表于 1-2-2007 01:53 PM
|
显示全部楼层
回复 #5 fritlizt 的帖子
是指serial communication 的speed 吗?如9600bps
[ 本帖最后由 sH3n 于 1-2-2007 01:55 PM 编辑 ] |
|
|
|
|
|
|
|
发表于 1-2-2007 03:01 PM
|
显示全部楼层
原帖由 sH3n 于 1-2-2007 01:53 PM 发表
是指serial communication 的speed 吗?如9600bps
不是。 我也不懂怎样解释。大概大概解释一下
serial communication.synchronous 和asynchronous
synchronous是指那个communication是由一个common clock 来synchronous 全部event.比如所SPI, I2C.
asynchronous是两者之间没有common clock,只有data line.各自generate自己的baudrate,然后用previous event 来决定接下来的event.比如说UART, 要send一个data,他就会send 一个start bit,然后send data,然后send stop bit. start bit过后,mcu就懂接下来的就是data,就开始收,当到stop bit, mcu就懂data finished transfer.
UART是asynchronous的其中一种. 至于transfer speed是看你怎样设定。 通常是2400bps - 115200bps.有些mcu还会去到更高。
大概是这样, 有错请各位纠正纠正。
*键盘有点问题, type到很辛苦。+_+ |
评分
-
查看全部评分
|
|
|
|
|
|
| |
本周最热论坛帖子
|