Author |
Message |
Topic: PIC16f1938 Bootloader |
misperry
Replies: 10
Views: 14182
|
Forum: General CCS C Discussion Posted: Tue Mar 22, 2011 8:53 pm Subject: PIC16f1938 Bootloader |
bump |
Topic: PIC16f1938 Bootloader |
misperry
Replies: 10
Views: 14182
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2011 9:33 pm Subject: PIC16f1938 Bootloader |
Well I have been working on this and I believe that I have just made things worse I think. (he he)
I am trying to use the ex_bootloader.c ccs c bootloader with a 16f1938 chip. I was wondering if I ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Mon Feb 28, 2011 10:41 pm Subject: Multiple fprintf statements with different streams problem |
Just so everyone knows who views this thread. I have gotten it to work!! Finally!.
He he Thanks so much to everyone who posted on this thread. You all helped out so much!
Special thanks to Tte ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Thu Feb 24, 2011 8:07 pm Subject: Multiple fprintf statements with different streams problem |
I have been extensively testing this problem. I have found that if you call the printf statements back to back this does not work.
i.e.
printf(chipA,"%d",delay_num);
printf(chipB,&qu ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Thu Feb 24, 2011 6:53 pm Subject: Multiple fprintf statements with different streams problem |
Hello there,
I am still having an issue with this problem. I still cannot get the information passed between the two chips.
If anyone out there has any Ideas this would be great!
Thanks agai ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Sun Feb 13, 2011 7:42 pm Subject: Multiple fprintf statements with different streams problem |
Thank yo sooooooo Much!!!!! I got a piece of it to work.
The thing that I noticed that I had been doing wrong is stating the multiple fprintf statements back to back.
The only thing I have a ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Sat Feb 12, 2011 2:57 pm Subject: Multiple fprintf statements with different streams problem |
Hey there,
I had tried that but it didn't work so that is where I came up with the code I had posted above.
However, here is the code I now am using, based on your suggestion, and I am not getti ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2011 8:41 pm Subject: Multiple fprintf statements with different streams problem |
Thank you so much for pointing that out. When I was copying the original program I did not get the tris copied like I wanted. I apologize. I have done what you have suggested with the output_high a ... |
Topic: PIC16f1938 Bootloader |
misperry
Replies: 10
Views: 14182
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2011 8:18 pm Subject: PIC16f1938 Bootloader |
bump |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2011 11:23 pm Subject: Multiple fprintf statements with different streams problem |
Oh and here is something funny I found. When I use the following code I get the number back on chipA but not on chipB through chipE.
fprintf(chipA,"%d",delay_num);
delay_ms ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2011 11:18 pm Subject: Multiple fprintf statements with different streams problem |
Oh yeah. I forgot this. I changed it to "c=fgetc(chipB);"
I then connected the secondary chip to the apropriate rx & tx pins on the first chip and the same thing happens. I receive ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Wed Feb 09, 2011 8:22 pm Subject: Multiple fprintf statements with different streams problem |
Thank you so much for your reply.
I took your suggestions and made a smaller program that you can cut and paste into mplab ide. This is what I use is MPLAB IDE.
I am testing this on an actual h ... |
Topic: PIC16f1938 Bootloader |
misperry
Replies: 10
Views: 14182
|
Forum: General CCS C Discussion Posted: Tue Feb 08, 2011 11:16 pm Subject: PIC16f1938 Bootloader |
Hey all,
I have yet another perplexing problem that I am in need of some assistance with. ( he he)
I am attempting to modify the ex_bootloader.c file for a 16f1938 chip. however, when I change ... |
Topic: Multiple fprintf statements with different streams problem |
misperry
Replies: 16
Views: 28555
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2011 11:12 pm Subject: Multiple fprintf statements with different streams problem |
Hey all,
I have yet another snag that I have hit that I cannot for the life of me figure out.
I have multiple streams going on a chip and they control communication to other chips. I was wonder ... |
Topic: 1 hexfile containing all : bootloader, program, eeprom |
misperry
Replies: 12
Views: 20250
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 4:05 pm Subject: 1 hexfile containing all : bootloader, program, eeprom |
That is totally awesome!!!! Thanks so much that has taken care of a bunch of problems. That did the trick!!
Thanks again!!! |
|