Signed-off-by: ZZY <developerA@flossom.com>

main
DeveloperAlpha 3 months ago
parent 48b48663ce
commit 12b1851d86

@ -27,7 +27,19 @@ Project File Date: 09/22/2025
<h2>Output:</h2> <h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Project' Build target 'Project'
".\Output\20250721_A.axf" - 0 Error(s), 0 Warning(s). compiling driver_motor.c...
..\Src\SerialFlash.h(36): warning: #1295-D: Deprecated declaration fy_flash_erase - give arg types
void fy_flash_erase();
..\Src\SerialFlash.h(50): warning: #1295-D: Deprecated declaration DataReader_DMACallback - give arg types
void DataReader_DMACallback();
..\Src\driver_motor.c(194): warning: #1-D: last line of file ends without a newline
/*********************************************END OF FILE*********************************************/
..\Src\driver_motor.c(31): warning: #177-D: function "co_delay_100us" was declared but never referenced
static void co_delay_100us(uint32_t timer)
..\Src\driver_motor.c: 4 warnings, 0 errors
linking...
Program Size: Code=27740 RO-data=988 RW-data=25756 ZI-data=32188
".\Output\20250721_A.axf" - 0 Error(s), 4 Warning(s).
<h2>Software Packages used:</h2> <h2>Software Packages used:</h2>
@ -46,9 +58,9 @@ Package Vendor: ARM
* Component: ARM::CMSIS:CORE:5.4.0 * Component: ARM::CMSIS:CORE:5.4.0
Source file: CMSIS\Core\Template\ARMv8-M\main_s.c Source file: CMSIS\Core\Template\ARMv8-M\main_s.c
Include file: CMSIS\Core\Include\tz_context.h
Source file: CMSIS\Core\Template\ARMv8-M\tz_context.c Source file: CMSIS\Core\Template\ARMv8-M\tz_context.c
Build Time Elapsed: 00:00:01 Include file: CMSIS\Core\Include\tz_context.h
Build Time Elapsed: 00:00:02
</pre> </pre>
</body> </body>
</html> </html>

