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: Pointer to ram in rom struct
lucromain

Replies: 2
Views: 5956

PostForum: General CCS C Discussion   Posted: Mon Apr 01, 2013 2:21 pm   Subject: Fixed
Thank you Ttelmah for your reply. I tried your code and it works correctly.

However I noticed that this solution works only if the data[] array and the Gain/Polarity static variables are declared i ...
  Topic: Pointer to ram in rom struct
lucromain

Replies: 2
Views: 5956

PostForum: General CCS C Discussion   Posted: Fri Mar 29, 2013 7:24 pm   Subject: Pointer to ram in rom struct
This is for a PIC16F1937. I have a problem trying to store a pointer to (int *) inside a struct that will be in rom. Here is a piece of code:

int Gain,Polarity;
typedef struct reg_s {
char ...
  Topic: Print debug information to simulation console window
lucromain

Replies: 3
Views: 14797

PostForum: General CCS C Discussion   Posted: Wed Apr 06, 2011 8:09 am   Subject: Print debug information to simulation console window
I like this idea about using a spare I/O to send debug data to an external monitor. The MCU is currently on a PCB but there is no external pin is available on any of the external connectors. I will he ...
  Topic: Print debug information to simulation console window
lucromain

Replies: 3
Views: 14797

PostForum: General CCS C Discussion   Posted: Mon Apr 04, 2011 7:59 pm   Subject: Print debug information to simulation console window
I am looking for a way to send debug information to the console when the problem is executing. I am writing code for a PIC16F690. I would like to add these debug statements inside functions so I can t ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group