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 10 matches
CCS Forum Index
Author Message
  Topic: Bootloader int_global information
niccolo.calandri

Replies: 1
Views: 6827

PostForum: General CCS C Discussion   Posted: Thu Jun 15, 2017 1:45 am   Subject: Bootloader int_global information
I'm triying to modify the BOOTLOADER in order to update the firmware from an External EEPROM, for OTA.

I almost understand all the CCSC example except for this sentence:

#int_global ...
  Topic: Int8 Rom problem
niccolo.calandri

Replies: 13
Views: 21626

PostForum: General CCS C Discussion   Posted: Sun Apr 30, 2017 10:24 am   Subject: Int8 Rom problem
Ok! I understand it.

Now it is perfectly clear to me! Thanks to much
  Topic: Int8 Rom problem
niccolo.calandri

Replies: 13
Views: 21626

PostForum: General CCS C Discussion   Posted: Sun Apr 30, 2017 12:00 am   Subject: Int8 Rom problem
So maybe is my PIC?

PIC18F26J50 - Compiler version:

Do you know if I have to set some fuses? I use ICD and CCS 5.070.
Moreover, I test again my code. What is happening to me is that when i try ...
  Topic: Int8 Rom problem
niccolo.calandri

Replies: 13
Views: 21626

PostForum: General CCS C Discussion   Posted: Sat Apr 29, 2017 2:55 pm   Subject: Int8 Rom problem
Ok, Thanks Ttelmah,
if I need to store a variable in the Rom. How can i do it? How can i write in rom?
  Topic: Int8 Rom problem
niccolo.calandri

Replies: 13
Views: 21626

PostForum: General CCS C Discussion   Posted: Sat Apr 29, 2017 10:08 am   Subject: Int8 Rom problem

int8 rom number=10;

char mess[20]="";
number=0;
sprintf(mess,"%d",number);
usb_cdc_puts(mess);
number=1;
sprintf(mess,"%d",number ...
  Topic: ICD U64 - Problem with ICSP
niccolo.calandri

Replies: 3
Views: 43001

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Tue Apr 04, 2017 12:53 am   Subject: ICD U64 - Problem with ICSP
It seems to be a problem in the ICD that somehow the PGD line get damaged. I have 4 ICD's that have the same behaviour. Contacted CCS but they couldn't help me. I noticed a problem on my board when th ...
  Topic: ICD U64 - Problem with ICSP
niccolo.calandri

Replies: 3
Views: 43001

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Mon Apr 03, 2017 7:15 am   Subject: Re: ICD U64 - Problem with ICSP
Hi

Last year I bought a ICD - U64 and started to use it to program and debug a PIC18F4550. This week the ICD showed a malfunction and now I can't program or do anything.

The problem is:

- Whe ...
  Topic: Info on PASS_STRINGS=IN_RAM
niccolo.calandri

Replies: 1
Views: 6948

PostForum: General CCS C Discussion   Posted: Sat Mar 18, 2017 3:43 am   Subject: Info on PASS_STRINGS=IN_RAM
Hi All,
I need some help to understand: PASS_STRINGS=IN_RAM.
What real happen?


PASS_STRINGS=IN_RAM
#define str "Hello"

void main ()
{
while(1){
prin ...
  Topic: PIC18F26J50 UART RS232 PROBLEM
niccolo.calandri

Replies: 3
Views: 13358

PostForum: General CCS C Discussion   Posted: Fri May 20, 2016 2:31 pm   Subject: PIC18F26J50 UART RS232 PROBLEM


#include <18F26j50.h>
#device PASS_STRINGS=IN_RAM
#include <stdio.h>
#include <string.h>
#fuses NOWDT, NOPROTECT, NODEBUG
#use delay(internal=48000000, USB_FULL, ACT= ...
  Topic: PIC18F26J50 UART RS232 PROBLEM
niccolo.calandri

Replies: 3
Views: 13358

PostForum: General CCS C Discussion   Posted: Fri May 20, 2016 1:51 pm   Subject: PIC18F26J50 UART RS232 PROBLEM
Dear all,

I have a problem to read something from the uart. I have a SIM900A working fine. It receive data from the TX pin of the PIC. It transmits back the AT code but the pic did not see anything ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group