×

TM4C123GH6综述之Tiva原理与应用v0.1

消耗积分:1 | 格式:pdf | 大小:11606KB | 2017-11-22

358646

分享资料个

  Tiva C 系列 TM4C123x ARM Cortex-M4 MCU 是率先采用 65 纳米闪存工艺技术构建、基于 Cortex-M 的 MCU,提供工作速率达 80 MHz 的 ARM Cortex-M4 浮点内核;同时,也包含了高达 256KB 闪存及 32KB SRAM。TM4C123x 为实现更快速、更大容量、更低功耗的应用与开发奠定了基础。 1.1 ARM Cortex-M4 处理器简介 1.1.1 ARM 的各种架构版本 ARM CPU 经历了几代的发展,从 ARM7 开始获得成功(ARM7 之前的早期版本都不怎么样,没什么值得说的),然后是同样成功的 ARM9,在 ARM9 后曾经推出了一个 ARM11,这个就不如前两个成功了。随后 ARM 公司推出了具有里程碑意义的新一代 CPU,即 ARM Cortex 架构的 CPU。上面说的 ARM7、ARM9、ARM11 等是 ARM 的产品系列,但 ARM 真正的版本是以体系结构的版本号来区分的。到目前为止,ARM 共推出 7 个版本的 ARM。V4 版架构是 ARM7 和 ARM9 两个产品系列采用的体系结构。而 ARM11 则是 V6 版本的架构;今天的 ARM Cortex 则是 V7 版本的架构。 ARM Cortex 系列又分成 3 个子系列,分别是 Cortex A 系列、Cortex M 系列和 Cortex R 系列。虽然都是属于 V7 版本架构的,但这三个子系列差别还是非常大,他们针对不同的目标市场。其中 A 系列是针对高端的市场,如平板电脑,手机等,这个是 ARM 目前最高端的 CPU 了,飙的是性能(A 是 Application 的首字母)。M 系列是面向低端工业控制市场的,其中 M 就是 Microcontroller 的首字母,它实际上是取代 ARM7 的,用来同 8 位/16 位单片机竞争的。R 系列是面向实时性要求高的应用的,R 即 Real time 的首字母。目前 A 和 M 系列获得了巨大成功,几乎所有做SoC 芯片的厂商都买了ARM 的Cortex A 或Cortex M 的 CPU,在此基础上做出自己的芯片销售。 1.1.2 ARM CortexM4 处理器介绍 ARM 目前已经推出了如下 Cortex M 系列的 CPU:M0,M0+,M3 和 M4。M0 是最低端的,其目标就是和 8 位/16 位单片机进行竞争。M0+是其的一个增强版本。而 M3 和 M4 则面向相对高端的单片机市场;简单说就是更强性能的 M0。所有这些 CPU 都是基于 ARM Cortex M 体系结构。ARM Cortex M 体系结构相当于定义了一个全集(针对低端 MCU 市场),而 M0~M4 这些具体的 CPU 则是分别实现 M 体系结构中一个子集;即它们是根据具体需要,实现 M 体系结构的一部分功能。

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.lene-v.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'TM4C123GH6综述之Tiva原理与应用v0.1',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.lene-v.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);