Author |
Message |
Topic: Embedded Internet System translation |
ibg
Replies: 2
Views: 7066
|
Forum: General CCS C Discussion Posted: Fri Nov 05, 2004 12:28 pm Subject: Embedded Internet System translation |
Hi all,
Does anyone know how "Embedded Internet System" is translated to Spanish?
Thanks-Gracias,
ibg |
Topic: Temperature sensor LM75 |
ibg
Replies: 4
Views: 8383
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 5:35 am Subject: Temperature sensor LM75 |
Hi,
I have been reading the datasheet for the temperature sensor LM75 and is said that the temperature value is represented by 9 bits in 2 complement.
If I read two bytes in order to read such v ... |
Topic: I2C specification |
ibg
Replies: 3
Views: 9226
|
Forum: General CCS C Discussion Posted: Mon Sep 20, 2004 12:03 pm Subject: I2C specification |
Hi all,
I have been reading the I2C specification where is said that this 2-wire bus support arbitration and collision protocols. It is also said that in case two Masters try to transfer data simul ... |
Topic: Initialisation array problem |
ibg
Replies: 6
Views: 16101
|
Forum: General CCS C Discussion Posted: Mon May 17, 2004 12:48 pm Subject: 'strcopy' doesn't work either |
Sorry, but the function 'strcopy' doesn't work either. Any other suggestion?
Thanks,
ibg |
Topic: atoi conversion |
ibg
Replies: 2
Views: 10642
|
Forum: General CCS C Discussion Posted: Mon May 17, 2004 12:45 pm Subject: atoi conversion |
Hi,
I'm parsing a string using the function 'strtok'. I want to assign the different elements I'm getting to integer variables (unsigned int32, unsigned long and unsigned int). The problem is that ... |
Topic: Initialisation array problem |
ibg
Replies: 6
Views: 16101
|
Forum: General CCS C Discussion Posted: Mon May 17, 2004 11:41 am Subject: Initialisation array problem |
Hi,
I have a problem when I try to initiliase the 'time' field (it's a string) of a struct that belongs to an array.
The problem I got is that when I print 'time' just garbage appear.
The cod ... |
Topic: Timer3 and fprintf anomalous |
ibg
Replies: 4
Views: 14152
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2004 12:00 pm Subject: The variables contain the right data? |
Hej,
I must admit I just got the idea about the anomalous behaviour of my fprintf but I got a bit lost with all the timingl stuff :(
Actually the purpose of the data I read (frequency, pulses a ... |
Topic: Timer3 and fprintf anomalous |
ibg
Replies: 4
Views: 14152
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2004 6:42 am Subject: Timer3 and fprintf anomalous |
Hi again,
I have found a problem printing the data I get (Frequency, pulses, signal strength) when I add the code related with timer3. Before that, all the data were printed rigth.
// External ... |
Topic: Edge of interruption IV (delay in ext2 & rda int) |
ibg
Replies: 2
Views: 10726
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2004 3:25 pm Subject: Delay removed |
Well, I have removed the delay from the ext2 handler (using a timer instead) and it seems everything works well. I avoid the glitches coming from the signal that generates the interruption and the GPS ... |
Topic: Edge of interruption IV (delay in ext2 & rda int) |
ibg
Replies: 2
Views: 10726
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2004 2:40 pm Subject: Edge of interruption IV (delay in ext2 & rda int) |
Hi all,
Thanks for keeping helping me with this.
As I mentioned before, I NEED to add the delay(30) inside the ext2 handler to avoid the glitches from the signal coming from the telemetry syste ... |
Topic: Edge of Interruption III |
ibg
Replies: 2
Views: 10375
|
Forum: General CCS C Discussion Posted: Fri Apr 23, 2004 9:31 am Subject: Edge of Interruption III |
Hi all,
I finally resolved the problem with my external2 interruption routine. The thing was that there are some glitches in the signal and that's why the interruption routine more times than expe ... |
Topic: Edge of Interruption II |
ibg
Replies: 4
Views: 14179
|
Forum: General CCS C Discussion Posted: Thu Apr 15, 2004 12:46 pm Subject: More about the interruption edge |
Hi,
The interruption is generated by a frequency receiver (used in telemetry studies) when detects the presence of a fish.
Anyway, I'm going to check once again how is the signal in an oscillos ... |
Topic: Edge of Interruption II |
ibg
Replies: 4
Views: 14179
|
Forum: General CCS C Discussion Posted: Wed Apr 14, 2004 4:10 am Subject: Edge of Interruption II |
Hi,
As Humberto suggested me, it may be clearer if add the code
#include <18F452.h> // The device (PIC 18F452) include file
#device *=16 ADC=10
#include <string.h> ... |
Topic: RAM BANKS |
ibg
Replies: 1
Views: 8597
|
Forum: General CCS C Discussion Posted: Tue Mar 16, 2004 4:18 am Subject: RAM BANKS |
I've got some code where I can see the following...
#define BANK1
#define BANK2
#define BANK3
...
BANK2 WORD rxout;
I'm using PIC18F452 which has 16 BANKS. Why just 3 of them are defined ... |
Topic: "printf" and "int32" |
ibg
Replies: 1
Views: 12482
|
Forum: General CCS C Discussion Posted: Fri Feb 27, 2004 11:18 am Subject: "printf" and "int32" |
Hej,
I'm using a int32 variable and I'm wondering which the format for the printf instruction. I've tried with %lu but it's not working :(
Cheers,
ibg
The code is the following...
vo ... |
|