@ -76,18 +76,18 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
I (..\Inc\driver_UV.h)(0x68BA84F0) I (..\Inc\driver_UV.h)(0x68BA84F0)
F (..\Src\py32f403_hal_msp.c)(0x68BA8AF3)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\py32f403_hal_msp.o --omf_browse .\output\py32f403_hal_msp.crf --depend .\output\py32f403_hal_msp.d) F (..\Src\py32f403_hal_msp.c)(0x68D9D7F1)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\py32f403_hal_msp.o --omf_browse .\output\py32f403_hal_msp.crf --depend .\output\py32f403_hal_msp.d)
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613) I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613)
I (..\Inc\py32f403_hal_conf.h)(0x685A7795) I (..\Inc\py32f403_hal_conf.h)(0x685A7795)
@ -132,13 +132,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -189,13 +189,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x6
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -245,18 +245,18 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
I (..\Inc\driver_UV.h)(0x68BA84F0) I (..\Inc\driver_UV.h)(0x68BA84F0)
F (..\Src\FunctionKey.c)(0x68D0E756)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\functionkey.o --omf_browse .\output\functionkey.crf --depend .\output\functionkey.d) F (..\Src\FunctionKey.c)(0x68D8CDBB)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\functionkey.o --omf_browse .\output\functionkey.crf --depend .\output\functionkey.d)
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613) I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613)
I (..\Inc\py32f403_hal_conf.h)(0x685A7795) I (..\Inc\py32f403_hal_conf.h)(0x685A7795)
@ -301,13 +301,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -357,18 +357,18 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
I (..\Inc\driver_UV.h)(0x68BA84F0) I (..\Inc\driver_UV.h)(0x68BA84F0)
F (..\Src\StartTask.c)(0x68D1FC69)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\starttask.o --omf_browse .\output\starttask.crf --depend .\output\starttask.d) F (..\Src\StartTask.c)(0x68D8F4E6)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\starttask.o --omf_browse .\output\starttask.crf --depend .\output\starttask.d)
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613) I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613)
I (..\Inc\py32f403_hal_conf.h)(0x685A7795) I (..\Inc\py32f403_hal_conf.h)(0x685A7795)
@ -413,13 +413,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -469,18 +469,18 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
I (..\Inc\driver_UV.h)(0x68BA84F0) I (..\Inc\driver_UV.h)(0x68BA84F0)
F (..\Src\driver_ST7735S.c)(0x68D20EDB)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\driver_st7735s.o --omf_browse .\output\driver_st7735s.crf --depend .\output\driver_st7735s.d) F (..\Src\driver_ST7735S.c)(0x68D4987B)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\driver_st7735s.o --omf_browse .\output\driver_st7735s.crf --depend .\output\driver_st7735s.d)
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613) I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613)
I (..\Inc\py32f403_hal_conf.h)(0x685A7795) I (..\Inc\py32f403_hal_conf.h)(0x685A7795)
@ -525,13 +525,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -581,18 +581,18 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
I (..\Inc\driver_UV.h)(0x68BA84F0) I (..\Inc\driver_UV.h)(0x68BA84F0)
F (..\Src\driver_motor.c)(0x686C89B1)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\driver_motor.o --omf_browse .\output\driver_motor.crf --depend .\output\driver_motor.d) F (..\Src\driver_motor.c)(0x68D9DB01)(--c99 -c --cpu Cortex-M4.fp -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\..\..\..\..\..\Drivers\BSP\PY32F403xx_Start_Kit -I ..\..\..\..\..\..\Drivers\CMSIS\Include -I ..\..\..\..\..\..\Drivers\CMSIS\Device\PUYA\PY32F403\Include -I ..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include -I ..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM4F -I ..\Src\PMDS_Fx -I ..\Src -I C:\File_work\CODE_BZ\Z30_\PY32F403_Firmware_V1.4.1\Projects\PY32F403-STK\Applications\FreeRTOS\FreeRTOS_Queue\MDK-ARM\RTE -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include -I C:\Users\HUAWEI\AppData\Local\Arm\Packs\Puya\PY32F4xx_DFP\1.0.1\Drivers\CMSIS\Device\PUYA\PY32F4xx\Include -D__UVISION_VERSION="520" -D_RTE_ -DUSE_HAL_DRIVER -DPY32F403xD -o .\output\driver_motor.o --omf_browse .\output\driver_motor.crf --depend .\output\driver_motor.d)
I (..\Inc\ALLinclude.h)(0x68D0E9D3) I (..\Inc\ALLinclude.h)(0x68D0E9D3)
I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613) I (..\..\..\..\..\..\Drivers\PY32F403_HAL_Driver\Inc\py32f4xx_hal.h)(0x671EF613)
I (..\Inc\py32f403_hal_conf.h)(0x685A7795) I (..\Inc\py32f403_hal_conf.h)(0x685A7795)
@ -637,13 +637,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -693,13 +693,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -753,13 +753,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -809,13 +809,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -865,13 +865,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -921,13 +921,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -977,13 +977,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -1720,13 +1720,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)
@ -1781,13 +1781,13 @@ I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h)(0x6
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h)(0x671EF616)
I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616) I (..\..\..\..\..\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h)(0x671EF616)
I (..\Inc\StartTask.h)(0x68882484) I (..\Inc\StartTask.h)(0x68D63333)
I (..\Inc\FunctionKey.h)(0x68D0E3E1) I (..\Inc\FunctionKey.h)(0x68D0E3E1)
I (..\Inc\FunctionADC.h)(0x685CF58B) I (..\Inc\FunctionADC.h)(0x685CF58B)
I (..\Inc\DriverSPI.h)(0x68623BDE) I (..\Inc\DriverSPI.h)(0x68623BDE)
I (..\Inc\driver_ST7735S.h)(0x68D1FD77) I (..\Inc\driver_ST7735S.h)(0x68D4999A)
I (..\Src\testimage.h)(0x68D0EA32) I (..\Src\testimage.h)(0x68D0EA32)
I (..\Inc\driver_motor.h)(0x686C897D) I (..\Inc\driver_motor.h)(0x68D8A025)
I (..\Inc\FunctionSleep.h)(0x6876223B) I (..\Inc\FunctionSleep.h)(0x6876223B)
I (..\Src\SerialFlash.h)(0x68A42825) I (..\Src\SerialFlash.h)(0x68A42825)
I (..\Src\Function_SerialFlash.h)(0x68B50B41) I (..\Src\Function_SerialFlash.h)(0x68B50B41)

File diff suppressed because one or more lines are too long

@ -150,7 +150,24 @@
<Name></Name> <Name></Name>
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint>
<Bp>
<Number>0</Number>
<Type>0</Type>
<LineNumber>125</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>134234330</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>1</BreakIfRCount>
<Filename>..\Src\StartTask.c</Filename>
<ExecCommand></ExecCommand>
<Expression>\\20250721_A\../Src/StartTask.c\125</Expression>
</Bp>
</Breakpoint>
<WatchWindow1> <WatchWindow1>
<Ww> <Ww>
<count>0</count> <count>0</count>
@ -202,6 +219,11 @@
<WinNumber>1</WinNumber> <WinNumber>1</WinNumber>
<ItemText>gImage_test</ItemText> <ItemText>gImage_test</ItemText>
</Ww> </Ww>
<Ww>
<count>10</count>
<WinNumber>1</WinNumber>
<ItemText>SysRegister,0x10</ItemText>
</Ww>
</WatchWindow1> </WatchWindow1>
<MemoryWindow1> <MemoryWindow1>
<Mm> <Mm>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save