Posted on December 02, 2009 at 11:11Concerning the Latest publications: Documents posted between Nov 1, 2009 and Dec 1, 2009: The attached .pdf ST Assembler-Linker User Manual R4.0 Nov-2009 the is the old Vers. 3 ! Regards Hansjusch
Posted on November 25, 2009 at 12:04Hi With the newer releases STVD I get problems with the following declarations segment 'ram0' .... com1 segment common 'ram0' .dividend DS.L 1; (div_lxw used in maths.asm) com1 segment common 'ram0' .add_a DS.W 1 ...
Posted on April 08, 2008 at 08:27Hi Brian If you dont need the EEPROM, you can choose the ST7FLITEUS5 (no EEPROM, only 1k FLASH) or if your supply- voltage is 5 Volts the ST7FOXU0 (no EEPROM, 2k FLASH). Both you can buy at digikey in the SO-8 packag...
Posted on February 11, 2008 at 14:11Hi Brian Use this: ; ; Clock ; 10 Bit RCCR to load ; Option Byte: CKSEL[1:0] = 00 ; .ini_st7 ld A, $DEE2 ; Calbration value (Special Bytes outside Flash) ld RCCR, A ; set to 8 MHz @ 3.3 Volts @ 25°C CR[9:0] ld...