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: Array - memory leaks ?
omcdr

Replies: 3
Views: 5450

PostForum: General CCS C Discussion   Posted: Sun Aug 18, 2013 1:13 pm   Subject: Array - memory leaks ?
Thanks for the advice. I have to redesign my program and optimize ram usage and interrupts.
  Topic: Array - memory leaks ?
omcdr

Replies: 3
Views: 5450

PostForum: General CCS C Discussion   Posted: Fri Aug 16, 2013 2:51 pm   Subject: Array - memory leaks ?
I have simple program with struct and array.
Program is working, but I can write to p.data
//working
p.data[0]=0x22;
p.data[2]=0x33;

//not working
...
  Topic: PIC12F683 and RS232 RX problem
omcdr

Replies: 7
Views: 11925

PostForum: General CCS C Discussion   Posted: Tue Dec 13, 2011 2:45 am   Subject: PIC12F683 and RS232 RX problem
Thanks for replies, I will change to uP with hw RS.
  Topic: PIC12F683 and RS232 RX problem
omcdr

Replies: 7
Views: 11925

PostForum: General CCS C Discussion   Posted: Sun Dec 11, 2011 3:25 pm   Subject: PIC12F683 and RS232 RX problem
I can't receive any byte on my PIC12F683. TX is working correctly.
Is kbhit() working on this uP ? Shoud I declare rx buffer or something else ?



#include <12F683.h>

#FUSES WDT ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group