Author |
Message |
Topic: Webserver Controlled DSP ADAU1701 |
twidget
Replies: 3
Views: 11672
|
Forum: General CCS C Discussion Posted: Thu Mar 13, 2014 5:23 pm Subject: Webserver Controlled DSP ADAU1701 |
Thank-you RF_Developer;
I think your right about the interrupt driven I2C coms thing.
if(ii == 0) I2C_GenerateSTART(I2C1, ENABLE);
/* Send data */
while(Tx_ ... |
Topic: Webserver Controlled DSP ADAU1701 |
twidget
Replies: 3
Views: 11672
|
Forum: General CCS C Discussion Posted: Thu Mar 13, 2014 1:09 am Subject: Webserver Controlled DSP ADAU1701 |
Hello everyone. I have been away from CCS for awhile but decided to use the compiler on my next project. Im rusty so I am sure I'll need some help. I though maybe I would began by explaining my pro ... |
Topic: getch question |
twidget
Replies: 11
Views: 13653
|
Forum: General CCS C Discussion Posted: Wed Mar 13, 2013 1:46 am Subject: getch question |
And you thought I was rude.
What they are telling you is that you can’t just return the “number” you enter via RS232. RS232 returns what’s called an ASCII value. ASCII (American Standard ... |
Topic: minIMu9v2 problem |
twidget
Replies: 13
Views: 19757
|
Forum: General CCS C Discussion Posted: Fri Mar 08, 2013 3:06 am Subject: minIMu9v2 problem |
I don't know what your trying to display on your LCD but I think you need a 4x20. You have 4 prints to the LCD but you never defined where the cursor starts, If I needed to display all the info at one ... |
Topic: minIMu9v2 problem |
twidget
Replies: 13
Views: 19757
|
Forum: General CCS C Discussion Posted: Fri Mar 08, 2013 2:53 am Subject: minIMu9v2 problem |
lcd_gotoxy(2,2);
printf( LCD_PUTC, X_out " %g=%u ", X_out); //display //send results over RS232
printf(LCD_PUTC, Y_out " %g =%u", Y_out); //display
... |
Topic: minIMu9v2 problem |
twidget
Replies: 13
Views: 19757
|
Forum: General CCS C Discussion Posted: Fri Mar 08, 2013 2:45 am Subject: minIMu9v2 problem |
Hello, have your read the examples? they have them for arduino, you might be able to use that code to help build your own?
The Pololu MinIMU-9 v2 is a compact (0.8″ × 0.5″) board that combine ... |
Topic: Calling all efficient coders! Fast divide equation needed! |
twidget
Replies: 8
Views: 9503
|
Forum: General CCS C Discussion Posted: Wed Mar 06, 2013 2:57 am Subject: Calling all efficient coders! Fast divide equation needed! |
Can I ask a silly question? Why is it important to get your calculations down under 50us? Its not very often that such a fast speed has any real effect on a system, so I am curious why this is a probl ... |
Topic: PWM problem with pic16F1503 |
twidget
Replies: 14
Views: 33542
|
Forum: General CCS C Discussion Posted: Wed Mar 06, 2013 12:53 am Subject: PWM problem with pic16F1503 |
Well I will say Thank you, I am working on a project with PIC16F1509 and the PWM was killing me! This thread helps a lot! Thank you PCM programmer. |
|