打印

【MSP430i2xx教程第二讲】时钟系统 & EUSCI_A_UART

[复制链接]
楼主: xlhtracy
手机看帖
扫描二维码
随时随地手机跟帖
61
月下飞鸿 发表于 2015-4-1 20:58
刚学430,不太懂,有个弱智的问题想问一下,如果不是MSP430i2系列的单片机,而是MSP430F6系列的,可不可以 ...

5、6,FR系列是最早支持的,当然可以啊

使用特权

评论回复
62
dirtwillfly| | 2015-4-2 09:09 | 只看该作者
数码小叶 发表于 2015-4-2 08:57
pdf制作的字太小了,感觉没必要分两栏吧,还是看网页舒服 ...

pdf文件看的时候可以放大

使用特权

评论回复
63
数码小叶| | 2015-4-2 09:12 | 只看该作者
dirtwillfly 发表于 2015-4-2 09:09
pdf文件看的时候可以放大

左右移太麻烦,单页就可以了,不知道为啥要分栏

使用特权

评论回复
64
dirtwillfly| | 2015-4-2 09:24 | 只看该作者
数码小叶 发表于 2015-4-2 09:12
左右移太麻烦,单页就可以了,不知道为啥要分栏

;P可能编辑设计杂志习惯了~~~

使用特权

评论回复
65
数码小叶| | 2015-4-2 09:25 | 只看该作者
dirtwillfly 发表于 2015-4-2 09:24
可能编辑设计杂志习惯了~~~

有道理,杂志确实都是那个风格;P;P

使用特权

评论回复
66
awficel1| | 2015-4-2 09:45 | 只看该作者
ccs的grace有支持I系列吗?

使用特权

评论回复
67
fyliuxue| | 2015-4-2 10:04 | 只看该作者
msp430可以使用超过32.768kHz以上的外部晶振吗?

使用特权

评论回复
68
数码小叶| | 2015-4-2 10:23 | 只看该作者
fyliuxue 发表于 2015-4-2 10:04
msp430可以使用超过32.768kHz以上的外部晶振吗?

肯定可以啊,大部分都可以到16M

使用特权

评论回复
69
数码小叶| | 2015-4-2 10:33 | 只看该作者
fyliuxue 发表于 2015-4-2 10:04
msp430可以使用超过32.768kHz以上的外部晶振吗?

看了下,暂不支持。。。。。

使用特权

评论回复
70
gaoyang9992006| | 2015-4-2 10:52 | 只看该作者
hanzhenfei 发表于 2015-4-1 21:10
当然要先“喂狗”了,不然被”狗咬“了,,呵呵。,在程序编译时,main函数执行还要进行一些初始化工作, ...

嗯,是的,所以不用狗的时候,开始就要弄死它

使用特权

评论回复
71
gaoyang9992006| | 2015-4-2 10:53 | 只看该作者
月下飞鸿 发表于 2015-4-1 21:20
看到例程上有这么一段程序:
CS_initClockSignal(CS_MCLK, CS_CLKOCK_DIVIDER_8);
CS_initClockSignal(CS_S ...

MCLK给系统CPU用,SMCLK给串口收发器用。串口属于外设。

使用特权

评论回复
72
gaoyang9992006| | 2015-4-2 10:54 | 只看该作者
dirtwillfly 发表于 2015-4-1 21:06
第二个问题,我翻了翻手册,也没看到空闲中断,可能是没有这个中断。
找 @gaoyang9992006 也帮忙看看。不 ...

这个需要大家一起讨论啊,哈哈,谁先研究出来,我到时候给谁奖

使用特权

评论回复
73
fyliuxue| | 2015-4-2 11:15 | 只看该作者
数码小叶 发表于 2015-4-2 10:33
看了下,暂不支持。。。。。

msp430的设计,一切以低功耗为主

使用特权

评论回复
74
dirtwillfly| | 2015-4-2 11:41 | 只看该作者
fyliuxue 发表于 2015-4-2 10:04
msp430可以使用超过32.768kHz以上的外部晶振吗?

这个要看具体的型号,不同的型号支持的外部晶振频率范围不一样

使用特权

评论回复
75
kqh1120| | 2015-4-2 12:28 | 只看该作者
指点一下程序问题啊

使用特权

评论回复
76
数码小叶| | 2015-4-2 14:43 | 只看该作者
Leeone 发表于 2015-4-1 17:00
1、内部振荡器能不能屏蔽,外接有源晶振
2、内置空闲线和地址位通信协议的多处理器系统,这个是怎么应用的 ...

一般都是支持串口接受空闲中断的吧,你可以看下,这个就是i2系列的空闲传输系统图以及完整的操作介绍

The UCDORM bit is used to control data reception in the idle-line multiprocessor format. When
UCDORM = 1, all non-address characters are assembled but not transferred into the UCAxRXBUF, and
interrupts are not generated. When an address character is received, the character is transferred into
UCAxRXBUF, UCRXIFG is set, and any applicable error flag is set when UCRXEIE = 1. When
UCRXEIE = 0 and an address character is received but has a framing error or parity error, the character is
not transferred into UCAxRXBUF and UCRXIFG is not set.
If an address is received, user software can validate the address and must reset UCDORM to continue
receiving data. If UCDORM remains set, only address characters are received. When UCDORM is cleared
during the reception of a character, the receive interrupt flag is set after the reception completed. The
UCDORM bit is not modified automatically by the eUSCI_A hardware.
For address transmission in idle-line multiprocessor format, a precise idle period can be generated by the
eUSCI_A to generate address character identifiers on UCAxTXD. The double-buffered UCTXADDR flag
indicates if the next character loaded into UCAxTXBUF is preceded by an idle line of 11 bits. UCTXADDR
is automatically cleared when the start bit is generated.


使用特权

评论回复
77
123tango| | 2015-4-2 16:22 | 只看该作者
手上有msp430g2553的launchpad,应该可以跑以上i2xx的吧,我想用库函数跑跑看。

使用特权

评论回复
78
734774645| | 2015-4-2 16:28 | 只看该作者
我认为这个库函数在时钟系统里面只提到了DCO,也就是TI不情愿让你们再做设计的时候使用外部晶振或者旁路进去个时钟信号,毕竟现在的DCO信号已经精度很高了。

使用特权

评论回复
79
734774645| | 2015-4-2 16:29 | 只看该作者
数码小叶 发表于 2015-4-2 08:57
pdf制作的字太小了,感觉没必要分两栏吧,还是看网页舒服 ...

看来是你屏幕小了,我的24寸宽屏,看着爽歪歪, 你的电脑不好是窄屏吧。

使用特权

评论回复
80
734774645| | 2015-4-2 16:30 | 只看该作者
kqh1120 发表于 2015-4-2 00:26
//前面初始化和例程相同
EUSCI_A_UART_ initParam uartConfig = {
EUSCI_A_UART_ CLOCKSOURCE SMCLK, // SM ...

这位仁兄好认真,题目做的出神入化,我要研究一下,呵呵,我是刚刚学习。

使用特权

评论回复
发新帖 本帖赏金 5.00元(功能说明)我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则