Hi 這幾天在研究CC3200的電源管理方案,從數據手冊和TRM手冊以及CC3200-Power_Management_Framework中進行測試總結,整理的一份測試報告,測試數據和參考手冊給出的略有差別,但量級大體相當,詳細的測試筆記見附件,測試程序為idle_profile_nonos對程序稍加修改就可以測試CC3200的功耗,簡單總結如下:模式
條件
電流消耗
測試圖
Da
$(function(){
var appid = $(".select li a").data("channel");
$(".select li a").click(function(){
var appid = $(this).data("channel");
$('.select dt').html($(this).html());
$('#channel').val(appid);
})
})
評論