码迷,mamicode.com
首页 > 其他好文 > 详细

PowerPC-MPC56xx 启动模式

时间:2018-06-21 00:05:05      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:tty   mod   rs232   listt   can   data-   执行   auth   get   

 
参考芯片参考手册第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 启动模式

标签:tty   mod   rs232   listt   can   data-   执行   auth   get   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!