User Activity

Posted on October 21, 2016 at 18:30Hi, have a really strange problem if I use#define fred 0 and then LD A,#fred, A = 6 (Wrong)If I use #define fred 00 and then LD A,#fred, A = 0 (Right)If I use #define fred $0 and then LD A,#fred, A = 0 (Right)If I ...
Posted on July 30, 2013 at 12:08Hi I have a new build PCB with a ST7Flite29 fitted, I cant program the device, I have had to run an external clock signal to Clk In (PB4), the programmer is now reporting ''Write Protected'', how do I get this back, t...
Posted on March 14, 2011 at 12:49Since my post I have discovered this only happens on one bit of code, so I must have a error in the code 
Posted on March 08, 2011 at 10:38Anybody know were I can download STVD 4.2.1 the ST website has release notes for 4.2.1 but only has 4.2.0 as a download. I beleive there is a bug in the obsend operation, which is the npart I am having problems with
Posted on February 02, 2011 at 17:00Hi Using the lastest (I hope) V4.2.0 of visual develop software, runs ok in Win XP (32 bit), but runs slower on Win 7 ultimate (32 bit) take twice as long to complie code & takes a long time to load project and ev...