Posted on November 22, 2007 at 15:24 ok, I find the example code (AN1078), but... Originally written for the ST72 I would like to use the ST7FLITEUS5, how to proceed to ''conversion''? Compiling getting 23 errors ... Please, someone could ve...
Posted on November 22, 2007 at 15:22 ok, I find the example code (AN1078), but... Originally written for the ST72 I would like to use the ST7FLITEUS5, how to proceed to ''conversion''? Compiling getting 23 errors ... Please, someone could ve...
Posted on October 25, 2007 at 17:48Dear Forum members, I'm using ST7 Assembler Linker with the stvd7 ide. could anybody indicate to me some code example to use with the family ST7UltraLite? or a tutorial explaining as proceeding? Thanks to all
Posted on September 27, 2007 at 05:54Hi, I am using ST72F264G2 powered with 3.3VDC. To lower consumption I put it to Wait mode (cant use Active Halt as I need to receive signals form outside and external interrupt wont wake it up from Active Halt). ...
Posted on September 25, 2007 at 23:16Hi, I am using 72F264G2 with an 8MHz crystal. I have the following code: int main(void) { DisableInterrupts; SetBit(PADDR,7); // Test output bit SetBit(MISCR1,4); // set input sensitivity SetBit(MISCR1,3); C...