cancel
Showing results for 
Search instead for 
Did you mean: 

ST7Lite in connection with Metrowerks and inDART-STX

delser9
Associate II
Posted on June 11, 2003 at 07:06

ST7Lite in connection with Metrowerks and inDART-STX

2 REPLIES 2
delser9
Associate II
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
stephanie
Associate II
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!