MPC5604B some problems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5604B some problems

1,785 Views
hanxl
Contributor I

Hi,

 

1.When I create new  project of mpc5604B  and set interrupt by software,the interrupt will not work。

2. The example of  interrupt project has pointed to EWL_C library, how can I  change it to point to MSL_C, because I want to use the library functions such as floor,fabs.

3.when AD collection  the adjacent channel influence each other, such as 0 channel change when 1 channel will has a 0.1 v wave.

 

a1=ADC_ReadVal(0);

a2=ADC_ReadVal(1);

when a1==1024,a2 is 500,and when a1=0,a2 is 400.

 

//CDR[0..15] = precision channels

//CDR[32..47] = standard channels

//CDR[64..95] = external multiplexed channels

uint16 ADC_ReadVal(uint8 channel)

{

    while((ADC.CDR[channel].B.VALID != 1);

    return ADC.CDR[channel].B.CDATA; 

}                                    

void ADC_Init(void)

{

   ADC.MCR.R        = 0x20000000;        //

   ADC.MCR.B.OWREN=1;

   //ADC.MCR.B.WLSIDE=1;

   ADC.NCMR[0].R    = 0x0000FFFF;        //

   ADC.NCMR[1].R    = 0x0000FFFF;        //

   ADC.NCMR[2].R    = 0x0000000F;        //

   ADC.CTR[0].R     = 0x00008606;        //

   ADC.CTR[1].R     = 0x00008606;

   ADC.CTR[2].R     = 0x00008606;

   ADC.MCR.B.NSTART = 1;                 //

}                        

 

 

Thanks

Hanxl

Labels (1)
0 Kudos
5 Replies

1,406 Views
Pavel
NXP Employee
NXP Employee

2. Look at attached screenshot CodeWarrior wizard for new project. These screenshots shows for setting MSL_C library.

1. Use CodeWarrior wizard for project creation. This wizard creates the Exception.c file.

3. It looks like that there is ADC overloading. The MPC56xx ADC contains clamp diodes to exclude damage if ADC overload is happens. It looks like that you external signal source produce high current. Add external ADC protection circuit for excluding the MPC56xx damaging. See attached file.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,406 Views
hanxl
Contributor I

Hi,

      I didn't find the attachment。

      2.I want to know How to make the library in the existing engineering contains MSL_C instead of Creating a new project。

      3. If there is ADC overloadin,and why AD_P0  Have influence on AD_P1, and no influence on AD_P2, and AD_P2  Have influence on AD_P3, and no influence on AD_P1

  

    4.My CodeWarrior often Popup window

pastedImage_0.png

The Following is the content of file IDE.EXE.b3510.20160413.083414A.dump:

Crash report for D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\bin\IDE.EXE (.20160413.083414A)

Unhandled exception 0xc0000005 caught at 0x008d5693

(The memory at address 0x637362ce could not be read.)

IDE Version: 5.9.0 Build 3510

OS Version: Professional  (6.1.7600)

Product info:

CodeWarrior Development Studio for Freescale MPC55xx and MPC56xx version 2.10, build 120305.

Please send this crash report to <support@freescale.com>, along

with a brief description of the operations leading up to the crash.

Stack trace:

  0x008d5693 (IDE.EXE:0x008d5693) (EBP:0x0018e9c4)

  0x008d5b07 (IDE.EXE:0x008d5b07) (EBP:0x0018e9dc)

  0x008d0e66 (IDE.EXE:0x008d0e66) (EBP:0x0018e9f4)

  0x008e1be2 (IDE.EXE:0x008e1be2) (EBP:0x0018ea18)

  0x0058f8d3 (IDE.EXE:0x0058f8d3) (EBP:0x0018ea4c)

  0x0058fb44 (IDE.EXE:0x0058fb44) (EBP:0x0018ea7c)

  0x008cb38b (IDE.EXE:0x008cb38b) (EBP:0x0018eaa0)

  0x008d28db (IDE.EXE:0x008d28db) (EBP:0x0018eaac)

  0x004056c1 (IDE.EXE:0x004056c1) (EBP:0x0018eabc)

  0x00403fe3 (IDE.EXE:0x00403fe3) (EBP:0x0018eae8)

  0x0040211b (IDE.EXE:0x0040211b) (EBP:0x0018f064)

  0x0040b1ff (IDE.EXE:0x0040b1ff) (EBP:0x0018f21c)

  0x006c9eb8 (IDE.EXE:0x006c9eb8) (EBP:0x0018fe7c)

  0x008cdf4a (IDE.EXE:0x008cdf4a) (EBP:0x0018fe9c)

  0x5521ef48 (IDE_MFC60cw.dll:0x5521ef48) (EBP:0x0018feb0)

  0x00952e14 (IDE.EXE:0x00952e14) (EBP:0x0018fec8)

  0x0092b406 (IDE.EXE:0x0092b406) (EBP:0x0018ff88)

  0x76913677 (kernel32.dll:0x76913677) (EBP:0x0018ff94)

  0x76f89f42 (ntdll.dll:0x76f89f42) (EBP:0x0018ffd4)

  0x76f89f15 (ntdll.dll:0x76f89f15) (EBP:0x0018ffec)

Module list:

  D:\windows\SysWOW64\ntdll.dll (load: 0x76f50000, preferred: 0x76f50000)

  version 6.1.7600.16915

  D:\windows\syswow64\kernel32.dll (load: 0x76900000, preferred: 0x76900000)

  version 6.1.7600.17206

  D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\bin\IDE_MFC60cw.dll (load: 0x551c0000, preferred: 0x551c0000)

  version 6.0.8665.0

  D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\bin\IDE.EXE (load: 0x00400000, preferred: 0x00400000)

  version 5.9.0.3510

Register Dump:

  EAX:0x00000000 EDX:0x0018e9a4 ECX:0x0018e194 EBX:0x00000000

  ESI:0x053a7c28 EDI:0x6373628e EBP:0x0018e9c4 ESP:0x0018e990

  EIP:0x008d5693 EFLAGS:0x00010246

  CS:0x0023 SS:0x002b DS:0x002b ES:0x002b

  FS:0x0053 GS:0x002b

Stack Dump:

0018E980: 000002CC 00000019 00000000 00000000 0018E9A4 00000000 00000000 00000001

0018E9A0: 0018E984 00B83316 0018EA04 74A10155 6373F66E 00000000 053A7C28 053A0000

0018E9C0: 00000000 0018E9DC 008D5B07 053A7C28 00AF5D7C 053A7A78 00000001 0018E9F4

0018E9E0: 008D0E66 053A7C28 00000000 00000000 053A7C28 0018EA18 008E1BE2 00000000

0018EA00: 00000000 00000000 74A03658 00AF5D7C 053A7A78 000000E3 0018EA4C 0058F8D3

0018EA20: 00000000 0018FF14 74A10155 634CB186 FFFFFFFE 74A03658 008CD1BC 00100116

0018EA40: 00000155 053A7A78 00D44FFE 0018EA7C 0058FB44 053A7A78 00000155 000000E3

0018EA60: 015500E3 053A7C28 0018EA88 0018EA7C 00AE0BA0 0018F110 00B0CE32 0018EAA0

0018EA80: 008CB38B 0018EAC8 00000000 012D45F0 00000003 00000004 00D44FFE 0018F110

0018EAA0: 0018EAAC 008D28DB 0018EAC8 0018EABC 004056C1 0018EAC8 00AE0BA0 0018EAE8

0018EAC0: 00403FE3 0018EAC8 00000000 5CB80000 01110054 0000FFE7 0001017D 00000000

0018EAE0: 00AE0BA0 00AE0B00 0018F064 0040211B 00000001 76F84019 770520D8 00AE1268

0018EB00: 053B9AD0 00000000 012D09C0 556656E8 00D43294 00000001 00000008 00000000

0018EB20: 00000004 56E80000 32945566 000000D4 00000000 00000000 00040000 00000000

0018EB40: 0000012F 0018EB54 00E40CE7 042A5610 00000FA0 0018F03C 556505C5 042A5610

0018EB60: 00000FA0 042F31E8 00000000 00000000 00000000 00000000 00000000 0018EAF4

0018EB80: 0018F110 012A5068 00000000 012A0000 012A0000 01399EE0 00000000 0A00000A

0018EBA0: 02000002 01399F98 01392E90 01392608 00000050 012A0000 00000001 01399EE0

0018EBC0: 0018ECB0 76F8302E 012A0138 76F8300A 72580EB6 00000000 012A0000 01399EE8

0018EBE0: 00000000 00000000 012A5178 00000000 012A5068 00000000 042F31E8 012A0150

0018EC00: 042C9CE0 012A0000 012A0150 00000000 01000000 012A0150 02000002 01010000

0018EC20: C50005C0 00000020 0018EDDC 76FC70D5 00000003 FFFFFFFE 00000080 00000540

0018EC40: 00000000 47005017 00000020 0018EDB0 042C9CE0 042F31E0 0018EC6C 76F7E6B0

0018EC60: 012A5134 00000000 012A5068 0018EC7C 76F7E687 01399EE8 042F31E8 0018ECD4

0018EC80: 00000020 00000000 01002F92 00000000 00000100 01010000 0018EBD0 00180016

0018ECA0: 0018EDDC 76FC70D5 0018ECEC 0018EE38 00000003 0018ED0C 76FA1B89 0018EE38

0018ECC0: 0018ECEC 00000001 C0000135 C0000135 00000000 00140012 76F72BD2 00180016

0018ECE0: 76F72BBA 00000016 C0000135 0018ED04 76F8F7D2 77050244 042A55B0 00000016

0018ED00: C0000135 0018EDEC 76FA1B12 C0000135 0018EE38 76F7E394 72580F9A 0018EE94

0018ED20: 012A01A4 012A0000 00000000 00000000 004A002D 00730067 00000000 00000000

0018ED40: 00000000 00000000 0046002E 00730067 00000000 00000000 012A9098 00000000

0018ED60: 00000018 00000000 00000000 012A4E00 012A8D88 012A8EA4 042A55F0 0018ED94

0018ED80: 76F8BB85 00000008 00000000 00000000 00000000 0018EE14 76F8BB07 00000000

0018EDA0: 00000000 76F90F00 00000000 0018EE8C 00000008 76F8BB25 72580C12 00000004

0018EDC0: 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000004

0018EDE0: 76FC70D5 04B75F8E 00000000 76F90F00 00000000 00000000 002A55B0 0018EDB8

0018EE00: 00000002 0018EFC4 76FC70D5 04B720BE 74E36B9E 74E4EF7F 000002D0 00002894

0018EE20: 00002B68 0018EFD4 74E440E3 000002D0 74E6735E 74E44172 17F446A8 00002894

0018EE40: 55646B50 042B21BE C0000135 00000000 10030000 00000088 0018EE78 1000AECA

0018EE60: 01336D00 00000088 00000000 042A1308 0018F01C FFFFFFFF 00002894 00002B68

0018EE80: 00000002 55650090 7EF99000 00000000 00000000 042A55F0 000002D0 00000000

0018EEA0: 00000001 00000024 00010003 00000008 0018EE78 00000000 00010004 00000004

0018EEC0: 0018EE88 00000000 042A9CC8 00000018 00000088 00000000 012A4E00 012A8D88

0018EEE0: 012A8EA4 042A55B0 012A91E8 0000007C 0018EE84 0018EF0C 0018EFBC 00001650

0018EF00: 042A4528 1003F4F0 0018EF20 1000B766 1003F4F0 042A4528 00001650 10041DC0

0018EF20: 042A4528 0018EF34 1000B8C7 10041DC0 00000001 0018EF40 556431BC 042A4528

0018EF40: 0018EF64 5564152E 1003F504 55650797 556656E8 00D43294 00000000 00001650

0018EF60: 01339CF0 00000010 1003F4F0 01339CF0 0018EF01 0018EFB0 55650797 556656E8

0018EF80: 00D43294 00000000 00000000 00000000 0018EFA8 0018EFA0 5564FEA0 01339CF0

0018EFA0: 0018EFC8 55650819 556656E8 00D43294 00000000 00000000 00000000 00000004

0018EFC0: 042B0000 042B2101 0018EFE4 5564FC78 9CF00001 042B22E8 0018EFF0 0018EFE8

0018EFE0: 5564FEA0 042B2158 0018F010 55650819 556656E8 00D43294 00000000 00000000

0018F000: 00000000 00000004 042B0000 042B2140 0018F024 556513B8 21580001 0000042B

0018F020: 042B22E8 0018F030 0051A732 042B22E8 0018F040 0052058F 042B22E8 006A5361

0018F040: 00000004 5566D078 042B22E8 0018F110 0018F060 004011A7 00002894 012A328F

0018F060: 00AE0BA0 0018F21C 0040B1FF 012D0990 00000002 00000002 04286F80 00000006

0018F080: 00000008 00000000 01339460 00000000 012D09A0 00B41356 5566D078 00000002

0018F0A0: 00000008 04286FD0 00000004 13960000 D07800B4 00005566 00000000 00000000

0018F0C0: 00040000 00000000 0000012F 01339748 00000000 012D09D0 00B41356 5566D078

0018F0E0: 00000001 00000008 04286FF8 00000004 13960000 D07800B4 00005566 00000000

0018F100: 00000000 00040000 00000000 0000012F 00AE0BA0 0018F208 00000000 00B380A2

0018F120: 00000004 00000005 00000014 00000014 042CBBEA 00000000 00000000 00D53BB4

0018F140: 00000000 00000002 00AE0C04 0018F208 00000000 012D7DC0 00000001 00AE0C60

0018F160: 00000000 00000000 00000000 00000000 6E756C6C 00010000 0D780000 000000AE

0018F7E0: 00000001 012A0000 00100002 00000008 012A00C4 04280078 04280073 00000000

0018F800: 002A0000 012A0000 01001668 0018F754 012A0000 0018F8E4 76FC70D5 04B72A96

0018F820: FFFFFFFE 0000003E 01327508 012A0000 013277E0 04280072 04280070 00000000

0018F840: 505C3A44 72676F72 46206D61 73656C69 38782820 465C2936 73656572 656C6163

0018F860: 2057435C 20726F66 3543504D 20787835 20646E61 3543504D 20787836 30312E32

0018F880: 6E69625C 0000005C 00000000 00000000 00000000 00000000 00000000 00000000

0018F8A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F8C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F8E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F900: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F920: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F940: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F960: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F980: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F9A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F9C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018F9E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018FA00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018FA20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018FA40: 0018FA50 495F574D 505F4544 4D5F4C43 445F4753 52505F3A 4152474F 4946204D

0018FA60: 2053454C 36385828 52465F29 43534545 5F454C41 46205743 4D20524F 35354350

0018FA80: 41205858 4D20444E 36354350 32205858 5F30312E 5F4E4942 2E454449 00455845

0018FAA0: 008F45C0 0018FDB8 747F1F91 0018FCB0 0018FAC8 00000004 00000000 01328AD0

0018FAC0: 01398390 747F1F9E 00000034 00000026 0000000E 00000014 00000000 00000011

0018FAE0: 0000004A 00000190 00000000 00000060 00000060 0D0CFF0B 07000000 000000A3

0018FB00: 00000040 00000800 00000D16 0000043C A00002FF 5200A1FF 02000009 00000000

0018FB20: 20000197 00000000 08006C61 00000000 00000000 00000000 00000000 00000000

0018FB40: 00000000 00000000 495F574D 435F4544 5F52424C 5F545645 505F3A44 52474F52

0018FB60: 46204D41 53454C49 38582820 465F2936 53454552 454C4143 2057435F 20524F46

0018FB80: 3543504D 20585835 20444E41 3543504D 20585836 30312E32 4E49425F 4544495F

0018FBA0: 4558452E 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018FBC0: 00000000 012A0000 012A0000 01398FE8 00000000 01398FE8 0018FBFC 76F8B462

0018FBE0: 01398FE8 01398FE0 012A0000 76F8B3E5 01328FE8 012A0000 01328FE0 0018FC30

0018FC00: 01328AC8 012A0000 00000000 00003BF8 000007FF 012A0000 00000000 0000077F

0018FC20: 012A00C4 012A5068 0000DF56 01328AC8 012A0000 01398FE0 000027E0 012A0000

0018FC40: 01328AC8 00003BF8 000007FF 505C3A44 72676F72 46206D61 73656C69 38782820

0018FC60: 465C2936 73656572 656C6163 2057435C 20726F66 3543504D 20787835 20646E61

0018FC80: 3543504D 20787836 30312E32 6E69625C 4544495C 4558452E 01327500 00001600

0018FCA0: 012A0000 00000000 01328AC8 0018FD9C 76F8302E 012A0138 76F8300A 72581F9A

0018FCC0: 00000000 012A0000 01328AD0 72616843 53207369 6F004C49 4D206564 00540053

0018FCE0: 6C617469 00640073 0000646C 72616843 012A0000 012A5068 4D206564 00540053

0018FD00: 6C617469 00640073 0000646C 01328ACB 00000000 00000000 000001F0 505F3A44

0018FD20: 52474F52 46204D41 53454C49 38582820 465F2936 53454552 454C4143 2057435F

0018FD40: 20524F46 3543504D 20585835 20444E41 3543504D 20585836 30312E32 4E49425F

0018FD60: 4544495F 4558452E 00000000 0000E2A3 00000000 01002E92 00B7F166 73795325

0018FD80: 01016574 0018FCBC 747EC370 0018FF14 76FC70D5 04B72A76 FFFFFFFE 76F8300A

0018FDA0: 76F82C02 00000000 01328AD0 01398574 01328AD0 00000001 01328AC8 0018FDE8

0018FDC0: 747EC323 012A0000 00000000 01328AD0 00B7F166 00B7F166 00000000 01398574

0018FDE0: 00000000 0006FAA4 0018FE18 747F20B3 7201265D 00000000 00000000 008F45C0

0018FE00: 00000000 00000003 00000000 00B7F166 00B7F166 00D52DB4 0018FE38 747F2084

0018FE20: 01339128 00000000 012D0960 00B41356 5566D078 00000002 00000008 04286F58

0018FE40: 00000004 13960000 D07800B4 00005566 00000000 00000000 00040000 00000000

0018FE60: 0000012F 000003B4 010002E1 007D8CAC 00B7F166 012A328F 00D52DB4 0018FE9C

0018FE80: 008CDF4A 00400000 00000000 012A328F 00000001 00B7F166 00D52DB4 0018FEB0

0018FEA0: 5521EF48 00000000 00000000 7EFDE000 0018FEC8 00952E14 00400000 00000000

0018FEC0: 012A328F 00000001 0018FF88 0092B406 00400000 00000000 012A328F 00000001

0018FEE0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

0018FF00: 00000000 00000000 00000000 00000000 00000000 0018FF78 00952D80 FFFFFFFF

0018FF20: FFFFFFFF 0018FF88 00000044 012CFB88 012CC818 012CFB98 00000000 00000000

0018FF40: 00000000 00000000 00000000 00000000 00000000 00000401 00000001 00000000

0018FF60: 00000000 00010001 00000000 00000000 0018FF28 0018FFC4 0018FFC4 00926F22

0018FF80: 00B9BF24 00000000 0018FF94 76913677 7EFDE000 0018FFD4 76F89F42 7EFDE000

0018FFA0: 72581DD2 00000000 00000000 7EFDE000 00000000 00000000 00000000 0018FFA0

0018FFC0: 00000000 FFFFFFFF 76FC70D5 04B72756 00000000 0018FFEC 76F89F15 0092B340

0018FFE0: 7EFDE000 00000000 00000000 00000000 00000000 0092B340 7EFDE000 00000000

Components:

|                          Name|             Version|        File|     Product|              Mod Date| File Size

------------------------------------------------------------------------------------------------------------------------------------------------------

|                  ASINTPPC.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:38 |    643072| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\ASINTPPC.dll

|                    CmdIDE.exe|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:07 |     42496| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\CmdIDE.exe

|                       IDE.exe|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:01 |  10747904| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\IDE.exe

|              IDENewDialog.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:38 |    206584| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\IDENewDialog.dll

|               IDE_MFC60cw.dll|         6.00.8665.0|  6.0.8665.0|     6.0.4.0|     2008/9/19, 10:29 |   1662976| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\IDE_MFC60cw.dll

|         IDE_MSL_DLL90_x86.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:23 |    303104| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\IDE_MSL_DLL90_x86.dll

|         InstallHelperKeys.exe|     No Version Info|     0.0.0.0|     0.0.0.0|     2005/3/22, 11:01 |     78336| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\InstallHelperKeys.exe

|                   licEval.dll|     No Version Info|     0.0.0.0|     0.0.0.0|       2012/3/5, 9:07 |     98304| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\licEval.dll

|                    lmgr11.dll|     No Version Info|     0.0.0.0|     0.0.0.0|      2008/5/28, 9:05 |   1490944| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\lmgr11.dll

|                    lmgr8c.dll|     No Version Info|     0.0.0.0|     0.0.0.0|      2005/5/2, 11:09 |    851968| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\lmgr8c.dll

|                 MWCore5_0.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:30 |    245760| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\MWCore5_0.dll

|                MWRADUtils.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:38 |    266240| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\MWRADUtils.dll

|                  Mwregsvr.exe|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:43 |     36864| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Mwregsvr.exe

|            MWRegSvrWinApp.exe|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:43 |     36864| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\MWRegSvrWinApp.exe

|                 PluginLib.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:25 |    122880| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib.dll

|                PluginLib2.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:25 |    122880| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib2.dll

|                PluginLib3.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:25 |    122880| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib3.dll

|                PluginLib4.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:25 |     86016| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib4.dll

|                PluginLib5.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:26 |     86016| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib5.dll

|                PluginLib6.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:26 |     86016| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\PluginLib6.dll

|         CPPCodeCompletion.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:07 |    827392| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\CPPCodeCompletion.dll

|             DebugDatabase.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:20 |    331776| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\DebugDatabase.dll

|          DebugRegisterMgr.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:20 |    118784| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\DebugRegisterMgr.dll

|       ExternalBuildWizard.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:32 |     61440| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\ExternalBuildWizard.dll

|             MPC55XXWizard.dll|           5.2.11275| 5.2.0.11275| 5.2.0.11275|     2011/10/3, 17:36 |    983040| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\MPC55XXWizard.dll

|                MWActivate.dll|          5.9.0.3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:08 |    585728| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\MWActivate.dll

|                 PackAndGo.dll|             1,0,0,0|     1.0.0.0|     1.0.0.0|    2006/12/19, 18:00 |    352256| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\PackAndGo.dll

|               TipOfTheDay.dll|             1,0,0,0|     1.0.0.0|     1.0.0.0|    2006/12/19, 18:00 |     65536| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\COM\TipOfTheDay.dll

|              OsekCompiler.dll|          2, 1, 2, 0|     2.1.2.0|     2.1.2.0|     2006/9/12, 14:00 |     77312| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Compiler\OsekCompiler.dll

|            PCLintCompiler.dll|                 1.5|     1.5.0.5|     1.5.0.5|      2003/9/4, 16:58 |     81920| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Compiler\PCLintCompiler.dll

|                  ppc_eabi.dll|             4.3 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:26 |   3288064| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Compiler\ppc_eabi.dll

|              ppc_eabi_asm.dll|               4.0.0|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:23 |    377856| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Compiler\ppc_eabi_asm.dll

|      ppc_eabi_libimporter.dll|             4.3 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:28 |     99840| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Compiler\ppc_eabi_libimporter.dll

|     BatchRunnerPostLinker.dll|       2.0.0 Build 8|     2.0.0.8|     2.0.0.8|    2006/12/19, 17:56 |     41984| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Linker\BatchRunnerPostLinker.dll

|      BatchRunnerPreLinker.dll|       1.0.0 Build 6|     1.0.0.6|     1.0.0.6|    2006/12/19, 17:57 |     41984| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Linker\BatchRunnerPreLinker.dll

|       ExternalBuildLinker.dll|          5.9.0.3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:32 |     81920| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Linker\ExternalBuildLinker.dll

|              PCLintLinker.dll|                 1.5|     1.5.0.5|     1.5.0.5|      2003/9/4, 16:58 |     86016| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Linker\PCLintLinker.dll

|           ppc_eabi_linker.dll|             4.3 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:28 |    905728| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Linker\ppc_eabi_linker.dll

|                 OsekPanel.dll|          2, 1, 2, 0|     2.1.2.0|     2.1.2.0|     2006/8/29, 18:11 |     72192| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\OsekPanel.dll

|    PBatchRunnerPostLinker.dll|       2.0.0 Build 6|     2.0.0.6|     2.0.0.6|    2006/12/19, 17:56 |     46080| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PBatchRunnerPostLinker.dll

|     PBatchRunnerPreLinker.dll|       1.0.0 Build 5|     1.0.0.5|     1.0.0.5|    2006/12/19, 17:56 |     31232| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PBatchRunnerPreLinker.dll

|             PCLintOptions.dll|                 1.5|     1.5.0.5|     1.5.0.5|      2003/9/4, 16:58 |     41984| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PCLintOptions.dll

|            PCLintSettings.dll|                 1.5|     1.5.0.5|     1.5.0.5|      2003/9/4, 16:58 |     83968| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PCLintSettings.dll

|           PDebugx86Except.dll|     5.9 Build 3510 |     5.8.0.0|     5.8.0.0|     2008/9/19, 11:34 |     65536| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PDebugx86Except.dll

|            PExternalBuild.dll|             1.0.1.0|     1.0.1.0|     1.0.1.0|     2008/9/19, 11:32 |     65536| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PExternalBuild.dll

|                PFrontEndC.dll|5.9 Engineering Build |     5.8.0.0|     5.8.0.0|      2012/2/17, 8:28 |     69632| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PFrontEndC.dll

|                    pMWCVS.dll|          1.3.0.3510|  1.3.0.3510|  1.3.0.3510|     2008/9/19, 11:32 |     65536| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\pMWCVS.dll

|             pmwSourceSafe.dll|         5.5.1.40704| 5.5.1.40704| 5.5.1.40704|     2004/4/13, 15:47 |     29696| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\pmwSourceSafe.dll

|            PPreprocessorC.dll|5.9 Engineering Build |     5.8.0.0|     5.8.0.0|      2012/2/17, 8:28 |     73728| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PPreprocessorC.dll

|                prfEABIasm.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     36864| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIasm.dll

|            prfEABIcodegen.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     84480| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIcodegen.dll

|             prfEABIdisasm.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     35328| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIdisasm.dll

|             prfEABIglbopt.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     33792| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIglbopt.dll

|             prfEABIlinker.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     76288| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIlinker.dll

|         prfEABIlinkeropts.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     31744| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIlinkeropts.dll

|            prfEABIproject.dll|       4.3 Build 224|   4.3.0.224|   4.3.0.224|      2012/2/17, 8:29 |     53248| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\prfEABIproject.dll

|                 PWarningC.dll|5.9 Engineering Build |     5.8.0.0|     5.8.0.0|      2012/2/17, 8:29 |     69632| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Preference Panel\PWarningC.dll

|            CPlusSourceGen.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:03 |    278528| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Support\CPlusSourceGen.dll

|                 MWComBase.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:36 |     65536| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Support\MWComBase.dll

|              MWComHelpers.DLL|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:31 |    471040| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Support\MWComHelpers.DLL

|                MWRadModel.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:39 |    585728| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\Support\MWRadModel.dll

|                     mwcvs.dll|          1.3.0.3510|  1.3.0.3510|  1.3.0.3510|     2008/9/19, 11:32 |    233472| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\version_control\mwcvs.dll

|              mwSourceSafe.dll|           1.0.3.716|   1.0.3.716|   1.0.3.716|     2004/4/13, 15:47 |    140540| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\version_control\mwSourceSafe.dll

|              VCSClearCase.dll|          1.1.2.1999|  1.1.2.1999|  1.1.2.1999|     2004/9/29, 15:28 |     77824| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\Plugins\version_control\VCSClearCase.dll

|            CPlusResources.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:02 |     24576| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\resource\CPlusResources.dll

|    ExternalBuildResources.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:32 |      6144| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\resource\ExternalBuildResources.dll

|     IDEAuxiliaryResources.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:31 |     45056| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\resource\IDEAuxiliaryResources.dll

|              IDEResources.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 10:31 |     53248| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\resource\IDEResources.dll

|         MakefileResources.dll|    5.9.0 Build 3510|  5.9.0.3510|  5.9.0.3510|     2008/9/19, 11:02 |     12288| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\resource\MakefileResources.dll

|                     SHW32.DLL|                    |     4.0.1.0|     4.0.1.0|     2000/2/10, 17:15 |    112688| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\SHW32.DLL

|                  sunvmhub.dll|     No Version Info|     0.0.0.0|     0.0.0.0|     2002/1/29, 14:20 |     50688| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\sunvmhub.dll

|                    tcl84t.dll|              8.4.12|    8.4.2.12|    8.4.2.12|     2006/9/25, 14:22 |    590336| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\tcl84t.dll

|            utf8conversion.dll|     No Version Info|     0.0.0.0|     0.0.0.0|     2008/5/22, 11:36 |    536576| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\utf8conversion.dll

|              xerces-2_2_0.dll|             2, 2, 0|     2.2.0.0|     2.2.0.0|     2008/9/19, 10:43 |   2248704| D:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10\Bin\xerces-2_2_0.dll

+--------------------------------+

| Black-box Recorder Information |

+--------------------------------+

IDE start time: 08:34:12.237

IDE crash time: 08:34:14.167

IDE life time:  00:00:02

Group : Keydowns

Group : CompilerLinker

Group : Context Menu

Group : Menu

Group : Mouse Clicks

Group : Pref Panel

  [08:34:12.635, tid=5712] reqUpdateProject, panel=VCS Setup

  [08:34:12.558, tid=5712] reqUpdateProject, panel=Custom Keywords

  [08:34:12.558, tid=5712] reqUpdateProject, panel=Build Extras

  [08:34:12.558, tid=5712] reqUpdateProject, panel=File Mappings

  [08:34:12.557, tid=5712] reqUpdateProject, panel=Target Settings

  [08:34:12.554, tid=5712] reqUpdateProject, panel=Access Paths

  [08:34:12.552, tid=5712] reqUpdateProject, panel=Source Trees

  [08:34:12.552, tid=5712] reqPrefsLoaded, panel=File Mappings

  [08:34:12.552, tid=5712] reqPrefsLoaded, panel=Target Settings

  [08:34:12.348, tid=5712] reqUpdateProject, panel=VCS Setup

Group : Projects

  [08:34:12.801, tid=5712] opened E:\VM_WinXP\Share2VM\5604B\Test\bak_20160411\ECO_VCU_5604B_V1.0_20160411Hxl_Xyg_srcALL\ECO_VCU_5604B.mcp

Group : Debug Launches

Group : Dispatched Msgs

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=10132] msgActiveTargetListChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] type_EndUpdateMessage

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgUpdateBrowserActiveCatalogs

  [08:34:12.834, tid=5712] type_BeginUpdateMessage

  [08:34:12.834, tid=5712] type_EndUpdateMessage

  [08:34:12.834, tid=5712] type_EndUpdateMessage

  [08:34:12.834, tid=5712] type_BeginUpdateAndClearMessage

  [08:34:12.834, tid=5712] msgUpdateActiveCatalogLists

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] msgActiveCatalogListsChanged

  [08:34:12.834, tid=5712] type_EndUpdateMessage

  [08:34:12.834, tid=5712] type_BeginUpdateMessage

  [08:34:12.834, tid=5712] type_BeginUpdateAndClearMessage

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Hardware Breakpoint

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Hardware Breakpoint

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Software Breakpoint

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Software Breakpoint

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Auto Breakpoint

  [08:34:12.834, tid=5712] msgBreakpointStatusChanged, breakpoint=Auto Breakpoint

  [08:34:12.834, tid=5712] type_EndUpdateMessage

  [08:34:12.834, tid=5712] type_BeginUpdateAndClearMessage

  [08:34:12.396, tid=10600] msgQuitThread

