Author |
Message |
Topic: dsp support |
micro65
Replies: 1
Views: 3394
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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( ... |
|