当前位置:网站首页>KT148A voice chip ic working principle and internal architecture description of the chip
KT148A voice chip ic working principle and internal architecture description of the chip
2022-08-04 23:48:00 【Qing in electronic】
目录
一、芯片简介
1、It is used inside the chip MCU + spiflash架构,are stacked and packaged together,That is, two wafers are enclosed in one chip
2、其中MCUis specifically responsible for the control,而spiflash,Is dedicated to storing audio data for use,and running the code
So this creates the characteristics of the chip,is relatively low cost,Especially in the application scenario of long speech,优势就很明显.但是缺点也很明显,His cost is still lower than that of TaiwanOTP芯片,尤其在20In the application scenario of about seconds
3、芯片内部的MCU最高可以跑120MHZ,是基于risc架构的32 位 DSP 语音芯片、5MHZ的内部振荡,PLL到120MHZ;具有硬件 iic接口、UART 接口,可以为客户定制各类功能.
4、Because the chip is only8个脚,所以可用的ioMouth is very limited,But the resources inside the chip are actually not bad at all
Of course the same series,还有QSOP24封装的,也有SOP16封装的
- It is very flexible in use,It all depends on the specific needs of the customer,以及实际的应用场景
- And our default chip programming is the one-line serial port control method,That is matchingMCU使用的场景,MCU作为主机,KT148A作为从机,This is used in combination
二、管脚说明
1、供电的注意事项:
==》建议给芯片的供电,做到5V供电,电压越高芯片驱动喇叭的功率也越高,声音也越大
==》如果是[3.3--4.2V]锂电池的场景,电源正极直接进芯片的8脚即可
==》如果是干电池的供电场景,电源正极也是直接进芯片的8脚
==》如果需要超低电压供电,如2V--3V之间的纽扣电池,建议芯片的7脚和8脚直接短路,再连接电源正极
2、快速测试说明:
==》连接好扬声器,然后供电之后,就可以用第4脚对地测试了
==》芯片的是第4脚为测试脚,外接一个按键或者镊子对地触发一下,就会播放下一个语音,Keep pressing to play the next one
3、测试注意事项:
==》连接MCU的时候,Put a resistor in series as much as possible,保持100欧姆即可,也就是KT148A的3脚[1线通讯] 和 MCU之间
==》At the same time try tobusy的脚,连接到MCU的IO口,This lets you know if the chip is playing,and whether it has finished playing.测试脚【4脚--PB0】可以悬空
边栏推荐
- web3.js
- 如何根据地址获取函数名
- MySQL的安装与卸载
- The role of the annotation @ EnableAutoConfiguration and how to use
- 什么是次世代建模(附学习资料)
- kernel问题定位手段总结
- 2022年华数杯数学建模
- After another 3 days, I have sorted out 90 NumPy examples, and I can't help but bookmark it!
- 为何越来越多人选择进入软件测试行业?深度剖析软件测试的优势...
- C5750X7R2E105K230KA(电容器)MSP430F5249IRGCR微控制器资料
猜你喜欢
MySQL基础篇【子查询】
Xiaohei's leetcode journey: 95. Longest substring with at least K repeating characters
情人节---快来学习一下程序员的专属浪漫吧
安全软件 Avast 与赛门铁克诺顿 NortonLifeLock 合并案获英国批准,市值暴涨 43%
956. 最高的广告牌
Ab3d.PowerToys and Ab3d.DXEngine Crack
话题 | 雾计算和边缘计算有什么区别?
Kernel函数解析之kernel_restart
小黑leetcode之旅:95. 至少有 K 个重复字符的最长子串
建模师经验分享:模型学习方法
随机推荐
Implementing class target method exception using proxy object execution
Statistical words (DAY 101) Huazhong University of Science and Technology postgraduate examination questions
node中package解析、npm 命令行npm详解,node中的common模块化,npm、nrm两种方式查看源和切换镜像
矩阵数学原理
对写作的一些感悟
没有这些「伪需求」,产品经理的 KPI 怎么完成?
一点点读懂cpufreq(二)
4 - "PyTorch Deep Learning Practice" - Backpropagation
[QNX Hypervisor 2.2用户手册]10.4 vdev hpet
#yyds干货盘点#交换设备丢包严重的故障处理
应用联合、体系化推进。集团型化工企业数字化转型路径
【CVA估值训练营】财务建模指南——第一讲
what is MVCC
招标公告 | 海纳百创公众号运维项目
Kernel函数解析之kernel_restart
基于深度学习的路面坑洞检测(详细教程)
对“为什么一些程序员很傲慢”的解读
一点点读懂regulator(四)
[Cultivation of internal skills of string functions] strlen + strstr + strtok + strerror (3)
请你说一下final关键字以及static关键字