参考芯片参考手册第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 上电之后,有两种启动模式:
  • 本地模式:启动flash中的系统;
  • 网络模式:通过CAN/LIN获取要执行的系统;
  •  
    使用引脚FAB和ABS作区分:
     
    启动模式选择过程如下:
     
    这个选择过程由System Status and Configuration Module (SSCM)执行,SSCM为SoC中芯片中实现的逻辑模块。

    相关文章:

    • 2021-10-15
    • 2021-04-05
    • 2021-09-17
    • 2022-01-12
    • 2021-04-17
    猜你喜欢
    • 2022-12-23
    • 2022-12-23
    • 2021-06-22
    • 2022-01-08
    • 2022-01-08
    • 2021-12-13
    • 2021-11-19
    相关资源
    相似解决方案