STC作为主机轮询扫描I2C设备,确认ICN6211工作状态。

This commit is contained in:
2026-04-10 19:42:22 +08:00
commit 5953218598
19 changed files with 6783 additions and 0 deletions

View File

@ -0,0 +1,37 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.43.1.0
Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: x xtell, x, LIC=58E4T-RI3SS-94BS2-9VME3-DGA97-597R7
Tool Versions:
Toolchain: PK51 Prof. Developers Kit Version: 9.55
Toolchain Path: C:\Keil_v5\C51\BIN
C Compiler: C51.exe V9.55
Assembler: A51.exe V8.02c
Linker/Locator: BL51.exe V6.22
Library Manager: LIB51.exe V4.30.1.0
Hex Converter: OH51.exe V2.7.0.0
CPU DLL: S8051.DLL V3.101.0.0
Dialog DLL: DP51.DLL V2.62.0.1
<h2>Project:</h2>
C:\workfile\102_RasberryPi_DSI\software\STC8G1K08_I2C_SCAN\STC8G1K08_I2C_SCAN.uvproj
Project File Date: 02/13/2026
<h2>Output:</h2>
Rebuild target 'Target_1'
assembling STARTUP.A51...
compiling main.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?I2C_WAIT?MAIN
Program Size: data=32.2 xdata=128 code=2070
creating hex file from ".\Objects\STC8G1K08_I2C_SCAN"...
".\Objects\STC8G1K08_I2C_SCAN" - 0 Error(s), 1 Warning(s).
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>