Author |
Message |
Topic: HCS301 checksum |
evelikov92
Replies: 0
Views: 3857
|
Forum: General CCS C Discussion Posted: Fri Oct 30, 2015 12:21 am Subject: HCS301 checksum |
Do is have HCS301 hex file checksum in the end of line? And if is have, do is calculate the same way like PIC microcontrollers? I'm sorry for my bad english.
Thanks in advance for Your answers. |
Topic: shift_left function |
evelikov92
Replies: 4
Views: 10083
|
Forum: General CCS C Discussion Posted: Thu Oct 15, 2015 2:28 am Subject: shift_left function |
OK. Now I understand how is working. Thanks a lot Alan and Ttelmah.
I have one more question. If I have 8 elements in array of bytes. From where is start. From elementshift_left(number, 4, 0) ... |
Topic: shift_left function |
evelikov92
Replies: 4
Views: 10083
|
Forum: General CCS C Discussion Posted: Thu Oct 15, 2015 1:38 am Subject: shift_left function |
I need to use functionality like shift_left function but I can't understand exactly how is working. I test with array of bytes
int8 number[4] = { 0x01, 0x02, 0x03, 0xDC};
l ... |
Topic: problem with pic12f1572 and pickit3 |
evelikov92
Replies: 4
Views: 14095
|
Forum: General CCS C Discussion Posted: Thu Sep 17, 2015 12:01 am Subject: problem with pic12f1572 and pickit3 |
This method for me is not working. Or I don't know how can configure, or just is not working. In MPLAB X I see the pic12f1572, I create the project in MPLAB X. I think the pickit3 is update with the f ... |
Topic: How generate hex file |
evelikov92
Replies: 7
Views: 18372
|
Forum: General CCS C Discussion Posted: Tue Sep 15, 2015 10:43 pm Subject: How generate hex file |
I'm sorry for not so much information, and not post again. Thanks for the help for everyone who give me answer.
I need to know how HCS301, generate hex file from manufacture code and other code. How ... |
Topic: problem with pic12f1572 and pickit3 |
evelikov92
Replies: 4
Views: 14095
|
Forum: General CCS C Discussion Posted: Tue Sep 15, 2015 10:38 pm Subject: problem with pic12f1572 and pickit3 |
Ok thanks for the help PCM programmer and link. I try with latest version of MPLAB X. Today maybe I try it. |
Topic: problem with pic12f1572 and pickit3 |
evelikov92
Replies: 4
Views: 14095
|
Forum: General CCS C Discussion Posted: Tue Sep 15, 2015 12:01 pm Subject: problem with pic12f1572 and pickit3 |
Hi Everybody!
I have pic12F1572 and I try to connect with pickit3 but I can't. I read the problem is maybe in the version on pickit3. I look the last version is 3.1.0
and I use that version. And ... |
Topic: How generate hex file |
evelikov92
Replies: 7
Views: 18372
|
Forum: General CCS C Discussion Posted: Sun Sep 06, 2015 12:04 pm Subject: How generate hex file |
Hi everybody.
Well I have one decimal number, and I want to generate hex file from that number and save in device.
I know how is generate row in hex file
:10 0020 00 E2CF0AF0D9CF0BF0DACF0CF0F3CF ... |
Topic: CCS C++ Compiler and CCS C Compiler |
evelikov92
Replies: 3
Views: 9990
|
Forum: General CCS C Discussion Posted: Sun Jul 26, 2015 12:03 pm Subject: CCS C++ Compiler and CCS C Compiler |
I see in one computer folder with name "CCS C++ Compiler". And I think is have that version. But I may be wrong. May be it is features. |
Topic: CCS C++ Compiler and CCS C Compiler |
evelikov92
Replies: 3
Views: 9990
|
Forum: General CCS C Discussion Posted: Sun Jul 26, 2015 11:45 am Subject: CCS C++ Compiler and CCS C Compiler |
What is different between CCS C++ Compiler and CCS C Compiler? Can I use source code from CCS C Compiler on CCS C++ Compiler? Is only different on the programming language? |
Topic: i2c communication |
evelikov92
Replies: 2
Views: 6700
|
Forum: General CCS C Discussion Posted: Sat Jun 13, 2015 12:15 am Subject: i2c communication |
When I asking question I want "Yes is possible" or "No". But your answer is better. Thanks a lot Ttelmah. |
Topic: i2c communication |
evelikov92
Replies: 2
Views: 6700
|
Forum: General CCS C Discussion Posted: Mon Jun 08, 2015 11:20 pm Subject: i2c communication |
I have PIC18F6722 and sensor device. In pic18f6722 SDA_PIN is in RC4 and SCL_PIN is in RC3. My question is can I connect DATA PIN on sensor device in other PIN (for example RB5) in pic18f6722 or is re ... |
Topic: Big problem with simple math operation |
evelikov92
Replies: 2
Views: 5707
|
Forum: General CCS C Discussion Posted: Wed May 20, 2015 12:11 am Subject: Big problem with simple math operation |
It's working. Thanks for fast answer jeremiah. |
Topic: Big problem with simple math operation |
evelikov92
Replies: 2
Views: 5707
|
Forum: General CCS C Discussion Posted: Tue May 19, 2015 1:24 pm Subject: Big problem with simple math operation |
Hi everybody!
I used pic18f6722 and 20x4 lcd with flexible driver
I have a big problem with few math operation, and variables;
Maybe sounds funny or/and stupid but I crazy because is not working fi ... |
Topic: Problem with DS18B20 |
evelikov92
Replies: 4
Views: 9579
|
Forum: General CCS C Discussion Posted: Thu May 07, 2015 3:39 am Subject: Problem with DS18B20 |
When I started program on device is working to ds1820_read() function
and after that is stopped work.
I testing to write in LCD something before and after ds1820_read() function, and is displa ... |
|