TEB-CM3110 开放型32位双CPU嵌入式微控制器实验系统
系统特色:
1、开放式结构,实验电路自由连接与搭建,锻炼学生动手能力、拓展硬件设计思路1、。
2、支持简单直观、功能强大的LabVIEW图形化编程语言,让用户体验C、汇编等文本语言之外的全新的图形化嵌入式程序开发手段;
3、采用双32位高性能Cortex-M3内核处理器,可完成双CPU通信实验;
4、 既可以作为新型微控制器教学实验平台,也可以移植μCOS II、FreeRTOS等实时嵌入式操作系统,作为嵌入式系统实验教学平台使用;
系统资源:
1、处理器:1. TI Stellaris LM3S8962;
2. TI Stellaris LM3S2110;
2、音视频模块:OLED图形显示器、扬声器;
3、电源模块:+3.3V、+5V、0-3V可调;
4、控制模块:直流电机、步进电机;
5、模拟IO模块:ADC保护模块、音频传感器模块;
6、数字IO模块:4×4矩阵键盘、拨动开关、双色LED灯、8段数码管;
7、通用接口与模块:串行接口、CAN总线接口、USB接口、10/100M网络接口、MicroSD卡接口、ADC输入接口、JTAG接口、自定义扩展模块;
8、开发工具:高性能ULINK2通用仿真器,可用于上千种嵌入式处理器开发;
contentWidth){
$(this).css("cssText", 'max-width:' + contentWidth + 'px !important;height:auto !important;');
}
});
});
$('#smv_tem_25_25 table').each(function () {
$(this).removeAttr("width");
if ($(this).width() > contentWidth) {
$(this).css("width", "100%");
}
});
var splitLength = $('#tem_25_25_txt').find("div").html().split("_ueditor_page_break_tag_");
if (splitLength.length > 1) {
pagination('tem_25_25_txt', "首页", "末页", "上一页", "下一页", function (hisHeight) {
if (typeof hisHeight == 'undefined')
{
$('#smv_tem_25_25').smrecompute();
}
else
{
var tabContentHeight = $('#tem_25_25_txt').height();
$('#smv_tem_25_25').smrecompute("recomputeTo", [tabContentHeight, hisHeight]);
}
$('#smv_tem_25_25 img').each(function () {
var src = $(this).attr("src");
if (typeof src != 'undefined' && src != "") {
$(this).attr("src", "");
$(this)[0].onload = function () {
$('#smv_tem_25_25').smrecompute();
};
$(this).attr("src", src);
}
});
showBigImg_tem_25_25();
});
}
else
{
$('#smv_tem_25_25 img').each(function () {
var src = $(this).attr("src");
if (typeof src != 'undefined' && src != "") {
$(this).attr("src", "");
$(this)[0].onload = function () {
$('#smv_tem_25_25').smrecompute();
};
$(this).attr("src", src);
}
});
showBigImg_tem_25_25();
}
xwezhan.cssUeditorTale();
});
function showBigImg_tem_25_25()
{
if (false)
{
var bigImageArray = [];
$('#smv_tem_25_25 img').each(function () {
if ($(this).parents("a").length == 0) {
var srcStr = $(this).attr("src");
$(this).lzpreview({
cssLink: '/Content/css/atlas-preview.css',
pageSize: 1,//每页最大图片数
imgUrl: [srcStr],
imgAlt: [''],
imgLink: ['javascript:void(0)'],
imgTarget: [''],
itemSelect: $(this),
arrow: false,
thumbnail: false
});
}
});
}
}