公告板
版本库
filestore
活动
搜索
登录
main
/
F030C8T6_Kbus_MIX
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
move some define from Kbus.h to KBusDefine.h
QuakeGod
2024-02-25
95322c84888cbe2e92024d4d65698f59b016cb52
[F030C8T6_Kbus_MIX.git]
/
BootLoader
/
Src
/
debug.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
******************************************************************************
* @file : debug.c
* @brief : debug functions program body
******************************************************************************
*/
#include "debug.h"
#include "globaldef.h"
#include "functions.h"
#include "string.h"
#include "stm32f0xx_hal.h"
#define ADCrefAddr 0x1FFFF7BA
int sprintftime = 0;
int putstrtime = 0;
const unsigned char buf1[16]={0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88,0x99,0xaa,0xbb,0xcc,0xdd,0xee,0xff,0x00};
__asm int add1(int a,int b)
{
add r0,r1,r0
BLX lr
}