CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 34 matches
CCS Forum Index
Author Message
  Topic: RF Reference Design
MicroManiac

Replies: 0
Views: 2298

PostForum: General CCS C Discussion   Posted: Mon Oct 25, 2010 11:31 am   Subject: RF Reference Design
Hello,
I am searching to make a low power RF remote control with 1-2 push buttons. Very simple application, however I am concerned about the power of the device as well as the range (need at least 10 ...
  Topic: USB Task Issue
MicroManiac

Replies: 1
Views: 2745

PostForum: General CCS C Discussion   Posted: Mon Mar 02, 2009 5:57 am   Subject: USB Task Issue
Hello,
I was thinking of putting the USBTasks() inside a timer interrupt.
But i was wondering, if for some reason i am accepting data and the interrupt occurs, will this affect the data i am receivi ...
  Topic: Weird Float and USART Problem
MicroManiac

Replies: 7
Views: 7504

PostForum: General CCS C Discussion   Posted: Fri Feb 20, 2009 3:18 am   Subject: Weird Float and USART Problem
In other words, your previously posted code has been meaningless or misleading.
Actually Not,
i've taken that exact code, recompiled it in a new project and it worked fine.
My problem was in the &q ...
  Topic: Weird Float and USART Problem
MicroManiac

Replies: 7
Views: 7504

PostForum: General CCS C Discussion   Posted: Thu Feb 19, 2009 1:26 am   Subject: Weird Float and USART Problem
Well that is not the problem
i created a new project and recompiled everything and it worked smoothly
dunno what was happening before
thank you all for your help
  Topic: Weird Float and USART Problem
MicroManiac

Replies: 7
Views: 7504

PostForum: General CCS C Discussion   Posted: Wed Feb 18, 2009 1:14 am   Subject: Weird Float and USART Problem
well, when i am using the USART, the "d" is always returning 0.
i am surprised that it is returning a result in the MPLAB simulator. the other values are the same.
i didn't post my whole c ...
  Topic: Weird Float and USART Problem
MicroManiac

Replies: 7
Views: 7504

PostForum: General CCS C Discussion   Posted: Tue Feb 17, 2009 8:42 am   Subject: Weird Float and USART Problem
Hello, i am using PIC18F4620 and the compiler version of 4.085
and trying to execute the following code


#include <18F4620.h>
#device adc=8

#FUSES NOWDT //No Watch Do ...
  Topic: Pic as a web server
MicroManiac

Replies: 0
Views: 4033

PostForum: General CCS C Discussion   Posted: Wed Feb 11, 2009 8:19 am   Subject: Pic as a web server
Hello,
i am using the embedded ethernet eval board provided by CCS in order to test the PIC as a webserver.
i was looking at the code provided by ccs "ex_st_webserver.c".
but i have no i ...
  Topic: Code problem with function pointers !
MicroManiac

Replies: 9
Views: 12050

PostForum: General CCS C Discussion   Posted: Sat Jan 24, 2009 12:28 am   Subject: Re: Code problem!

int (*p
Well first of all, I'm not sure that this is the right way to return an array in a function call
you should try:
int *p(int x, int y);
Second
p
this is not the way to call a fu ...
  Topic: Floating Point Transmission
MicroManiac

Replies: 7
Views: 5810

PostForum: General CCS C Discussion   Posted: Tue Jan 06, 2009 8:15 am   Subject: Floating Point Transmission
ok
I am not a newbie using Microchip product and developing usb devices, i am a newbie sending floating point via any interface.
I have some intensive calculations that needs to be done on the embed ...
  Topic: Floating Point Transmission
MicroManiac

Replies: 7
Views: 5810

PostForum: General CCS C Discussion   Posted: Tue Jan 06, 2009 7:09 am   Subject: Floating Point Transmission
Well, i am a newbie regarding this matter.
Can you please elaborate more on your idea, or you can send me some pointers in order to start writing the code.
Thank you
  Topic: Floating Point Transmission
MicroManiac

Replies: 7
Views: 5810

PostForum: General CCS C Discussion   Posted: Tue Jan 06, 2009 4:40 am   Subject: Floating Point Transmission
Hello,
does anyone have any idea how i can send variables of type float or double via the usb while preserving the decimal point?
Thank you

Regards
  Topic: problem with USB firmware!!
MicroManiac

Replies: 6
Views: 7421

PostForum: General CCS C Discussion   Posted: Tue Dec 30, 2008 8:45 am   Subject: problem with USB firmware!!
The usb connections are very sensitive ones
definitely you should put cap across the power lines.
Another thing, i didn't read the code but from the previous code, i noticed that you left the Vusb p ...
  Topic: Can I have the same ISR for Timer3 & INT0?
MicroManiac

Replies: 3
Views: 3640

PostForum: General CCS C Discussion   Posted: Fri Dec 19, 2008 7:26 am   Subject: Can I have the same ISR for Timer3 & INT0?
you can use the pre-processor directive

#int_global
void isr()
{

}
this will route the all interrupts to this function
but be careful using the compiler does not create the ...
  Topic: Jtag interface
MicroManiac

Replies: 7
Views: 7065

PostForum: General CCS C Discussion   Posted: Fri Nov 07, 2008 12:40 pm   Subject: Jtag interface
ok thank you all
i'll try to make the best out of everything you have given me
  Topic: Jtag interface
MicroManiac

Replies: 7
Views: 7065

PostForum: General CCS C Discussion   Posted: Fri Nov 07, 2008 9:00 am   Subject: Jtag interface
OK
I am new at the JTAG Protocol.
I want to debug a couple of chips in JTAG Mode but i don't have any clear idea about how JTAG works.
You can say that i want to use the JTAG in Master mode to comm ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group