Posted on May 17, 2011 at 10:14Upgrade: the motor absorb 7.5A (and NOT 2A). I have insert C at 68nf and R at 100K (before the C was 5.6nF) in this configuration: http://digilander.libero.it/ciccio.unico/schema2.jpg this is the enable when the motor ...
Posted on May 17, 2011 at 10:14Hi, I use L6205 for my application: it drive 2 motors, PWM40KHz, 28V/2A. I must plus power: I have insert 2 L6205 in parallel configuration: http://digilander.libero.it/ciccio.unico/schema.jpgMy application run for 30 ...
Posted on September 28, 2007 at 06:20Hi, I use ST72325 for communicate with external RTC in I2C. I must read the RTC data: ST = master, RTC = slave. I dont understand I can setting my master in received mode. I send the request with: I2CDR = 0xA3; /...
Posted on August 08, 2007 at 08:46Thanks! :-] I have cut the post: in the real code I have assigned the value: const unsigned char far TAB_SENS[4] = { 0x00, 0x02, 0x03, 0x01 }; Now work! I have used #pragma directive before the define: #pragma IN...
Posted on August 08, 2007 at 05:36Hi, I use Hiware compiler for program st7LITE19. I have declared: const unsigned char far TAB_SENS[4]; and in my .prm file: FLAGS = -Ms -Cc -Cq -Lasm=%n.lst I compiled it but when I go to see the .map file I found: ...