Group : Actions

  [08:34:12.835, tid=5712] EnableMenusAction

  [08:34:12.834, tid=5712] TextDocumentAction, action=syncInfoForProject

  [08:34:12.834, tid=5712] FireProjectDocumentOpenedAction, project=E:\VM_WinXP\Share2VM\5604B\Test\bak_20160411\ECO_VCU_5604B_V1.0_20160411Hxl_Xyg_srcALL\ECO_VCU_5604B.mcp

  [08:34:12.833, tid=5712] TextDocumentAction, action=syncInfoForProject

  [08:34:12.833, tid=5712] TextDocumentAction, action=syncInfoForProject, project=ECO_VCU_5604B.mcp

  [08:34:12.833, tid=5712] SetSelectedProjectPanelAction, project=ECO_VCU_5604B.mcp

  [08:34:12.827, tid=5712] FireProjectVisibleAction, project=ECO_VCU_5604B.mcp, target ID=0

  [08:34:12.827, tid=5712] FireProjectOpenedAction, project=ECO_VCU_5604B.mcp, target ID=0

  [08:34:12.827, tid=5712] CacheSubprojectsAction, project=ECO_VCU_5604B.mcp, target ID=6

  [08:34:12.827, tid=5712] EnableBrowserAction, project=ECO_VCU_5604B.mcp

  [08:34:12.801, tid=5712] RemoveRegisterDetailsAction

