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 6 matches
CCS Forum Index
Author Message
  Topic: dsp support
micro65

Replies: 1
Views: 3394

PostForum: General CCS C Discussion   Posted: Sun May 11, 2008 12:33 pm   Subject: dsp support
hi,
why the dsPIC33FJ64GP802 is not supported by the compiler pcwd 4.067?

thanks.
  Topic: write_eeprom...error
micro65

Replies: 8
Views: 7720

PostForum: General CCS C Discussion   Posted: Tue Apr 29, 2008 12:08 pm   Subject: write_eeprom...error
ok, sorry but I did not understand.
However I found the problem.
The problem is only in Debug mode con icd-u (version firmware 1.39),
normally everything works perfectly.
Indeed in debug mode the ...
  Topic: write_eeprom...error
micro65

Replies: 8
Views: 7720

PostForum: General CCS C Discussion   Posted: Mon Apr 28, 2008 1:02 pm   Subject: write_eeprom...error
the compiler version is 4.065
  Topic: write_eeprom...error
micro65

Replies: 8
Views: 7720

PostForum: General CCS C Discussion   Posted: Mon Apr 28, 2008 12:36 pm   Subject: write_eeprom...error
this code calls Write_int_eep() function:

separate void GestProg()
{
if((cRxBuffer[1]=='S')&&(cRxBuffer[2]=='E')&&(cRxBuffe ...
  Topic: write_eeprom...error
micro65

Replies: 8
Views: 7720

PostForum: General CCS C Discussion   Posted: Mon Apr 28, 2008 12:20 pm   Subject: write_eeprom...error
thanks for your answer

......
......
#include <DS1307.c>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
......
......
#include <18F252.h>
#device ...
  Topic: write_eeprom...error
micro65

Replies: 8
Views: 7720

PostForum: General CCS C Discussion   Posted: Mon Apr 28, 2008 11:42 am   Subject: write_eeprom...error
Hi to all,
this is a subroutine for writing in eeprom:

boolean Write_int_eep(int *buffprt, int n_byte, int address)
{
byte b;
disable_interrupts(GLOBAL);
for( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group