首页 > 其他 > 详细

PowerPC-MPC56xx 启动模式

时间:2018-06-20 23:38:42      阅读:439      评论:0      收藏:0      [点我收藏+]
 
参考芯片参考手册第5章:Chapter 5 Microcontroller Boot
 

There are two external pins on the microcontroller that are latched during reset and used to determine
whether the microcontroller will boot from flash memory or attempt a serial download via FlexCAN or
LINFlexD (RS232):
? FAB (Force Alternate Boot mode) on pin PA[9]
? ABS (Alternate Boot Select) on pin PA[8]

 
MPC56xx SoC 上电之后,有两种启动模式:
  1. 本地模式:启动flash中的系统;
  1. 网络模式:通过CAN/LIN获取要执行的系统;
 
使用引脚FAB和ABS作区分:
技术分享图片
 
启动模式选择过程如下:
技术分享图片
 
这个选择过程由System Status and Configuration Module (SSCM)执行,SSCM为SoC中芯片中实现的逻辑模块。

PowerPC-MPC56xx 启动模式

原文:https://www.cnblogs.com/wjcdx/p/9206448.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!