I'm an EE student and I'm building a project using msp430f5437 in IAR Embedded Workbench IDE tool.
I finished writing the project code and I still don't have the JTAG and the board for debugging it, So I started debugging using the IAR simulator.
I encountered two problems:
1. I wrote a code setting a MCLK system clock using an external crystal oscillator.
When I select the MCLK pin to be MCLK output I don't get any changes in the pin output, it remains 0x00.
Can I simulate a crystal based clock without having hardware with an actual crystal connected?
2. I read in different forums that there is no way to run a msp430 peripherals simulation using IAR.
I read in the IAR user guide that such a simulation can be done using macro files.
Are there any ready macro files I can find on line? Is there an alternative way of running a msp430 peripherals simulation?
Thanks in advance!
Yossi.