*** Most Recent Activity Summary ***

[08:34:12.835] | Actions         | 5712 | EnableMenusAction

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 10132 | msgActiveTargetListChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | type_EndUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgUpdateBrowserActiveCatalogs

[08:34:12.834] | Dispatched Msgs | 5712 | type_BeginUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_EndUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_EndUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_BeginUpdateAndClearMessage

[08:34:12.834] | Dispatched Msgs | 5712 | msgUpdateActiveCatalogLists

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | msgActiveCatalogListsChanged

[08:34:12.834] | Dispatched Msgs | 5712 | type_EndUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_BeginUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_BeginUpdateAndClearMessage

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Hardware Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Hardware Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Software Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Software Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Auto Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | msgBreakpointStatusChanged, breakpoint=Auto Breakpoint

[08:34:12.834] | Dispatched Msgs | 5712 | type_EndUpdateMessage

[08:34:12.834] | Dispatched Msgs | 5712 | type_BeginUpdateAndClearMessage

[08:34:12.834] | Actions         | 5712 | TextDocumentAction, action=syncInfoForProject

[08:34:12.834] | Actions         | 5712 | FireProjectDocumentOpenedAction, project=E:\VM_WinXP\Share2VM\5604B\Test\bak_20160411\ECO_VCU_5604B_V1.0_20160411Hxl_Xyg_srcALL\ECO_VCU_5604B.mcp

