Thanks. Just now I am trying to do this, but I have no results.
Pin 10 GND Pin 20 +5volts - is that right? So will try again.
Did you manage to program tiny2313 with othe programmator like STK500?
I know that I am asking a lot of questions (sorry about this) but did you make any controller with Chan filmware?
Regards, have a nice day
Alex.
Pin 10 = gnd pin 20 =vcc;
Did not tried any other programmers since this one works... Made exactly the fuse settings shown in picture. Not others. At the beginning I made a mistake with the fuses and bricked a chip... :devious:
I've made 3 smc3a controllers with attiny2313 you can see them on some posts on the first page.
Best regards
I'm using ATTINY2313-20PU.
So I think I need to change programmer. Many Thanks to you for your help I will inform you about my result. I made I combyne prototype controller board combine from UHU and Chan shematic. So .... Did you meke the same????? Chan have IR2184 based shematic. I used the same. Chan's shematic does not heva connection of SD/ on both chips. Here on forum I had found elm_sch.pdf In it sd/ of both 2184 was shorted and together should be connected to shutdown. Do you know what is shutdown (I think it should be connected to +5 volts)? Bacause due to datasheet of IR2184 only in=1 and sd/=1 will give HO=1 and LO=1 to drive one side. Do you know something about connection of SD/ on IR2184?
Regards
Alex.
Finally finished laying out the schematic in eagle. I had copied the values from UHU. Next is the board layout![]()
Hello Mike! Ken you send me or put here ASM file you had used from Chan?
Due to programmation of FUSES I have got programer from a friend of mine AVRISP. With fuse programmation everything is OK. I can reprogram change fuses and do alot of things. I have One problem I can not gen any information from RS 232. Chip give me ok on leg 14 and PWM on 15 and 16 may be it is a wrong code. But I made simulation in Proteus as I told you everything is ok. Due to you advise befor to one guy I chacked everything with connection both with cable and also all signals with oscilograf.still not goo d results. I wil never use STK200 to programm fuses. Also I used AVRstudio to make programmation.
Regadrs
Alex.
asm is like original...
except for:
SYSCLK = 15000000 (like the resonator i used) If not setting this value the serial communication will not work![]()
INI_MODE = 3 to start the chip directly in step / dir mode...