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.

MSP430 Simulation using F283x

Other Parts Discussed in Thread: MSP430F2274

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 ?

 

  • Ben,

    F283x is a CPU only simulator & doesn't models the timer model inside. So I am not sure how your program toggles & I believe that's b\c of some timeout. Second it's not possible to configure the ACLK & plot the output signal as well. The simulator is CPU only simulator to validate code porting beyond that simulating a use case will be difficult without any peripheral. Sorry, I am not able to help you further.