欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標題:
分享一款AS5717數字功放芯片+stm8s做的雙聲道藍牙音箱
[打印本頁]
作者:
wangzhenquan
時間:
2019-10-10 09:49
標題:
分享一款AS5717數字功放芯片+stm8s做的雙聲道藍牙音箱
分享一款由TI的TAS5717數字功放芯片做的雙聲道藍牙音箱程序,程序完整直接可用,希望能夠幫助到初涉數字功放領域的朋友們快速入門。TAS5717數字功放芯片是一款2X10W的高保真度D類功率放大器。
電路原理圖如下:
圖.png
(377.34 KB, 下載次數: 67)
下載附件
2019-10-10 21:55 上傳
單片機源程序如下:
#include "stm8s.h"
#include "stm8s_it.h"
#include "stm8s_conf.h"
#include "stm8s_clk.h"
#include "stm8s_tim2.h"
#include "stm8s_gpio.h"
#include "stm8s_flash.h"
#include "i2c.h"
#include "tas5717.h"
#include "global.h"
#include "key.h"
unsigned char I2C_BUFF[10];
void main()
{
sim();
PowerOnInit();//上電初始化
rim();
while(1)
{
if(TIM2_10ms_FLAG)//10ms
{
TIM2_10ms_FLAG=0;
key_can();
led_flash();
}
if(TIM2_50ms_FLAG)//50ms
{
TIM2_50ms_FLAG=0;
AUX_check();
PH_check();
databackups();
}
encoder_can();
Keypress();
}
}
#ifdef USE_FULL_ASSERT
/**
* @brief Reports the name of the source file and the source line number
* where the assert_param error has occurred.
* @param file: pointer to the source file name
* @param line: assert_param error line source number
* @retval : None
*/
void assert_failed(u8* file, u32 line)
{
/* User can add his own implementation to report the file name and line number,
ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
/* Infinite loop */
}
#endif
復制代碼
所有資料51hei提供下載:
TAS5717數字功放原碼.rar
(15.06 MB, 下載次數: 109)
2019-10-10 09:49 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
作者:
ksn13
時間:
2020-5-8 16:46
感謝,正在調試5717不出聲音。可以參考您的代碼
作者:
bg3sgy
時間:
2020-9-1 00:00
樓主是否有這個數字功放的中文詳細資料,修到一臺機器用到,感謝。
作者:
不解時候
時間:
2022-6-9 08:37
樓主你好,可否指點下初始化TAS5717需要發哪些I2C數據呀
作者:
不解時候
時間:
2022-6-9 08:42
初始化配置的I2C數據可以發給咱嘛?感謝!
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1