去除调试信号

This commit is contained in:
sunbeam 2023-05-13 15:09:30 +08:00
parent f4003c1cd3
commit aff1e8d868
4 changed files with 2850 additions and 2850 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
QualityReport QualityReport
2023年5月4日 16:49:56 2023年5月11日 14:39:08
------ Start build(ECU_APP, DefaultBuild) ------ ------ Start build(ECU_APP, DefaultBuild) ------
E:\Program Files (x86)\renesas\CS+\CC\CC-RL\V1.11.00\Bin\ccrl.exe user\appTask.c -cpu=S3 -obj_path=DefaultBuild "-dev=E:\Program Files (x86)\renesas\CS+\CC\Device\RL78\Devicefile\DR5F10BGG.DVF" -g -g_line -I diagnose\DTC -I diagnose\CanTrcv -I sys -I . -I rscan_driver -I diagnose -I DataFlash -I CanNw -I diagnose\CanTp -I diagnose\CanIf -I user -D DEBUG1 -c -msg_lang=english E:\Program Files (x86)\renesas\CS+\CC\CC-RL\V1.11.00\Bin\ccrl.exe user\appTask.c -cpu=S3 -obj_path=DefaultBuild "-dev=E:\Program Files (x86)\renesas\CS+\CC\Device\RL78\Devicefile\DR5F10BGG.DVF" -g -g_line -I diagnose\DTC -I diagnose\CanTrcv -I sys -I . -I rscan_driver -I diagnose -I DataFlash -I CanNw -I diagnose\CanTp -I diagnose\CanIf -I user -D DEBUG1 -c -msg_lang=english
@ -14,7 +14,7 @@ E:\Program Files (x86)\renesas\CS+\CC\CC-RL\V1.11.00\Bin\rlink.exe -subcommand=D
W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product. W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product.
RAMDATA SECTION: 00000c41 Byte(s) RAMDATA SECTION: 00000c41 Byte(s)
ROMDATA SECTION: 000005fb Byte(s) ROMDATA SECTION: 000005fb Byte(s)
PROGRAM SECTION: 00005025 Byte(s) PROGRAM SECTION: 0000500e Byte(s)
W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product. W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product.
W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product. W0561017:The evaluation period of CC-RL V1 has expired. Please consider purchasing the product.
Renesas Optimizing Linker Completed Renesas Optimizing Linker Completed
@ -104,9 +104,9 @@ DefaultBuild\ECU_APP.clnk :
--- SHA1 hash value of output files --- --- SHA1 hash value of output files ---
F:\FCB_project\temp\CFMOTOR\ECU_APP\DefaultBuild\ECU_APP.abs: 15cb74cb91cd909bb9e944d971a5d1b331072e86 F:\FCB_project\temp\CFMOTOR\code\ECU_APP\DefaultBuild\ECU_APP.abs: c92b9106c5e2eb9ead2df3ee2bf79af46924df90
F:\FCB_project\temp\CFMOTOR\ECU_APP\DefaultBuild\ECU_APP.mot: 3808ce69d71ce32c6320534ade32c47c7f3b30d5 F:\FCB_project\temp\CFMOTOR\code\ECU_APP\DefaultBuild\ECU_APP.mot: 04d51a8a3aa71d442231002b233c2555022bf6d4
F:\FCB_project\temp\CFMOTOR\ECU_APP\output\ECU_APP.S19: 796b2d5358a49d97f37920e0e623cc9ee41b4ad6 F:\FCB_project\temp\CFMOTOR\code\ECU_APP\output\ECU_APP.S19: dcf2004cef427616d284b2e208c0734ba6ec244d
--- System Information --- --- System Information ---
@ -134,11 +134,11 @@ F:\FCB_project\temp\CFMOTOR\ECU_APP\output\ECU_APP.S19: 796b2d5358a49d97f37920e0
E:\Program Files (x86)\renesas\CS+\CC E:\Program Files (x86)\renesas\CS+\CC
*Memory Usage *Memory Usage
*Private Working Set *Private Working Set
279 MB 238 MB
*Number of GDI Objects *Number of GDI Objects
2130 2109
*Number of USER Objects *Number of USER Objects
1168 1184
*Opened Files *Opened Files
5 editors, 5 files, 62 KB 5 editors, 5 files, 62 KB
@ -269,7 +269,7 @@ Device Information Common Interface
DeviceInformation.dll DeviceInformation.dll
--- Main Project Information --- --- Main Project Information ---
F:\FCB_project\temp\CFMOTOR\ECU_APP\ECU_APP.mtpj F:\FCB_project\temp\CFMOTOR\code\ECU_APP\ECU_APP.mtpj
Microcontroller Information Microcontroller Information
*R5F10BGG *R5F10BGG
*File Name: Version *File Name: Version

View File

@ -200,9 +200,9 @@ void XN_StateMachine(void)
break; break;
} }
//rotation_req = xn_state; //rotation_req = xn_state;
CAN_212.Msg_Part.Reserve_5 = xn_state; //CAN_212.Msg_Part.Reserve_5 = xn_state;
CAN_212.Msg_Part.Reserve_6 = xnp_counter; //CAN_212.Msg_Part.Reserve_6 = xnp_counter;
CAN_212.Msg_Part.Reserve_7 = xnm_counter; //CAN_212.Msg_Part.Reserve_7 = xnm_counter;
} }
void XN_Scan(void) void XN_Scan(void)