Author |
Message |
Topic: pic24fj64GA704 |
Prefekt
Replies: 1
Views: 7992
|
Forum: General CCS C Discussion Posted: Wed Oct 09, 2019 9:00 am Subject: pic24fj64GA704 |
I have a problem with a new ICD-U64 programmer.
I have three ICD-U64, one works fine with all my pics. The second shows me only 111.... for the device ID and the new one shows me only 000... for ... |
Topic: char* func(void) PIC18F2525 vs. PIC24FJ... |
Prefekt
Replies: 6
Views: 17103
|
Forum: General CCS C Discussion Posted: Sun Nov 18, 2018 11:10 am Subject: char* func(void) PIC18F2525 vs. PIC24FJ... |
Ah, yes I remember.
Normally I develop in c#.
Thank you for support! |
Topic: char* func(void) PIC18F2525 vs. PIC24FJ... |
Prefekt
Replies: 6
Views: 17103
|
Forum: General CCS C Discussion Posted: Sun Nov 18, 2018 9:56 am Subject: char* func(void) PIC18F2525 vs. PIC24FJ... |
Thanks for the explanation.
Is this only an issue in the compiler version for PIC10/1216/18 or also for PIC24? |
Topic: char* func(void) PIC18F2525 vs. PIC24FJ... |
Prefekt
Replies: 6
Views: 17103
|
Forum: General CCS C Discussion Posted: Sun Nov 18, 2018 8:38 am Subject: char* func(void) PIC18F2525 vs. PIC24FJ... |
If I run this code on a PIC24FJ...
char* func(void){
char ret[25];
sprintf(ret, "function1");
return ret;
}
void main()
{
... |
Topic: data from rs232 to eeprom |
Prefekt
Replies: 1
Views: 6602
|
Forum: General CCS C Discussion Posted: Fri Dec 02, 2016 2:55 am Subject: data from rs232 to eeprom |
Hello,
I use a PIC18F2525 and have to store a string (2800 Bytes) from rs232. To store the data in a variable I have not enough RAM. For this reason I tried to put the received data directly in the ... |
Topic: pic18f46k22 uart problem |
Prefekt
Replies: 6
Views: 17248
|
Forum: General CCS C Discussion Posted: Wed Jun 29, 2016 9:50 am Subject: pic18f46k22 uart problem |
thank your for the hints.
I will try this. disable interrupts while using the PORT1 sounds good.
The restart_wdt() is an remain and I will delete it . |
Topic: pic18f46k22 uart problem |
Prefekt
Replies: 6
Views: 17248
|
Forum: General CCS C Discussion Posted: Wed Jun 29, 2016 5:16 am Subject: pic18f46k22 uart problem |
I have a pic 18f46k22 with 3 uart definitions.
two uarts with interrupts and one for output data.
If I send data to the stream SIMCOM, everyting is ok. But when I send data, for example 'x#' to th ... |
Topic: 18F46K22 slow |
Prefekt
Replies: 5
Views: 18738
|
Forum: General CCS C Discussion Posted: Fri May 13, 2016 12:44 pm Subject: 18F46K22 slow |
I found the mistake.
I use the TQFP44 case and as a connection between two pins was. Difficult to measure, but after the use of solder wick, the PIC runs without problems ...
What is the meaning o ... |
Topic: 18F46K22 slow |
Prefekt
Replies: 5
Views: 18738
|
Forum: General CCS C Discussion Posted: Fri May 13, 2016 7:37 am Subject: 18F46K22 slow |
Hello,
I have two identical pcb with PIC18F46K22. One board is running fine. But the pic on the other board is very very slow.
I send over UART232 with delay_ms(1000), incorrect data came every ... |
Topic: pic selection |
Prefekt
Replies: 15
Views: 55862
|
Forum: General CCS C Discussion Posted: Tue Apr 26, 2016 11:23 pm Subject: pic selection |
The FM24W256 works and it's fast!
Thank you for your help! |
Topic: pic selection |
Prefekt
Replies: 15
Views: 55862
|
Forum: General CCS C Discussion Posted: Sun Apr 17, 2016 6:37 am Subject: pic selection |
Is there a driver available for FRAM?
I found a driver for Ramtron FM24C256, but this chip is no longer available. Cypress FM24W256 seems the follower for the FM24C256.
Can I use the driver for FM2 ... |
Topic: pic selection |
Prefekt
Replies: 15
Views: 55862
|
Forum: General CCS C Discussion Posted: Mon Apr 11, 2016 11:55 pm Subject: pic selection |
I think I will try a FRAM.
Are there popular FRAM's which you used often?
I found the M25W256-G FRAM from Cypress, seems good for my demand. |
Topic: pic selection |
Prefekt
Replies: 15
Views: 55862
|
Forum: General CCS C Discussion Posted: Mon Apr 11, 2016 4:06 am Subject: pic selection |
Thanks for the informations.
I get data from a bluetooth device (4200 bytes) and store this data in a external eeprom. The eeprom needs few seconds to write and read the data.
It's an 25LC640 eep ... |
Topic: pic selection |
Prefekt
Replies: 15
Views: 55862
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2016 11:33 am Subject: pic selection |
Hello,
I have a project that needs 4800 byte for data at one time in the memory.
Until now, I only work with pic 16f and 18f.
And I have no experience wit 16bit PIC's.
What is the better way ... |
Topic: uart Problem with pic 18F2525 |
Prefekt
Replies: 3
Views: 7034
|
Forum: General CCS C Discussion Posted: Tue Jul 14, 2015 11:25 pm Subject: uart Problem with pic 18F2525 |
PIC 18F2525, compiler version 5.0.32
I want to read data from UART stream DATA and send send an answer back after validity check through the stream CONTROL.
Here is my header file:
#include & ... |
|