This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey All,
Not sure if this is where this belongs but I'll start here anyway. I'm having a problem with CCS6. I'm using Version: 6.0.1.00040 with the Grace add-on in conjunction with the eZ430-F2013 development tool. I'm trying to use the spi_master example from Grace. The program runs fine until I try to modify it. Anything I change in the InterruptVectors_init.c has no effect once so ever. I've included an example below. Here I did the simplest thing I could think of in that I commented out the included code and replaced it with a copy below the newly commented section. After rebuilding the whole project in every way I can think of I run the debug program and get this: When stepping through the code in this function it goes line by line through the commented code as if it was still there and completely ignores the uncommented code below.
I can even change the commented lines to active ones that have different functions and the program continues to preform the functions of the previous lines.
Does anyone have any advise on how to proceed from here?
I have not been able to reprocude this behavior. I tested with CCS 6.0.1 and Grace 3.0.2.64. I started with the same SPI Master example project and made changes to InterruptVectors_init.c similar to what you have shown. After rebuilding and reloading the code to target, if I set a breakpoint within the interrupt routine, run to it and then single-step, I do see it step through the new code and not the commented one.
Are you sure you rebuilt and reloaded the modified code to the target?