Author |
Message |
Topic: Include file tabs spanning two monitors |
AdamWebber
Replies: 3
Views: 7766
|
Forum: General CCS C Discussion Posted: Thu Dec 03, 2015 10:07 am Subject: reply from CCS |
I got a reply from CCS. They were very helpful. Apparently the tab stacking is already available. This will be awesome. I hope that this will help others looking for answers.
If you go to the O ... |
Topic: #EXPORT giving problems on version 5.045 and later |
AdamWebber
Replies: 5
Views: 10214
|
Forum: General CCS C Discussion Posted: Wed Dec 02, 2015 12:13 pm Subject: #EXPORT giving problems on version 5.045 and later |
This code now compiles the hex file name properly. I just added a secondary #define EXPNAME that defines the first #define EXPNAME1. I changed nothing else.
Thank you for your help, Captain Aweso ... |
Topic: #EXPORT giving problems on version 5.045 and later |
AdamWebber
Replies: 5
Views: 10214
|
Forum: General CCS C Discussion Posted: Tue Dec 01, 2015 4:30 pm Subject: #EXPORT giving problems on version 5.045 and later |
Is anybody else having problems with #export after version 5.044? I created #defines so that when I export the hex file, it automatically uses the defined values. After 5.044, it no longer uses the ... |
Topic: Include file tabs spanning two monitors |
AdamWebber
Replies: 3
Views: 7766
|
Forum: General CCS C Discussion Posted: Tue Dec 01, 2015 4:20 pm Subject: Include file tabs spanning two monitors |
So I've got a problem. I have too many include files and I have tabs spanning the space of two monitors. It's getting frustrating having to scroll right and left to get into the include files that I ... |
Topic: Exporting __DATE__ and __TIME__ |
AdamWebber
Replies: 3
Views: 8553
|
Forum: General CCS C Discussion Posted: Wed Aug 12, 2015 11:06 am Subject: Exporting __DATE__ and __TIME__ |
Thanks for the info. I can't say that I was very positive in finding a solution as I didn't expect a solution to be available. My cohort and I were trying to find a method but we became stumped. Bu ... |
Topic: Exporting __DATE__ and __TIME__ |
AdamWebber
Replies: 3
Views: 8553
|
Forum: General CCS C Discussion Posted: Tue Aug 11, 2015 9:39 am Subject: Exporting __DATE__ and __TIME__ |
I am currently exporting the HEX file with the date compiled in the filename. The problem that I currently face is that I need to define the date manually. If I attempt to define the date as:
#de ... |
Topic: Can I #export hex files to a subfolder? |
AdamWebber
Replies: 3
Views: 7852
|
Forum: General CCS C Discussion Posted: Thu Jan 22, 2015 8:30 am Subject: Can I #export hex files to a subfolder? |
That is a great suggestion. Sadly it did not work. I tried:
(HEX, FILE = ".\subfolder\Strong\1234.hex")
AND
(HEX, FILE = ".subfolder\Strong\1234.hex")
The HEX file st ... |
Topic: Can I #export hex files to a subfolder? |
AdamWebber
Replies: 3
Views: 7852
|
Forum: General CCS C Discussion Posted: Thu Jan 22, 2015 12:26 am Subject: Can I #export hex files to a subfolder? |
I am building a project that will encompass multiple products. Each product has similar functions but different MCU settings. Therefore I have one project with multiple includes. Each product requi ... |
Topic: Trouble with gets() using RS232 |
AdamWebber
Replies: 6
Views: 29002
|
Forum: General CCS C Discussion Posted: Fri Jun 27, 2014 1:20 pm Subject: Trouble with gets() using RS232 |
Thanks for your help. I tried the ex-sisr.c per your suggestions and I kept getting the same results. After further delving into the problem, I found the problem was not with the microcontroller or ... |
Topic: Trouble with gets() using RS232 |
AdamWebber
Replies: 6
Views: 29002
|
Forum: General CCS C Discussion Posted: Thu Jun 26, 2014 1:30 pm Subject: Trouble with gets() using RS232 |
I am having trouble receiving data using an FT232 converter to the Microcontroller. I am using a PIC16F1947 on the hardware TX1 and RX1 pins. Baud rate is 115200. Clock is 32 MHz internal.
My pr ... |
Topic: Enable interrupt during call - 216 |
AdamWebber
Replies: 8
Views: 14996
|
Forum: General CCS C Discussion Posted: Wed Jun 18, 2014 6:22 pm Subject: Enable interrupt during call - 216 |
I am developing a product that utilizes the PIC18F65K22. I have three buttons connected to external interrupts that are active low. I have a graphical LCD which writes through I2C using software, no ... |
Topic: Enable interrupt during call - 216 |
AdamWebber
Replies: 8
Views: 14996
|
Forum: General CCS C Discussion Posted: Wed Jun 18, 2014 3:12 pm Subject: Enable interrupt during call - 216 |
I tried the #INT_TIMER2 HIGH with the #device HIGH_INTS=TRUE definition and it did not help the timing. From reading the structure, it will interrupt other interrupts in progress but it will not inte ... |
Topic: Enable interrupt during call - 216 |
AdamWebber
Replies: 8
Views: 14996
|
Forum: General CCS C Discussion Posted: Wed Jun 18, 2014 1:23 pm Subject: Enable interrupt during call - 216 |
So I have been attempting to find a simple answer to my problem to no avail. I am using Timer2 as a timer to measure a specified time with relative accuracy. My problem is that I am also running a g ... |
|