2003-06-10 10:06 PM
ST7Lite in connection with Metrowerks and inDART-STX
2003-06-09 11:48 PM
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! Alfredo2003-06-10 10:06 PM
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!