TAS5717数字功放原码.rar


TAS5717数字功放原码.rar
资源截图
代码片段和文件信息
#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
“ file line) */

/* Infinite loop */
}
#endif

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3050  2017-11-06 21:17  TAS5717数字功放原码6.4cfg

     文件        292  2017-12-11 20:06  TAS5717数字功放原码checkres.spy

     文件       3506  2017-12-11 13:36  TAS5717数字功放原码Debugepporm.o

     文件      22138  2017-12-12 09:16  TAS5717数字功放原码Debugglobal.o

     文件       8605  2017-12-11 13:36  TAS5717数字功放原码Debugi2c.o

     文件       2700  2017-12-11 13:36  TAS5717数字功放原码Debugkey.o

     文件       1897  2017-12-11 13:36  TAS5717数字功放原码Debugmain.o

     文件      21035  2017-12-12 09:16  TAS5717数字功放原码Debug
30bt.elf

     文件       2462  2017-11-19 16:08  TAS5717数字功放原码Debug
30bt.lkf

     文件      52792  2017-12-12 09:16  TAS5717数字功放原码Debug
30bt.map

     文件      11548  2017-12-12 09:16  TAS5717数字功放原码Debug
30bt.s19

     文件      79533  2017-12-12 09:16  TAS5717数字功放原码Debug
30bt.sm8

     文件      21956  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_clk.o

     文件      19053  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_flash.o

     文件       7635  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_gpio.o

     文件       9110  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_it.o

     文件      38984  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_tim2.o

     文件      12846  2017-12-11 13:36  TAS5717数字功放原码Debugstm8s_tim4.o

     文件       2756  2017-12-11 13:36  TAS5717数字功放原码Debugstm8_interrupt_vector.o

     文件       4253  2017-12-11 13:36  TAS5717数字功放原码Debug as5717.o

     文件        183  2017-11-21 21:38  TAS5717数字功放原码incepporm.h

     文件       2098  2017-12-01 21:09  TAS5717数字功放原码incglobal.h

     文件       1187  2017-11-19 16:17  TAS5717数字功放原码inci2c.h

     文件        582  2017-12-08 22:20  TAS5717数字功放原码inckey.h

     文件       4544  2017-11-18 17:19  TAS5717数字功放原码incstm8s_conf.h

     文件       5367  2017-10-14 19:41  TAS5717数字功放原码incstm8s_it.h

     文件        260  2017-11-23 18:32  TAS5717数字功放原码inc as5717.h

     文件       1153  2017-12-10 22:49  TAS5717数字功放原码main.c

     文件     999490  2017-11-02 18:30  TAS5717数字功放原码pcm1808.pdf

     文件      16240  2017-12-12 11:55  TAS5717数字功放原码
30bt.dep

............此处省略101个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)