Other Parts Discussed in Thread: MSP-EXP430FR6989
Hello,
My hardware:
- MSP430FR6043
- CCS 10.1.0.00010
- XDCTools 3.32.00.06
- compiler version 16.9.11.LTS
I'm using SDK "TI-RTOS for MSP430 - 2.20.00.06". I 've choosen empty example project for MSP-EXP430FR6989 and I'm trying to recreate the "Clock example" for the same board.
The difference is that I'm not using MSP-EXP430FR6989 but MSP430FR6043 and I'm not declaring Clock in main but in "empty.cfg" file. When I tried debugging the program and placing breakpoint in the function, the program didn't execute the function. Not even once.
I've tried to execute the "clock example", but it also didn't go to the desired function as well.
The only thing that my function should do is toggling the pin.
I've also created a task, that is also toggling a pin in while(1) loop and it's working fine. When I've tried to see the amount of ticks in the working task, using Clock_getTicks(), I've always got 0.
What should I do, to make The Clock Instances working?