Author |
Message |
Topic: Program Build Failed |
SSURESHREDDY
Replies: 4
Views: 7967
|
Forum: General CCS C Discussion Posted: Thu Dec 04, 2014 8:00 am Subject: Program Build Failed |
Yeah...
I got it.
I just split my large function into two functions, now problem is fixed.
Thanks Jay
Still I am writing the code, is there any chance to come again this problem..
SURESH |
Topic: Program Build Failed |
SSURESHREDDY
Replies: 4
Views: 7967
|
Forum: General CCS C Discussion Posted: Thu Dec 04, 2014 6:01 am Subject: Program Build Failed |
Hi All,
I am working with PIC 1938 and C compiler V4.114.
I successfully verified my code up %39 of ROM, after that even if I included a single statement it is not successfully building.
I have ... |
Topic: How to map floating point values over MODBUS |
SSURESHREDDY
Replies: 1
Views: 5267
|
Forum: General CCS C Discussion Posted: Wed Nov 26, 2014 12:47 am Subject: How to map floating point values over MODBUS |
Hi all,
We are designing a controller to measure voltage and current. We have floating point values like 50.4 volts and 150.2 Amps. These are to be presented on MODBUS. I like to know which is the b ... |
Topic: FUSES NOT WORKING |
SSURESHREDDY
Replies: 6
Views: 9225
|
Forum: General CCS C Discussion Posted: Fri Oct 24, 2014 1:40 am Subject: FUSES NOT WORKING |
Yeah, Thanks to all,
Problem is fixed,
I reinstalled the CCS plugin and I commented the #DEVICE ICD= TRUE in my code. Its working now.
once again thanks to all,
SURESH |
Topic: FUSES NOT WORKING |
SSURESHREDDY
Replies: 6
Views: 9225
|
Forum: General CCS C Discussion Posted: Fri Oct 24, 2014 1:02 am Subject: FUSES NOT WORKING |
Maybe the problem is with Build Configuration settings,
Present with my existing project build configuration settings are not activated, it is showing no build configurations. Please tell me whats t ... |
Topic: FUSES NOT WORKING |
SSURESHREDDY
Replies: 6
Views: 9225
|
Forum: General CCS C Discussion Posted: Wed Oct 22, 2014 5:43 am Subject: FUSES NOT WORKING |
Thanks jay,
I am using MPLAB v8.91 and CCS C Compiler V4.114,
Yes, there is an option to set the device configuration bits manually, but the FUSES are not selecting the configuration, after build th ... |
Topic: FUSES NOT WORKING |
SSURESHREDDY
Replies: 6
Views: 9225
|
Forum: General CCS C Discussion Posted: Wed Oct 22, 2014 5:16 am Subject: FUSES NOT WORKING |
Hi, all,
I have a problem to set the configuration bits(WDT, PROTECT, PLL).
Even I included the Fuses in my code, when I build the project there is no effect on the configuration bits, by default it ... |
Topic: Need guidelines for SD card Interface |
SSURESHREDDY
Replies: 6
Views: 12413
|
Forum: General CCS C Discussion Posted: Fri Aug 01, 2014 11:13 pm Subject: Need guidelines for SD card Interface |
thanks all,
I configure my hardware (SPI pins) with a resistor divider(2.2k and 3.3k gives 3 Volts).
and I included mmcsd.c for my existing project,
I just only want to write the data with in a ... |
Topic: Need guidelines for SD card Interface |
SSURESHREDDY
Replies: 6
Views: 12413
|
Forum: General CCS C Discussion Posted: Fri Aug 01, 2014 1:08 am Subject: Need guidelines for SD card Interface |
Thanks Jay,
I used a driver to send the measured data to LAPTOP with a "USB to UART Converter", but I never used for SD card, can you suggest me some interface chips.
And I got the MMC ... |
Topic: Need guidelines for SD card Interface |
SSURESHREDDY
Replies: 6
Views: 12413
|
Forum: General CCS C Discussion Posted: Thu Jul 31, 2014 4:56 am Subject: Need guidelines for SD card Interface |
Hi all,
I need to interface Micro SD card to store the data, measured by the PIC18F2525. Anybody explain me how can I communicate easily?
Suresh |
Topic: Comparator is not working |
SSURESHREDDY
Replies: 3
Views: 5839
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 5:12 am Subject: Comparator is not working |
Thank you for all, actually my idea is to comparator output has to link with TIMER1, when ever output comes high timer1 will enable otherwise timer1 disable only. That Corresponding bit selections are ... |
Topic: Comparator is not working |
SSURESHREDDY
Replies: 3
Views: 5839
|
Forum: General CCS C Discussion Posted: Mon Aug 12, 2013 11:14 pm Subject: Comparator is not working |
Hi all,
I need to use one built in comparator in PIC16F1824. Before I never used internal comparator. I read the data sheet and header file clearly, can anybody explain how can I set the comparator ... |
Topic: INTERRUPT LOGIC |
SSURESHREDDY
Replies: 0
Views: 3138
|
Forum: General CCS C Discussion Posted: Sat Aug 10, 2013 6:32 am Subject: INTERRUPT LOGIC |
Hi forum,
I am new for develop the microcontroller programming.
First I would explain my project.
I am doing a PWM solar charge controller with load load control and working on pic16f1824. I wrote ... |
|