• 大小: 14.86M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-26
  • 语言: 其他
  • 标签: 其他  

资源简介

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\r\n“ 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数字功放原码\Debug\epporm.o

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     文件        260  2017-11-23 18:32  TAS5717数字功放原码\inc\tas5717.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数字功放原码\r30bt.dep

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

评论

共有 条评论