I have recently downloaded code composer studio v4 and have been getting myself familiar with the environment.
I have been trying to simulate an example code for the msp430f2274, msp430x22x4_ta_01,using F283x as the simulator target device. The program toggles P1.0 when the Timer clock cycle =50000.
How can I simulate the ACLK timer events to be frequency dependent and is there a way to configure the ACLK frequency value for the simulation? Is there a way to set or view the microcontroller settings, such as CPU MIPS, rise time, fall time, etc...?
In addition,I would also like to plot the output signal for P1.0 vs system clock (MCLK). Is this possible and if so, how ?