实例介绍
本人结合网上资源写了一份基于simulink的代码自动生成平台搭建教程,其中包含了参考文件,本人原创文件,以及所用的硬件支持包等资源,欢迎入门新手下载学习,希望能给予帮助。
【实例截图】
【核心代码】
4744300845405491422.rar
└── matlab直接代码生成
├── archives
│ ├── 3p
│ │ ├── ostermillercircularbuffer.instrset_common_1500942967
│ │ │ └── ostermillerutils-1.08.02-bin.zip
│ │ └── tic2000codegentools.instrset_win64_1519768612
│ │ └── ti_cgt_c2000_16.9.2.LTS_windows_installer.exe
│ ├── common
│ │ ├── 3p
│ │ │ ├── ostermillercircularbuffer.instrset_common_1500942967.xml
│ │ │ └── ostermillercircularbuffer.instrset_common_1500942967.zip
│ │ ├── hardwaresupportpkgs
│ │ │ ├── examples
│ │ │ │ ├── texasinstrumentsc2000_common_1519764401.xml
│ │ │ │ └── texasinstrumentsc2000_common_1519764401.zip
│ │ │ ├── licenses
│ │ │ │ ├── asla_license_common_1493829372.xml
│ │ │ │ └── asla_license_common_1493829372.zip
│ │ │ ├── targets
│ │ │ │ ├── bootloader_common_1501195582.xml
│ │ │ │ ├── bootloader_common_1501195582.zip
│ │ │ │ ├── externalmode_daemon_common_1502293025.xml
│ │ │ │ ├── externalmode_daemon_common_1502293025.zip
│ │ │ │ ├── externalmode_daemon_resources_common_1489573287.xml
│ │ │ │ ├── externalmode_daemon_resources_common_1489573287.zip
│ │ │ │ ├── svd_common_1501222723.xml
│ │ │ │ ├── svd_common_1501222723.zip
│ │ │ │ ├── svd_resources_common_1460493042.xml
│ │ │ │ ├── svd_resources_common_1460493042.zip
│ │ │ │ ├── targetsdk_resources_common_1476204144.xml
│ │ │ │ ├── targetsdk_resources_common_1476204144.zip
│ │ │ │ ├── tic2000_base_common_1519770261.xml
│ │ │ │ ├── tic2000_base_common_1519770261.zip
│ │ │ │ ├── tic2000_common_1522693118.xml
│ │ │ │ ├── tic2000_common_1522693118.zip
│ │ │ │ ├── tic2000_examples_common_1519770667.xml
│ │ │ │ ├── tic2000_examples_common_1519770667.zip
│ │ │ │ ├── tic2000_resources_common_1501232927.xml
│ │ │ │ └── tic2000_resources_common_1501232927.zip
│ │ │ ├── texasinstrumentsc2000_doc_en_common_1519774822.xml
│ │ │ └── texasinstrumentsc2000_doc_en_common_1519774822.zip
│ │ ├── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_2657091507051657269.xml
│ │ ├── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_5348764666150102978.xml
│ │ ├── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_748785690257950781.xml
│ │ └── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_8458741404935828206.xml
│ ├── glnxa64
│ │ ├── hardwaresupportpkgs
│ │ │ ├── examples
│ │ │ │ ├── texasinstrumentsc2000_glnxa64_1519774051.xml
│ │ │ │ └── texasinstrumentsc2000_glnxa64_1519774051.zip
│ │ │ ├── targets
│ │ │ │ ├── svd_glnxa64_1501227536.xml
│ │ │ │ ├── svd_glnxa64_1501227536.zip
│ │ │ │ ├── tic2000_glnxa64_1519770849.xml
│ │ │ │ └── tic2000_glnxa64_1519770849.zip
│ │ │ ├── texasinstrumentsc2000_fe_glnxa64_1519774051.xml
│ │ │ └── texasinstrumentsc2000_fe_glnxa64_1519774051.zip
│ │ ├── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_5585474767799174754.xml
│ │ └── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_6594389461332328106.xml
│ └── win64
│ ├── 3p
│ │ ├── tic2000codegentools.instrset_win64_1519768612.xml
│ │ └── tic2000codegentools.instrset_win64_1519768612.zip
│ ├── hardwaresupportpkgs
│ │ ├── examples
│ │ │ ├── texasinstrumentsc2000_win64_1498502739.xml
│ │ │ └── texasinstrumentsc2000_win64_1498502739.zip
│ │ ├── targets
│ │ │ ├── svd_win64_1501222650.xml
│ │ │ ├── svd_win64_1501222650.zip
│ │ │ ├── tic2000_examples_win64_1519774709.xml
│ │ │ ├── tic2000_examples_win64_1519774709.zip
│ │ │ ├── tic2000_win64_1519772282.xml
│ │ │ └── tic2000_win64_1519772282.zip
│ │ ├── texasinstrumentsc2000_fe_win64_1519774950.xml
│ │ └── texasinstrumentsc2000_fe_win64_1519774950.zip
│ ├── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_3921832961056927864.xml
│ └── productdata_Embedded Coder Support Package for Texas Instruments C2000 Processors_5145983600456883875.xml
├── install_supportsoftware.exe
├── readme.txt
├── 基于MATLAB和CCS实现代码生成及下载.docx
└── 基于模型的嵌入式代码生成.docx
20 directories, 62 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论