[08:34:12.833] | Actions         | 5712 | TextDocumentAction, action=syncInfoForProject

[08:34:12.833] | Actions         | 5712 | TextDocumentAction, action=syncInfoForProject, project=ECO_VCU_5604B.mcp

[08:34:12.833] | Actions         | 5712 | SetSelectedProjectPanelAction, project=ECO_VCU_5604B.mcp

[08:34:12.827] | Actions         | 5712 | FireProjectVisibleAction, project=ECO_VCU_5604B.mcp, target ID=0

[08:34:12.827] | Actions         | 5712 | FireProjectOpenedAction, project=ECO_VCU_5604B.mcp, target ID=0

[08:34:12.827] | Actions         | 5712 | CacheSubprojectsAction, project=ECO_VCU_5604B.mcp, target ID=6

[08:34:12.827] | Actions         | 5712 | EnableBrowserAction, project=ECO_VCU_5604B.mcp

[08:34:12.801] | Actions         | 5712 | RemoveRegisterDetailsAction

[08:34:12.801] | Projects        | 5712 | opened E:\VM_WinXP\Share2VM\5604B\Test\bak_20160411\ECO_VCU_5604B_V1.0_20160411Hxl_Xyg_srcALL\ECO_VCU_5604B.mcp

[08:34:12.635] | Pref Panel      | 5712 | reqUpdateProject, panel=VCS Setup

[08:34:12.558] | Pref Panel      | 5712 | reqUpdateProject, panel=Custom Keywords

[08:34:12.558] | Pref Panel      | 5712 | reqUpdateProject, panel=Build Extras

[08:34:12.558] | Pref Panel      | 5712 | reqUpdateProject, panel=File Mappings

[08:34:12.557] | Pref Panel      | 5712 | reqUpdateProject, panel=Target Settings

0 Kudos

1,406 Views
alexvinchev
Contributor V

Hey,

did you know, there is a magic feature, called "attachment" (yep, even here). This magic feature might greatly reduce your post length and then someone could read it...

0 Kudos

1,406 Views
hanxl
Contributor I

Hi,

  I didn't find the "attachment。

0 Kudos

1,406 Views
alexvinchev
Contributor V

You mean this one, I guess...?

Capture.PNG

You first need to use the "Use advanced editor" link in order to find attachment option.

0 Kudos