Author |
Message |
Topic: Why Program can work under ICD2 programmer mode? |
AK
Replies: 6
Views: 15638
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 11:34 am Subject: Why Program can work under ICD2 programmer mode? |
In the other post I was using the CCS IDE and the ICD-U64. In this post I'm trying MPLab with the CCS plug-in and a MPLab ICD 2. I changed to the MPLab setup to try something new since I was unsucce ... |
Topic: Why Program can work under ICD2 programmer mode? |
AK
Replies: 6
Views: 15638
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 9:24 am Subject: Why Program can work under ICD2 programmer mode? |
Thanks. I'm using Windows XP. My CCS compiler version 3.223 (PCB, PCM, PCH). I'm using MPLab 8.91.
I've been trying to program a chip in a SBC44B board. I've done this many times before, but ... |
Topic: Why Program can work under ICD2 programmer mode? |
AK
Replies: 6
Views: 15638
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 8:59 am Subject: Why Program can work under ICD2 programmer mode? |
I know this is an old post, but when I click Build All I get the BUILD SUCCEEDED message, but it does not create the hex file. |
Topic: Visual Basic 6.0 serial communication with PIC 16F877A |
AK
Replies: 11
Views: 16597
|
Forum: General CCS C Discussion Posted: Tue Oct 26, 2010 1:22 pm Subject: Visual Basic 6.0 serial communication with PIC 16F877A |
Maybe I'm not understanding something, but in VB6, the Chr$ function returns the character string of the ASCII value that you pass to it. So you are sending the NULL for 0 and SOH for 1. Will the ge ... |
Topic: Efficient Memory Use with External EEPROM |
AK
Replies: 1
Views: 3726
|
Forum: General CCS C Discussion Posted: Thu Apr 20, 2006 9:57 am Subject: Efficient Memory Use with External EEPROM |
I have an application which allows users to enter numbers (floating point) that can vary in size from 1 to 6 characters, including the decimal point. Do you think it would be better to store the numb ... |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Fri Apr 07, 2006 5:10 am Subject: Large Array |
Thanks for the help |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 1:00 pm Subject: Large Array |
Thanks for the help. After looking at the parts on the website, I believe the FM24C256 will work for my specs (see first post). Do you see any problems with this? |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 12:37 pm Subject: Large Array |
Will I be able to use a single chip? Sorry, I don't have much experience with external memory. Thanks |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 11:00 am Subject: Large Array |
Is there a specific FRAM chip that you would recommend for my application? |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Fri Mar 31, 2006 12:49 pm Subject: Large Array |
Thanks for the input. Is there any sample PIC code to interface an FRAM chip?
AK |
Topic: Large Array |
AK
Replies: 15
Views: 17671
|
Forum: General CCS C Discussion Posted: Fri Mar 31, 2006 12:10 pm Subject: Large Array |
Hello,
I'm developing an instrument that logs user input in 2 seperate arrays that will be two-dimensional char arrays (appromite size [650][8]). Can this be done without using external memory? W ... |
Topic: A/D Averaging |
AK
Replies: 5
Views: 6706
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 8:29 am Subject: A/D Averaging |
SherpaDoug,
I used your "Olympic Scoring" filter idea and it seems to be working pretty well. I take 40 samples and remove the highest 3 values and the lowest 3 values and I keep the rest. Do you ... |
Topic: 4 to 20 mA converted to voltage |
AK
Replies: 9
Views: 9626
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 12:17 pm Subject: 4 to 20 mA converted to voltage |
Thanks, the replies are very helpful.
AK |
Topic: Graphical LCD programming |
AK
Replies: 6
Views: 9483
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 12:13 pm Subject: Graphical LCD programming |
Check out the displays at http://www.amulettechnologies.com/. They are pretty easy to program. The screens are created using HTML, so you can use something like FrontPage or NVU to create the screens ... |
Topic: A/D Averaging |
AK
Replies: 5
Views: 6706
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 12:10 pm Subject: A/D Averaging |
I'm using an averaging filter to help remove some unwanted noise in a 16 bit A/D system that samples a DC voltage that ranges from 0 to 1.024 Volts. The voltage will not change very quickly. Is there ... |
|