Skip to main content
Visitor II
June 11, 2003
Question

ST7Lite in connection with Metrowerks and inDART-STX

  • June 11, 2003
  • 2 replies
  • 547 views
Posted on June 11, 2003 at 07:06

ST7Lite in connection with Metrowerks and inDART-STX

    This topic has been closed for replies.

    2 replies

    delser9Author
    Visitor II
    June 10, 2003
    Posted on June 10, 2003 at 08:48

    Are there any examples for ST7Lite2 with inDART-STX and Metroworks? I tried to modify the exercise 6a for ST7Lite0 to run them on the Lite2, but it didn't work. The Compare Flag of the AR-Timer is never set. (By the way: External interrupts are working correctly! That shows me that the program generally works, but not all the interrupts).

    Maybe it's a problem with the 'project.prm' file? Where can I find any information about seting up a *.prm file?

    Thank you for all help and hints!

    Alfredo
    Visitor II
    June 11, 2003
    Posted on June 11, 2003 at 07:06

    Take care not to perform a continuous read access of your ARTimer registers (Watch window in the debugger). This can lead to an immediaite clear sequence of the flag.

    For the prm file, you can have information in Metrowerks documentation. You also have examples in the install directory of STVD7 2.5.2 (the one from ST, no the one from Softec).

    Good work!