摘要:config目录该文件夹中存放基础差异化配置target.mk文件中主要是宏定义的开关, 包含 DEBUG 信息开关、差分/单端输出、默认音量大小、音乐 EQ 开关、通话算法的开关等.tgt_hardware.c和 tgt_hardware.h文件中存放基础配置, 如按键、LED灯、蓝牙默认信息、音
阅读全文
摘要:https://www.eeworld.com.cn/huodong/mps_Motor_campaign_2024/ https://www.monolithicpower.cn/motor-driver-pcb-layout-guidelines-part-1?utm_source=EEworl
阅读全文
摘要:http://training.eeworld.com.cn/TI/show/course/4014 https://www.ti.com.cn/tool/cn/TIDC-WL1837MODCOM8I#tech-docs https://www.ti.com.cn/tool/cn/TIDC-WL18
阅读全文
摘要:https://www.minicircuits.com/products/designer-kits.html https://www.microwavejournal.com https://www.qorvo.com/
阅读全文
摘要:2440init.txt setmem 0x53000000,0x00000000,32 setmem 0x4a000008,0xffffffff,32 setmem 0x4a00001c,0x00007fff,32 setmem 0x48000000,0x2212d110,32 setmem 0x
阅读全文
摘要:https://zhuanlan.zhihu.com/p/581251594
阅读全文
摘要:https://os.mbed.com/handbook/Homepage
阅读全文
摘要:https://blog.csdn.net/ADAS_sunshine/article/details/129911267
阅读全文
摘要:单片机stm32时钟频率 STM32F103内部8M的内部震荡,经过倍频后最高可以达到72M。目前TI的M3系列芯片最高频率可以达到80M。 在stm32固件库3.0中对时钟频率的选择进行了大大的简化,原先的一大堆操作都在后台进行。系统给出的函数为SystemInit()。但在调用前还需要进行一些宏
阅读全文
摘要:勾选DIM active layer 可以进行叠层隐藏和显示
阅读全文
摘要:https://www.cnblogs.com/lc-guo/p/17953690
阅读全文
摘要:TMC4671伺服电机控制方案 https://bbs.eeworld.com.cn/huodong/Excelpoint_adi_202311/
阅读全文
摘要:https://mp.weixin.qq.com/s/SvODYE8tDCYYA3t27_RDXw 高通WIFI6的IPQ系列芯片非信令测试常用的测试方法有两种: QRCT(射频调试工具)、QPSR(射频校准工具)。 一、QPSR(射频校准工具)非信令测试:1、前期准备工作: 安装QDART和QPS
阅读全文
摘要:https://blog.csdn.net/ccdehuiji/article/details/131012794
阅读全文
摘要:BES 平台 SDK https://blog.csdn.net/xiewenhao12/article/details/132041215 https://download.csdn.net/download/ccdehuiji/87867095
阅读全文
摘要:EP4CE6F17C8 AX301B EP4CE6E22C8N ZX-2
阅读全文
摘要:https://www.bilibili.com/read/cv19833692/
阅读全文
摘要:https://www.bilibili.com/video/BV1Au4y1275Z/?vd_source=2e137d91d58e280049b91fe9f4ffd6dd
阅读全文
摘要:https://blog.csdn.net/qq_53000374/article/details/128032637#comments_30699192
阅读全文
摘要:lcd.h 查看代码 #ifndef __LCD_H #define __LCD_H #include "sys.h" #include "stdlib.h" #define LCD_Data_Addr ((uint32_t)0x60020000) //FSMC写数据地址 #define LCD_R
阅读全文
摘要:AD20: https://blog.csdn.net/The_bad/article/details/128878718 AD23: https://blog.csdn.net/m0_46503330/article/details/133880452
阅读全文
摘要:https://docs.espressif.com/projects/esp-iot-solution/zh_CN/latest/display/lcd/lcd_guide.html https://zhuanlan.zhihu.com/p/426284819?utm_id=0 http://ww
阅读全文
摘要:http://jiaocheng.bubufx.com/info-show-1011112.html 最近在研究Intel® Galileo Gen 2开发板的Linux开发。Intel® Galileo Gen 2开发板自带的Linux比较简单,缺少很多常用的软件,而且板子自身的容量很小。所以我打
阅读全文
摘要:单文件 led.bin:led.s led.lds arm-angstrom-linux-gnueabi-gcc -c led.s -o led.o arm-angstrom-linux-gnueabi-gcc -c delay.s -o delay.o arm-angstrom-linux-gnu
阅读全文
摘要:https://www.icxbk.com/ask/detail/34523.html https://blog.csdn.net/weixin_44735216/article/details/132554811
阅读全文
摘要:https://blog.csdn.net/lwanttowin/article/details/80126325
阅读全文
摘要:https://developer.arm.com/documentation/101407/0539/Creating-Applications/Tips-and-Tricks/Use-MDK-Version-4-Projects
阅读全文
摘要:至芯科技FPGA开发板ALTERA ZX-2夏宇闻教授配套教材NIOS学习板 FPGA主芯片: ALTERA 公司Cyclone IV系列的EP4CE6E22C8。 Cyclone IV系列是ALTERA公司推出的被市场广泛认可的低成本 低功耗的FPGA系列。该芯片有6272个逻辑单元(LE), 2
阅读全文
摘要:https://cefview.github.io/QCefView/docs/intros/ https://webrtc.github.io/samples/ https://webrtc.org/getting-started/testing
阅读全文
摘要:kernel: export ARCH=arm export CROSS_COMPILE=arm-none-eabi- make zImage dtbs imxrt_defconfig make -j8 OBJCOPY arch/arm/boot/zImage u-boot: sudo apt-ge
阅读全文
摘要://增加缓存空间大小 git config --global http.postBuffer 524288000 //一个意思也是提升大小 git config --global core.packedGitLimit 512m git config --global core.packedGitW
阅读全文