Author |
Message |
Topic: Using 2D array float type as parameters in a function |
rigomm
Replies: 0
Views: 4029
|
Forum: General CCS C Discussion Posted: Wed Oct 20, 2010 5:09 am Subject: Using 2D array float type as parameters in a function |
Hi! I did a simple program using arrays This will be the base of a more complex one.
I’m using 2D arrays and passing them as parameters into a function.
If the variables (arrays) are declared ... |
Topic: Function using array of float data does not work |
rigomm
Replies: 0
Views: 2701
|
Forum: General CCS C Discussion Posted: Sun Oct 17, 2010 11:09 pm Subject: Function using array of float data does not work |
Hi everybody!
I´m trying to do a very simple program using floating data.
The program only has to save the data of one array into another variable and return.
Obviously, this is just a test prog ... |
Topic: ADC internal clock sampling frequency |
rigomm
Replies: 3
Views: 7493
|
Forum: General CCS C Discussion Posted: Thu Aug 05, 2010 10:44 pm Subject: Solved...but |
PCM programmer, than you for your time to reply my message!
Actually I had already read this file that you kindly addressed to, but I didn't find what I was looking for.
and those documen ... |
Topic: ADC internal clock sampling frequency |
rigomm
Replies: 3
Views: 7493
|
Forum: General CCS C Discussion Posted: Thu Aug 05, 2010 7:40 am Subject: ADC internal clock sampling frequency |
Hello.
I´m using the dspic30f3012 configured to use the Fast RC oscillator and the 16 PLL. Everything works fine but...
I´m trying to figure out what is the "ADC internal clock"
I kno ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Thu May 27, 2010 6:11 am Subject: Concatenating arrays |
Hi Wayne_
Yes, I´m using Hardware SPI routines. The code I posted above is not the code I´m writing now that I want to save the data in raw mode. As you well appointed, I´m saving the data as a 16 ... |
Topic: fat.c + mmcsd.c Working but Windows can't read the files |
rigomm
Replies: 16
Views: 30219
|
Forum: General CCS C Discussion Posted: Thu May 27, 2010 5:57 am Subject: Please share your solution |
Hi CoverUp
Solved!!
if any one want the solution, post but i'll explain it in spanish. sorry for that
Por favor comparte tu solución. Aunque sea en español. :-)
Please, share the solution ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Mon May 24, 2010 10:45 pm Subject: My requirements |
Hi Wayne_
Actually, my requirements are not so high like in your project.
I just need, for now, 1KHz. It's a very low frequency compared with your (44KHz)?.
In fact, now I'm doing the same as y ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Sun May 23, 2010 10:33 pm Subject: Solved |
Well I want to thank all of you who reply my message.
Finally I got successful readings and recordings.
Below is the code in case somebody wants to implement it. Unfortunately for me, the time c ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Fri May 21, 2010 11:26 pm Subject: Concatenating arrays |
Hi everyone, thank you for your time and advices.
Wayne_ I implemented the solution that you propose.
The compiler does not complain, and apparently the program is saving the data, at least the da ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Thu May 20, 2010 6:59 am Subject: Concatenating arrays |
Thank you Wayne_ and Ttelmah for your hints and quickly reply.
I think I should explain a litle more about what I´m aiming to do.
My goal is to make a data logger which should read data f ... |
Topic: Concatenating arrays |
rigomm
Replies: 16
Views: 17497
|
Forum: General CCS C Discussion Posted: Wed May 19, 2010 7:28 pm Subject: Concatenating arrays |
Hi!
I'm trying to make an array of 512 bytes. The array must contains the result of several ADC conversions, enough to fill the 512 bytes array.
The data of the array must be in ascii code.
So, ... |
Topic: How to disable the FWDTEN? |
rigomm
Replies: 3
Views: 5232
|
Forum: General CCS C Discussion Posted: Thu Mar 18, 2010 2:55 am Subject: How to disable the FWDTEN? |
Ttelmah and LostInSpace, thank you so much for your time and help!
You are right, the .LST file and the configuration bits window in MPLAB
both shows the change according to the settings in the com ... |
Topic: How to disable the FWDTEN? |
rigomm
Replies: 3
Views: 5232
|
Forum: General CCS C Discussion Posted: Wed Mar 17, 2010 5:22 am Subject: How to disable the FWDTEN? |
Hello to everybody.
I´m trying to implement a simple flashing LED program using the dsPIC30F3012 and the compiler is the PCWHD ver. 4.102.
The LED flashing according to the time I set but the dsPIC ... |
|