Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
P/N: RM42L432 .
IDE: CCS 5.5.0 .( complier version :5.1.14)
HALCoGen 04.05.01
Debug tool: XDS100V2 USB Emulator
I found it can't work and stop at init_00 when i use ccs debug ,[i only want to monitor the variable].
whether the reason is as the following figure describe?( self _test prevent debug mode?)
2. I use two methords to enter debug mode
2.1 a-- connect JTAG to the PCB board
b-- suspend
c-- power off -on the PCB board
d--connect to the target
f-- i can monitor the variables,
2.2 choose debug mode --load symbols only.
i find this way can also enter into debug mode successfully.
3. but the most serious problem is " the interrupt can't work"
3.1 i use SPI、SCI、A/D、RTI、QEP.
for example ,in 1ms task ,i will generate a signal to drive a LED every 100 ms. but the LED never on.
4、 this is the basic information about my project .
Can you tell me the direction of problem solving ?
Any conflict between self_test and debug mode ?
tks very much !