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 55 matches
CCS Forum Index
Author Message
  Topic: Matlab coder porting
Sergeant82d

Replies: 4
Views: 8023

PostForum: General CCS C Discussion   Posted: Mon Aug 19, 2013 6:07 am   Subject: Matlab coder porting
How about you provide a good-faith effort at a CCS program? Find a template for the 18F4550 you want to use. Spend some time figuring out what the program you want to use, does. Rough out some functio ...
  Topic: USART PIC16F873
Sergeant82d

Replies: 6
Views: 11742

PostForum: General CCS C Discussion   Posted: Mon Jul 29, 2013 11:06 pm   Subject: Re: USART PIC16F873

The simulation works perfect but in the real life it doesnt happen.



this is not a real circuit is it ?


He appears to be doing both a simulation and a real circuit. Very helpful at times, ...
  Topic: Home PLC using PIC microcontroller
Sergeant82d

Replies: 6
Views: 12951

PostForum: General CCS C Discussion   Posted: Mon Jul 01, 2013 5:35 am   Subject: Home PLC using PIC microcontroller
Umm... In the "examples" folder would be a great place to start looking...
  Topic: Sabertooth 2x25 Driver Update
Sergeant82d

Replies: 0
Views: 2810

PostForum: General CCS C Discussion   Posted: Thu Jun 07, 2012 8:29 pm   Subject: Sabertooth 2x25 Driver Update
In case anyone is interested, I just posted a fairly major update to my Sabertooth motor driver.

http://www.ccsinfo.com/forum/viewtopic.php?p=149836#149836

Hope somebody finds it useful.

Brad
  Topic: revisioning and controlling of the software
Sergeant82d

Replies: 3
Views: 4961

PostForum: General CCS C Discussion   Posted: Mon Sep 12, 2011 5:46 pm   Subject: revisioning and controlling of the software
I use Subversion, with the TortoiseSVN GUI on my WindowsXP main development machine (in MPLAB and/or MPLABX).

I keep the repository on my NAS. I occasionally use one of five other PCs either at hom ...
  Topic: UART support 16F1829, compiler v4.124
Sergeant82d

Replies: 2
Views: 5636

PostForum: General CCS C Discussion   Posted: Sat Aug 27, 2011 3:38 pm   Subject: UART support 16F1829, compiler v4.124
As far as setting the register bits, you have to #define the bytes & bits using the datasheet locations yourself. I have been meaning to try #including Microchip's C18 header files, which do defin ...
  Topic: DE Sabertooth driver updated
Sergeant82d

Replies: 0
Views: 2868

PostForum: General CCS C Discussion   Posted: Tue Aug 23, 2011 9:28 pm   Subject: DE Sabertooth driver updated
I have updated my driver for the Dimension Engineering Sabertooth series of motor controllers. If you are interested, see the topic here:

http://www.ccsinfo.com/forum/viewtopic.php?p=149836#149836 ...
  Topic: Sabertooth 2x25 Driver
Sergeant82d

Replies: 0
Views: 26709

PostForum: Code Library   Posted: Tue Jul 19, 2011 12:35 am   Subject: Sabertooth 2x25 Driver
Here is a driver for Dimension Engineering's Sabertooth line of motor controllers.

See the Dimension Engineering web page and manuals for more information

/************************************* ...
  Topic: Eclipse and CCS
Sergeant82d

Replies: 5
Views: 12425

PostForum: General CCS C Discussion   Posted: Mon Jul 18, 2011 2:54 pm   Subject: Eclipse and CCS
As far as I've ever been able to find out - with lots of time spent searching online - there is no available plug-in to use CCS with Eclipse.

That said, the new MPLAB X IDE from Microchip is based ...
  Topic: DE Sabertooth motor controller driver code
Sergeant82d

Replies: 4
Views: 7083

PostForum: General CCS C Discussion   Posted: Mon Jul 18, 2011 5:33 am   Subject: DE Sabertooth motor controller driver code
Going through this exercise has brought up a few issues that I am not sure about, regarding this hardware. I have contacted the manufacturer and am waiting on a reply before I go any further on this. ...
  Topic: DE Sabertooth motor controller driver code
Sergeant82d

Replies: 4
Views: 7083

PostForum: General CCS C Discussion   Posted: Sun Jul 17, 2011 7:07 pm   Subject: Thanks very much
Here is the updated code with ( I think all of ) Ckielstra's updates:

(tabs still don't line up - sorry)



/*
================================================================================= ...
  Topic: RTOS Task not executing
Sergeant82d

Replies: 4
Views: 7638

PostForum: General CCS C Discussion   Posted: Sun Jul 17, 2011 2:38 pm   Subject: RTOS Task not executing
Off the top of my head, I would guess it is a problem with memory banking. You might look into setting specific memory addresses for different variables, etc., and see if that helps.
  Topic: DE Sabertooth motor controller driver code
Sergeant82d

Replies: 4
Views: 7083

PostForum: General CCS C Discussion   Posted: Sun Jul 17, 2011 1:29 pm   Subject: DE Sabertooth motor controller driver code
Here is my first personal contribution back to the PIC community. I am a self-taught amateur and programming novice, so if there are glaring errors I am the first to claim sole responsibility. I wrote ...
  Topic: avoid garbage characters in serial terminal
Sergeant82d

Replies: 9
Views: 16988

PostForum: General CCS C Discussion   Posted: Sun Jul 10, 2011 12:42 pm   Subject: Printing Garbage Characters
FWIW, I have this problem all the time also; I just use a

delay_ms(5)

just prior to, and immediately after, my first call to printf(). It has always cured the problem for me... no need for entir ...
  Topic: Need suggestions for control/variable storage structures
Sergeant82d

Replies: 0
Views: 2563

PostForum: General CCS C Discussion   Posted: Fri May 06, 2011 5:54 am   Subject: Need suggestions for control/variable storage structures
I am working on a Radio Controlled robot lawnmower - I live on a farm and have a very large yard - which I hope to eventually make autonomous. I want to be sure I make the program extensible. I have t ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group