Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MSP430.....IRQ simulation in C-SPY

Status
Not open for further replies.

*verilog*

Newbie level 1
Joined
Sep 24, 2003
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
9
Hi ALL!
I cannot simulate interrupts in C-SPY for MSP430 micro.

Just i'v getting code examples (C lang) from Texas web site, compiling it in IAR compiler, then running it in C-SPY. The debugger does not "see" any system interupts derived from internal timer (in TI example).
My friend tried these example codes written in ASM lang, the C-SPY simulates the interrupts well. The problem is that i dont speak, read and write ASM.
I dont belive that TI and IAR Systems did not think about interrupts simulation. Then, what is the trick?
Thanks for help.
 

Hi, *verilog*!!
I had no problems when debugging into C written interrupts.
Check all the configuration options. I think they're very determinative.

For example:
- In ICC430 window, Code tab, check Optimitations & select "Speed:NONE"
Output tab, check & select "Generic Debug Info"
- In A430 window, Debug Tab, check & select "Generic Debug Info" (this is for assembler )

- In XLINK window, Output Tab, check & select "Debug Info with Terminal IO"

Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top