实例介绍
本人近期学习MPC5606B,硬件环境为TRK-MPC560XB,软件环境codewarrior 10.6,附件中为flexcan的代码. External Crystal Oscillator: 8M System Core Frequency: 64MHz FlexCAN Baute rate: 250bps BUF[1] Interrupt, Bus Off Interrupt, Err Interrupt enable; 欢迎交流,QQ:511437685
【实例截图】
【核心代码】
MPC5606B_FlexCAN
└── MPC5606B_FlexCAN
├── FLASH
│ ├── MPC5606B_FlexCAN.MAP
│ ├── MPC5606B_FlexCAN.args
│ ├── MPC5606B_FlexCAN.elf
│ ├── MPC5606B_FlexCAN.mot
│ ├── Project_Settings
│ │ └── Startup_Code
│ │ ├── MPC5606B_HWInit.args
│ │ ├── MPC5606B_HWInit_c.d
│ │ ├── MPC5606B_HWInit_c.obj
│ │ ├── MPC5606B_Startup.args
│ │ ├── MPC5606B_Startup_c.d
│ │ ├── MPC5606B_Startup_c.obj
│ │ ├── MPC5606B_init_flash.args
│ │ ├── MPC5606B_init_flash_c.d
│ │ ├── MPC5606B_init_flash_c.obj
│ │ ├── __ppc_eabi_init.args
│ │ ├── __ppc_eabi_init_c.d
│ │ ├── __ppc_eabi_init_c.obj
│ │ └── subdir.mk
│ ├── Sources
│ │ ├── Exceptions.args
│ │ ├── Exceptions_c.d
│ │ ├── Exceptions_c.obj
│ │ ├── IntcInterrupts.args
│ │ ├── IntcInterrupts_c.d
│ │ ├── IntcInterrupts_c.obj
│ │ ├── flexcan_init.args
│ │ ├── flexcan_init_c.d
│ │ ├── flexcan_init_c.obj
│ │ ├── intc_flexcan.args
│ │ ├── intc_flexcan_c.d
│ │ ├── intc_flexcan_c.obj
│ │ ├── intc_init.args
│ │ ├── intc_init_c.d
│ │ ├── intc_init_c.obj
│ │ ├── ivor_branch_table.args
│ │ ├── ivor_branch_table_c.d
│ │ ├── ivor_branch_table_c.obj
│ │ ├── main.args
│ │ ├── main_c.d
│ │ ├── main_c.obj
│ │ ├── rappid_utils.args
│ │ ├── rappid_utils_c.d
│ │ ├── rappid_utils_c.obj
│ │ ├── siu_init.args
│ │ ├── siu_init_c.d
│ │ ├── siu_init_c.obj
│ │ ├── subdir.mk
│ │ ├── sys_init.args
│ │ ├── sys_init_c.d
│ │ ├── sys_init_c.obj
│ │ ├── sysclk_init.args
│ │ ├── sysclk_init_c.d
│ │ └── sysclk_init_c.obj
│ ├── makefile
│ ├── makefile.local
│ ├── objects.mk
│ └── sources.mk
├── MPC5606B_readme.txt
├── Prefix
│ ├── MPC5606B_FLASH_VLE.prefix
│ └── MPC5606B_RAM_VLE.prefix
├── Project_Headers
│ ├── Exceptions.h
│ ├── IntcInterrupts.h
│ ├── MPC5606B.h
│ ├── MPC5606B_HWInit.h
│ ├── flexcan_init.h
│ ├── intc_flexcan.h
│ ├── intc_init.h
│ ├── rappid_utils.h
│ ├── siu_init.h
│ ├── sys_init.h
│ ├── sysclk_init.h
│ └── typedefs.h
├── Project_Settings
│ ├── Debugger
│ │ ├── MPC5606B.mem
│ │ ├── MPC5606B_FlexCAN_FLASH_PnE U-MultiLink.launch
│ │ ├── MPC5606B_FlexCAN_FLASH_PnE USB-ML-PPCNEXUS.launch
│ │ ├── MPC5606B_FlexCAN_RAM_PnE U-MultiLink.launch
│ │ ├── MPC5606B_FlexCAN_RAM_PnE USB-ML-PPCNEXUS.launch
│ │ └── MPC5606B_VLE.tcl
│ ├── Linker_Files
│ │ ├── MPC5606B_FLASH.lcf
│ │ └── MPC5606B_RAM.lcf
│ └── Startup_Code
│ ├── MPC5606B_HWInit.c
│ ├── MPC5606B_Startup.c
│ ├── MPC5606B_init_flash.c
│ ├── MPC5606B_init_ram.c
│ └── __ppc_eabi_init.c
├── ReferencedRSESystems.xml
└── Sources
├── Exceptions.c
├── IntcInterrupts.c
├── flexcan_init.c
├── intc_flexcan.c
├── intc_init.c
├── ivor_branch_table.c
├── main.c
├── rappid_utils.c
├── siu_init.c
├── sys_init.c
└── sysclk_init.c
12 directories, 95 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论