微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 手机设计讨论 > MTK手机平台交流 > mt2503 mt6260 FREF输出26M sample code

mt2503 mt6260 FREF输出26M sample code

时间:10-02 整理:3721RD 点击:
SW 的部份, 請依照以下修改,即可強制輸出 co-clk請在 matv_cust.c 中
1) matv_module_power_on()
mark 掉以下 code,讓 bSystemInit(); always 呼叫
void matv_module_power_on(void)
{
...
#if defined(MT6260)
//#if defined(__WIFI_SUPPORT__)
//if(wifi_driver_customer_setting[12] == 0)
//bSystemInit();
//#else
bSystemInit();
//#endif
#endif
...
}

2) matv_module_power_off()
mark 掉以下 code,讓 bSystEMShutdown(); always 呼叫
void matv_module_power_off(void)
{
...
#if defined(MT6260)
//#if defined(__WIFI_SUPPORT__)
//if(wifi_driver_customer_setting[12] == 0)
//bSystemShutdown();
//#else
bSystemShutdown();
//#endif
#endif
HW design:
ref design(MT6260_MT5931_MT5193_SFLASH REF SCH_V1.0.sch
DCC :
MediaTek DCC > Document Tree > HW > Feature Phone > 2G > MT6260 > Design Notice > 26MHz
buffer Layout rule for ATV wifi co clk.pptx

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top