s3c2410手册RTC看的时候有点问题...

发布于 2022-09-19 12:13:45 字数 1401 浏览 22 评论 0

In the power-off mode, the power management wakeup (PMWKUP) signal is activated as well as the ALMINT. The RTC

alarm register (RTCALM) determines the alarm enable/disable status and the condition of the alarm time setting.

在电源关闭模式(有电池的情况下),电源管理的PMWKUP信号和ALMINT寄存器都是活动的.以设定的报警时间为条件,来决定RTCALM的使

能状态.

上面这个翻出来了,如果有问题请提出.

TICK TIME INTERRUPT 滴答时间中断
The RTC tick time is used for interrupt request. The TICNT register has an interrupt enable bit and the count
value for the interrupt. The count value reaches '0' when the tick time interrupt occurs. Then the period of
interrupt is as follows:
Period = ( n+1 ) / 128 second
n: Tick time count value (1~127)
This RTC time tick may be used for real time operating system (RTOS) kernel time tick. If time tick is generated
by the RTC time tick, the time related function of RTOS will always synchronized in real time.

RTC的滴答时间用于中断请求.TICNT积存器有一个中断使能位和count value提供中断.当count value为0时,滴答时间中断发生.
中断的周期公式:周期=( n+1 ) / 128 second n是count value (1~127)
这个RTC时间滴答,也能用做时时操作系统(RTOS)的核心时间滴答,如果RTC时间抵达发生,那么RTOS里与时间相关的函数会总是与它同步的.

后面半句实在翻的太恶心,因为不理解count value是啥意思,那个公式的意义,最后一句怎么理解,请知道的人给指导下,谢谢

[ 本帖最后由 jn200002 于 2008-6-11 13:10 编辑 ]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

盗琴音 2022-09-26 12:13:46

ROUND RESET FUNCTION 重置XX不知怎么翻译~~
The round reset function can be performed by the RTC round reset register (RTCRST). The round boundary (30,
40, or 50 sec.) of the second carry generation can be selected, and the second value is rounded to zero in the
round reset. For example, when the current time is 23:37:47 and the round boundary is selected to 40 sec, the
round reset changes the current time to 23:38:00.

NOTE
All RTC registers have to be accessed for each byte unit using the STRB and LDRB instructions or char
type pointer.

ROUND RESET FUNCTION能被RTCRST寄存器执行,这个边界为30 40 50秒,如果选中其中一个,那秒的值就会变0.举例,当前时间为

23:37:47,如果设定边界为40秒的话,当前时间变为 23:38:00.
注意:
所有的RTC寄存器不得不被 STRB和LDRB或者字符型的指针按字节存取.

实在不明白,设置这样一个边界有什么意义...哪里会用到这样的进位啊?STRB或LDRB是什么DONGDONG?

接下来是各寄存器位代表的意义及如何设置,这就不用拿上来了.

THANKS FOR MR.位米龙 歪哩歪哩 嘛去!

妄断弥空 2022-09-26 12:13:46

樓主的翻譯著實很讓人崩潰,呵呵

STRB和LTRB是ARM的彙編指令

詳細資料可以參考http://linux.chinaunix.net/bbs/thread-999392-1-3.html

饮惑 2022-09-26 12:13:46

其实翻译出来就怕理解错了~哈哈~因为要是认识都错了,后面会比较郁闷的~感谢指正哇~

[ 本帖最后由 jn200002 于 2008-6-12 08:48 编辑 ]

魔法唧唧 2022-09-26 12:13:46

原帖由 jn200002 于 2008-6-12 08:46 发表
其实翻译出来就怕理解错了~哈哈~因为要是认识都错了,后面会比较郁闷的~感谢指正哇~

恭喜恭喜

人呀,最恐怖的就是每天都有進步,後果不堪設想

月竹挽风 2022-09-26 12:13:46

晕,我是真想每天都能有进步~可是奈何不懂的太多,底子太差,最近很多在一个问题上迂回好多次,然后才能有稍微清晰一些的认识,就象这手册,2周前扫过一次,昨天又看完才有些认识~把这块儿弄懂了后以后还会有让你崩溃的翻译出现的~哈哈哈

THANK U

nanosecond 是毫秒还是 纳秒腻~?嘿嘿,问题总是有很多滴~

oО清风挽发oО 2022-09-26 12:13:46

納秒=毫微秒=十亿分之一秒

你与昨日 2022-09-26 12:13:46

OK! 3Q

同展鸳鸯锦 2022-09-26 12:13:45

原帖由 jn200002 于 2008-6-11 12:22 发表
In the power-off mode, the power management wakeup (PMWKUP) signal is activated as well as the ALMINT. The RTC

alarm register (RTCALM) determines the alarm enable/disable status and the condition of the alarm time setting.

在电源关闭模式(有电池的情况下),电源管理的PMWKUP信号和ALMINT寄存器都是活动的.以设定的报警时间为条件,来决定RTCALM的使

能状态.

上面这个翻出来了,如果有问题请提出.

TICK TIME INTERRUPT 滴答时间中断
The RTC tick time is used for interrupt request. The TICNT register has an interrupt enable bit and the count
value for the interrupt. The count value reaches '0' when the tick time interrupt occurs. Then the period of
interrupt is as follows:
Period = ( n+1 ) / 128 second
n: Tick time count value (1~127)
This RTC time tick may be used for real time operating system (RTOS) kernel time tick. If time tick is generated
by the RTC time tick, the time related function of RTOS will always synchronized in real time.

RTC的滴答时间用于中断请求.TICNT积存器有一个中断使能位和count value提供中断.当count value为0时,滴答时间中断发生.
中断的周期公式:周期=( n+1 ) / 128 second n是count value (1~127)
这个RTC时间滴答,也能用做时时操作系统(RTOS)的核心时间滴答,如果RTC时间抵达发生,那么RTOS里与时间相关的函数会总是与它同步的.

后面半句实在翻的太恶心,因为不理解count value是啥意思,那个公式的意义,最后一句怎么理解,请知道的人给指导下,谢谢

>>The RTC alarm register (RTCALM) determines the alarm enable/disable status and the condition of the alarm time setting.
通過RTCALM寄存器設定alarm開啟/關閉以及alarm開啟條件

>>The count value reaches '0' when the tick time interrupt occurs.
count value就是計數器的值

中斷發生時計數器的值count value置0

>>This RTC time tick may be used for real time operating system (RTOS) kernel time tick.
>> If time tick is generated by the RTC time tick, the time related function of RTOS will always synchronized in real time.

time tick就相當於時鍾的"秒針"(並不一定是秒了,總之是你的RTC的最小單位,取決於CPU時鐘頻率)

這個"秒針"可能用於實時操作系統(RTOS)的核心時鍾(最小單位).
如果這個"秒針"由實時時鍾的秒針創建的話, 實時操作系統(RTOS)的時間函數就會和實時時鍾同步.

這裏的實時時鐘就是指能提供精確的1s的時鐘,比如 32.768khz

野生奥特曼 2022-09-26 12:13:45

汗ING偶错的挺离谱的~ 果然贴切!多谢解释!继续向下~我发现我以为正确的好象多有出入,
KEEP MOVING!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文