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?