Forums
5
Product Forums
22
General Purpose MicrocontrollersGeneral Purpose Microcontrollers
i.MX Forumsi.MX Forums
QorIQ Processing PlatformsQorIQ Processing Platforms
Identification and SecurityIdentification and Security
Power ManagementPower Management
MCX Microcontrollers
S32G
S32K
S32V
MPC5xxx
Other NXP Products
Wireless Connectivity
S12 / MagniV Microcontrollers
Powertrain and Electrification Analog Drivers
Sensors
Vybrid Processors
Digital Signal Controllers
8-bit Microcontrollers
ColdFire/68K Microcontrollers and Processors
PowerQUICC Processors
OSBDM and TBDML
S32M
Solution Forums
4
Smart Home
Power & Energy
Mobile Robotics
Motor Control
Software Forums
16
MCUXpresso Software and ToolsMCUXpresso Software and Tools
CodeWarriorCodeWarrior
MQX Software SolutionsMQX Software Solutions
Model-Based Design Toolbox (MBDT)Model-Based Design Toolbox (MBDT)
FreeMASTER
eIQ Machine Learning Software
Embedded Software and Tools Clinic
S32 SDK
S32 Design Studio
GUI Guider
Zephyr Project
Voice Technology
Application Software Packs
Secure Provisioning SDK (SPSDK)
Processor Expert Software
MCUXpresso Training Hub
Topics
8
Mobile Robotics - Drones and RoversMobile Robotics - Drones and Rovers
NXP Training ContentNXP Training Content
University ProgramsUniversity Programs
Rapid IoT
NXP Designs
SafeAssure-Community
OSS Security & Maintenance
Using Our Community
Cloud Lab Forums
2
Hardware
Cloud Lab Knowledge Base
Knowledge Bases
11
ARM Microcontrollers
7
MCX Microcontrollers Knowledge Base
K32 L Series Microcontrollers Knowledge Base
Kinetis Microcontrollers Knowledge Base
Kinetis Motor Suite Knowledge Base
LPC FAQs Knowledge Base
LPC Microcontrollers Knowledge Base
LPCware Archive Content
i.MX Processors
5
i.MX RT Crossover MCUs Knowledge Base
i.MX Graphics Knowledge Base
i.MX Processors Knowledge Base
i.MX Solutions Knowledge Base
i.MX 한국어 커뮤니티 Knowledge Base
Identification and Security
2
Secure Authentication Knowledge Base
Smart Cards and Secure Element Knowledge Base
Model-Based Design Toolbox (MBDT)
0
QorIQ Processing Platforms
0
S32 Automotive Processing Platform
0
Wireless Connectivity
0
CodeWarrior
0
MCUXpresso Suite of Software and Tools
0
MQX Software Solutions
0
FRDM Training Hub
Ideas
Blogs
论坛
知识库
观点
博文
NXP.COM
登录
帮助
语言
英语(美国) | English (US)
日本語 | Japanese
中文 | Chinese (Simplified)
Home
:
产品论坛
:
ColdFire/68K微控制器和处理器
:
Re: Setting up the Real Time Clock in the Coldfilre MCF52223 micro
Setting up the Real Time Clock in the Coldfilre MCF52223 micro
整个社区
此类别
此讨论板
知识库
用户
产品
取消
开启建议
自动建议可通过在您键入时建议可能的匹配,而快速缩小您的搜索结果范围。
显示结果
显示
仅
|
搜索替代
您的意思是:
选项
订阅 RSS 提要
将主题标记为新
将主题标记为已读
为当前用户浮动此 主题
书签
订阅
禁止
打印机友好页面
Setting up the Real Time Clock in the Coldfilre MCF52223 micro
03-10-2008
03:14 PM
2,166 次查看
JimMcP
Contributor I
标记为新
加注书签
订阅
禁止
订阅 RSS 提要
高亮显示
打印
报告不当内容
Is there any code example on setting up the Real Time Clock in the MCF52223. And to be able to read and write to it.
Thanks,
标签
(1)
标签
标签:
General
0
项奖励
回复
所有论坛主题
前一个主题
下一个主题
3 回复数
03-11-2008
06:45 PM
760 次查看
JimMcP
Contributor I
标记为新
加注书签
订阅
禁止
订阅 RSS 提要
高亮显示
打印
报告不当内容
The real time clock frequency setting fot the MCF52223 is it
MCF_CLOCK_RTCDR = 48000000;
OR
MCF_CLOCK_RTCDR = 25000000;
0
项奖励
回复
03-11-2008
09:12 PM
760 次查看
mjbcswitzerland
Specialist V
标记为新
加注书签
订阅
禁止
订阅 RSS 提要
高亮显示
打印
报告不当内容
Hi Jim
I believe that the oscillator input is valid.
The M52223 is generally clocked from 48MHz (due to USB) so
MCF_CLOCK_RTCDR = (48000000-1); seems to be the exact value required.
Regards
Mark
0
项奖励
回复
03-10-2008
05:58 PM
760 次查看
mjbcswitzerland
Specialist V
标记为新
加注书签
订阅
禁止
订阅 RSS 提要
高亮显示
打印
报告不当内容
Hi Jim
Take a look at the following link which discusses the RTC in the M5223X (I belive it is identical to the RTC in the M52223).
http://www.utasker.com/forum/index.php?topic=35.0
The RTC is fully supported in the uTasker project and also simulated in the uTasker simulator.
Complete code and a demo is available in the latest service pack - the project also supports the M52223.
Regards
Mark
0
项奖励
回复
发布回复