CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: watchdog timer wake up problem for 12hrs
suresh53

Replies: 2
Views: 10411

PostForum: General CCS C Discussion   Posted: Sat Sep 03, 2016 1:41 am   Subject: watchdog timer wake up problem for 12hrs
hi

I have faced a problem in watchdog timer wake up for 12hrs once.

#include <16LF1825.h>

#FUSES WDT //Watch Dog Timer
#FUSES NOBROWNOUT //No brownout ...
  Topic: pic16f spi communication -master communicate with four slave
suresh53

Replies: 7
Views: 16799

PostForum: General CCS C Discussion   Posted: Wed Aug 03, 2016 5:18 am   Subject: about master and slave code
please suggest how do read the master write data in slave side by using interrupt method.

and also pls suggest to transfer the data from slave to master in interrupt method.
  Topic: pic16f spi communication -master communicate with four slave
suresh53

Replies: 7
Views: 16799

PostForum: General CCS C Discussion   Posted: Wed Aug 03, 2016 5:10 am   Subject: here i have attached master and slave code
Master code:


#include<16F1936.h>
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#FUSES NOWDT,HS
#FUSES NOBROWNOUT
#FUSES NOLVP
#use delay(internal=32000 ...
  Topic: pic16f spi communication -master communicate with four slave
suresh53

Replies: 7
Views: 16799

PostForum: General CCS C Discussion   Posted: Tue Aug 02, 2016 7:24 am   Subject: pic16f spi communication -master communicate with four slave
i have faced a problem in spi communication that master didnot read correct data from slave.
i used internal oscillator (32Mhz) both master and slave.
in slave side slave count external pulses by u ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group