📄 etc.c
字号:
#include <string.h>
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\etc.h"
extern char Image$$RO$$Limit[];
extern char Image$$RO$$Base[];
extern char Image$$RW$$Limit[];
extern char Image$$RW$$Base[];
extern char Image$$ZI$$Limit[];
extern char Image$$ZI$$Base[];
void Etc(void)
{
Uart_Printf("Image$$RO$$Base=%x\n",Image$$RO$$Base);
Uart_Printf("Image$$RO$$Limit=%x\n",Image$$RO$$Limit);
Uart_Printf("Image$$RW$$Base=%x\n",Image$$RW$$Base);
Uart_Printf("Image$$RW$$Limit=%x\n",Image$$RW$$Limit);
Uart_Printf("Image$$ZI$$Base=%x\n",Image$$ZI$$Base);
Uart_Printf("Image$$ZI$$Limit=%x\n",Image$$ZI$$Limit);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -