Author |
Message |
Topic: asymmetric cryptography |
pattousai
Replies: 3
Views: 3725
|
Forum: General CCS C Discussion Posted: Sun Jul 11, 2010 3:38 pm Subject: asymmetric cryptography |
Thanks Ttelmah, for the very good answer...
Well, to be honest I always thought that was very possible to make asymmetric cryptography (including generate the keys) in the PIC's hardware, but I am ... |
Topic: asymmetric cryptography |
pattousai
Replies: 3
Views: 3725
|
Forum: General CCS C Discussion Posted: Fri Jul 09, 2010 1:10 pm Subject: asymmetric cryptography |
Hi everybody,
I know this is a regular question (if there is any library that implement), but this time I'm asking if it is possible to do asymmetric cryptography in a PIC family device (dsPIC, PIC ... |
Topic: Hash function like MD5 or MD4 in CCS code for 18F2620 |
pattousai
Replies: 5
Views: 5928
|
Forum: General CCS C Discussion Posted: Thu Apr 15, 2010 1:03 pm Subject: Hash function like MD5 or MD4 in CCS code for 18F2620 |
To add an update, the RFC 1321 test code is consuming 13% ROM and 25% RAM of PIC18F2620, but it works correctly, different from PCD with PIC24.
If I understand correctly, you already have the imple ... |
Topic: [out of topic] Thank you Ttelmah |
pattousai
Replies: 9
Views: 9114
|
Forum: General CCS C Discussion Posted: Tue Nov 18, 2008 9:22 am Subject: [out of topic] Thank you Ttelmah |
my thanks go to all active users of the forum , but we have to say thanks very very much for the names already mentioned (Ttelmah, PCM, Ckielstra and others) |
Topic: serial |
pattousai
Replies: 10
Views: 8342
|
Forum: General CCS C Discussion Posted: Tue Oct 28, 2008 10:25 am Subject: serial |
hummm... i'm not understanding what are you trying to say...
you can't send and take data? Are you asking for example code using these functions?
if can somebody write little code for example ... |
Topic: strange errors with the combination ds1307 + rs232 |
pattousai
Replies: 2
Views: 6400
|
Forum: General CCS C Discussion Posted: Wed Oct 15, 2008 8:08 pm Subject: strange errors with the combination ds1307 + rs232 |
Hi everybody,
Well, I'm developing a circuit that uses 2 rs232 and a ds1307, and all of a suddenly the program started to behave strangely. I could localize (I guess) the source of my problem, and ... |
Topic: Is there a way to establish the priority in the PIC18F's? |
pattousai
Replies: 1
Views: 3650
|
Forum: General CCS C Discussion Posted: Thu Sep 04, 2008 11:32 am Subject: Is there a way to establish the priority in the PIC18F's? |
hi everybody...
I want know if there is a way to declare the priority of an interrupt in the PIC 18F's.
As far as i know the directive #priority only tells the order that the interrupts will be ... |
Topic: how to determine the load capacitance of a crystal? |
pattousai
Replies: 8
Views: 11205
|
Forum: General CCS C Discussion Posted: Thu Sep 04, 2008 11:26 am Subject: how to determine the load capacitance of a crystal? |
thanks to everybody for the explanations... i will read the links and do some tests...
but the topic already explains a lot |
Topic: how to determine the load capacitance of a crystal? |
pattousai
Replies: 8
Views: 11205
|
Forum: General CCS C Discussion Posted: Wed Sep 03, 2008 8:19 am Subject: how to determine the load capacitance of a crystal? |
hi everybody,
Sorry to run out a litle bit of the main theme discussion (CCS C) in this forum, but since every pic has a crystal associated and think this could be apropriate
Anyway, the questio ... |
Topic: Another DS1307 driver |
pattousai
Replies: 34
Views: 341972
|
Forum: Code Library Posted: Wed Aug 20, 2008 10:21 am Subject: Another DS1307 driver |
thanks Phil,
i had check the datasheet, it was just a type error, but thanks again |
Topic: Another DS1307 driver |
pattousai
Replies: 34
Views: 341972
|
Forum: Code Library Posted: Tue Aug 19, 2008 7:21 pm Subject: Another DS1307 driver |
why the squarewave output pin is disabled in the init() and set_date_time()?
if i want a squarewave of 1Hz i'm only have to replace the
i2c_write(0x80);
to
i2c_write(0x01); ... |
Topic: Help in a Real Time Clock application |
pattousai
Replies: 5
Views: 6585
|
Forum: General CCS C Discussion Posted: Wed Jul 23, 2008 5:31 pm Subject: Help in a Real Time Clock application |
i was doing some research, and found the ds1307 hardware. this already implements a RTC.
ok, but i think this not fit for me... because i want to send a configuration to the pic and depending on th ... |
Topic: Help in a Real Time Clock application |
pattousai
Replies: 5
Views: 6585
|
Forum: General CCS C Discussion Posted: Wed Jul 23, 2008 4:55 pm Subject: Help in a Real Time Clock application |
ok, i bought 2 diodes and put them in series with the power source and the program stop to behave strangely.
But now I'm printing the time, and after 12 hours the program delay a couple of seconds ... |
Topic: Help in a Real Time Clock application |
pattousai
Replies: 5
Views: 6585
|
Forum: General CCS C Discussion Posted: Mon Jul 21, 2008 8:49 am Subject: Help in a Real Time Clock application |
my compiler version is 4.057 and this simple program works fine.
i will try add a diode in series, really haven't think about that.
thanks |
Topic: Help in a Real Time Clock application |
pattousai
Replies: 5
Views: 6585
|
Forum: General CCS C Discussion Posted: Fri Jul 18, 2008 4:19 pm Subject: Help in a Real Time Clock application |
Hi everybody.
I'm using the code posted by ckielstra to implement a Real Time Clock, and every minute i set a flag that make a led to blink. the problem is that after a couple of hours the led just ... |
|