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 11 matches
CCS Forum Index
Author Message
  Topic: ICD-U40 Debugger Monitor with real RS232
dilandau

Replies: 7
Views: 69159

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Wed Sep 21, 2011 9:27 am   Subject: ICD-U40 Debugger Monitor with real RS232
What I would do to check solve this problem:


1 - check you have #device ICD=TRUE fuse

2 - check there is a IO pin connected to ICD pin6 (for debugging)

3 - check that pin to be the one you ...
  Topic: about How to use GPS Decode codes from library
dilandau

Replies: 4
Views: 8518

PostForum: General CCS C Discussion   Posted: Wed Sep 21, 2011 9:18 am   Subject: about How to use GPS Decode codes from library
Sorry but I cannot understand properly your problem...

Your question is about capturing NMEA GPRMC Data from a GPS, or showing it in a LCD 2x16?
By your code it seems that you already know how to ...
  Topic: Need to create new int to service PIR3 on 18F6680...HOW?
dilandau

Replies: 6
Views: 9321

PostForum: General CCS C Discussion   Posted: Wed Sep 21, 2011 5:09 am   Subject: Need to create new int to service PIR3 on 18F6680...HOW?
For author:
Maybe this link will help:
http://www.ccsinfo.com/forum/viewtopic.php?t=27060

For previous answer:
Have you tried using
#int_default
  Topic: CAN Receive Interrupts
dilandau

Replies: 8
Views: 11550

PostForum: General CCS C Discussion   Posted: Wed Sep 21, 2011 5:05 am   Subject: CAN Receive Interrupts
DonĀ“t know if this code will entirely cover your question but I had similar problem with interrupts in enhanced mode for receiving data, and this is the way I solved it:

In a pic 18f4580 these are ...
  Topic: Unknown device type
dilandau

Replies: 19
Views: 24782

PostForum: General CCS C Discussion   Posted: Mon Sep 19, 2011 4:34 am   Subject: Unknown device type
I know this is quite old but I solved this problem in my case by removing

#FUSES NOXINST //Extended set extension and Indexed Addressing mode disabled (Legacy mode)

from my Fuse ...
  Topic: simple float and int arithmetic...
dilandau

Replies: 2
Views: 7541

PostForum: General CCS C Discussion   Posted: Thu Mar 31, 2011 11:30 am   Subject: simple float and int arithmetic...
Dont know if this is a very old topic but here you have the solution from CCS

http://www.ccsinfo.com/faq.php?page=mplab_float
  Topic: 18f45j11 write_eeprom problem
dilandau

Replies: 7
Views: 7323

PostForum: General CCS C Discussion   Posted: Thu Aug 26, 2010 5:22 am   Subject: 18f45j11 write_eeprom problem
difficult to say without more info...

This can happen if a previous identifier is wrong,
or if there is a line without a ";" at the end,
or if there is a #ifdefine without its #endif so ...
  Topic: [SOLVED]CAN BUS communication ECAN and CAN
dilandau

Replies: 6
Views: 17208

PostForum: General CCS C Discussion   Posted: Thu Aug 26, 2010 4:57 am   Subject: [SOLVED]CAN BUS communication ECAN and CAN
Finally got it.

It seems to be a compiler error.
The next code which is inside the can-dsPIC30.h do not modify the register properly. That's why my baud rate was different, It was not changing BRP ...
  Topic: [SOLVED]CAN BUS communication ECAN and CAN
dilandau

Replies: 6
Views: 17208

PostForum: General CCS C Discussion   Posted: Thu Aug 26, 2010 3:21 am   Subject: [SOLVED]CAN BUS communication ECAN and CAN
Checking your second advice I came to find something strange.
I have send same message from 18F585 and from de dsPIC and the one of the dsPIC appear to be much faster (about 4 or 5 times faster)
I w ...
  Topic: [SOLVED]CAN BUS communication ECAN and CAN
dilandau

Replies: 6
Views: 17208

PostForum: General CCS C Discussion   Posted: Wed Aug 25, 2010 3:14 pm   Subject: [SOLVED]CAN BUS communication ECAN and CAN
Well, thanks for the answer. I will check that register too.
Anyway, it probably won't increase at all as I enable every source of interrupt for the CAN BUS

can_enable_interrupts(RX0 | RX1 | T ...
  Topic: [SOLVED]CAN BUS communication ECAN and CAN
dilandau

Replies: 6
Views: 17208

PostForum: General CCS C Discussion   Posted: Wed Aug 25, 2010 10:18 am   Subject: [SOLVED]CAN BUS communication ECAN and CAN
Hi everybody.
I have been reading around looking for a solution in the forum without success.
I am trying to communicate a few pics using CAN BUS and I was lucky until this point as everything seem ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group