Author |
Message |
Topic: Push-Pull centre tap simple forward (buck) conveter |
prayami
Replies: 8
Views: 12032
|
Forum: General CCS C Discussion Posted: Tue Sep 05, 2006 8:25 pm Subject: Push-Pull centre tap simple forward (buck) conveter |
Thanks a lot to ....all of you guys...You guys doing greate work...
I think the link that "Rocket" gave, seems useful..... |
Topic: Push-Pull centre tap simple forward (buck) conveter |
prayami
Replies: 8
Views: 12032
|
Forum: General CCS C Discussion Posted: Tue Aug 29, 2006 4:49 pm Subject: Push-Pull centre tap simple forward (buck) conveter |
Thanks...for reaply....
I have searched a lot about DC/DC converter but all searched is about converters avaible but not for designing the DC/DC converters. It is really hard to find any converter ... |
Topic: Push-Pull centre tap simple forward (buck) conveter |
prayami
Replies: 8
Views: 12032
|
Forum: General CCS C Discussion Posted: Tue Aug 29, 2006 3:36 pm Subject: Push-Pull centre tap simple forward (buck) conveter |
Hi...
I know this is not the question of this forum but I am sure you guys know it better.
In our project we want Full Bridge Push-Pull transformer. I tried to search online but could not find ... |
Topic: Power Inverter using transformer |
prayami
Replies: 1
Views: 4045
|
Forum: General CCS C Discussion Posted: Mon Aug 21, 2006 8:39 pm Subject: Power Inverter using transformer |
Hi...
We are making Power Inverter for getting variable output from 12V to 30V with 12V input. Everything working fine but when we connect some register at the output, the output voltage does not g ... |
Topic: CCP1 and Time1 Interrupt : calculate RPM |
prayami
Replies: 1
Views: 5026
|
Forum: General CCS C Discussion Posted: Fri Jul 14, 2006 4:04 pm Subject: CCP1 and Time1 Interrupt : calculate RPM |
void main() {
set_tris_a(0x01);
set_tris_b(0x00);
set_tris_d(0x00);
set_tris_c(0x9F);
set_tris_e(0x00);
output_h ... |
Topic: CCP1 and Time1 Interrupt : calculate RPM |
prayami
Replies: 1
Views: 5026
|
Forum: General CCS C Discussion Posted: Thu Jul 13, 2006 8:39 pm Subject: CCP1 and Time1 Interrupt : calculate RPM |
Hi...After having passed through very bad time I have solved this problem. As I got clue from this forum but that code was not working perfect for me. I think to post it so it can be useful for other ... |
Topic: Calculating wrong RPM..... |
prayami
Replies: 8
Views: 18351
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 10:06 pm Subject: Calculating wrong RPM..... |
Thanks...Ttelmah....you are greate....
I have tried the one you have suggested. And that seems working. The only thing is if I use CCP_1 for reading timer as under then it is doing what it was. Bu ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 5:26 pm Subject: Stack over flow problem.... |
Hi...Thanks everybody.....
Here with I come to know what was the problem. And I would like to share it to all so can be useful for other. Masters' comments are welcome.
In my variable declarati ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 2:50 pm Subject: Stack over flow problem.... |
Thanks....Ttelmah and asmallri....
First the if statement Ttelmah have written was comment and shifted to next line so just i gnore it. You guys wright that code is too long to debug. And My actua ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Sun Jul 09, 2006 8:22 pm Subject: Stack over flow problem.... |
Hi...
Here there was my code....But as it is too long I have deleted it. As I come to know what was the problem.
Check the last post which can be useful to many and give comments if you want.. ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Sun Jul 09, 2006 7:56 pm Subject: Stack over flow problem.... |
Thanks...asmallri....
My array declaration is OK.
Still question, I have reduced some code in my program. And now I have declared #SEPARATE or #INLINE statement before all the function. And it ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Sun Jul 09, 2006 3:54 pm Subject: Stack over flow problem.... |
Thanks Ttelmah and asmallri.....
I have increased the size of arrays for null termination. And it is still doing the same. I have looked at the manual but couldn't find such things. I have still f ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 9:09 pm Subject: Stack over flow problem.... |
Thanks for replay....
Here with I come with more detail. I have reduced around 32 bytes of variables' in my program now. Everything is same....And now it seems working. This means in the case of p ... |
Topic: Stack over flow problem.... |
prayami
Replies: 12
Views: 17038
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 6:32 pm Subject: Stack over flow problem.... |
Dear all....
This time very bad experiences, I have passed through. And in big trouble. As our project is finished and about to release and just come to know that sometimes values of the variables ... |
Topic: Calculating wrong RPM..... |
prayami
Replies: 8
Views: 18351
|
Forum: General CCS C Discussion Posted: Thu Jul 06, 2006 10:23 pm Subject: Calculating wrong RPM..... |
Hi...
I have written delay_ms(5000); on the beginning of the main loop.
And it is not doing at very beginning. It is doing every 2 to 3 minutes.
This if loop is to check whether it is go ... |
|