Author |
Message |
Topic: Compiler Error24 |
bells_electronics
Replies: 2
Views: 5053
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2014 1:37 am Subject: Compiler Error24 |
I m getting this error while compilation
Error24 "F:\Program FIles (x86)\PICC\Devices\16F628A.h"Line 2(9,19): Unknown device type -- Try PCM
I am using PCWHD Version: 5.007
http ... |
Topic: PIC18F2431 RB5(PWM4) not working |
bells_electronics
Replies: 5
Views: 8409
|
Forum: General CCS C Discussion Posted: Sat Jun 28, 2014 12:33 pm Subject: PIC18F2431 RB5(PWM4) not working |
#include<18F2431.h>
#fuses NOWDT, NOPROTECT, NOBROWNOUT, NOPUT, NOLVP, NODEBUG, PWMPIN, HPOL_HIGH, LPOL_LOW
#use delay(clock=20MHz , crystal)
void main()
... |
Topic: PIC18F2431 RB5(PWM4) not working |
bells_electronics
Replies: 5
Views: 8409
|
Forum: General CCS C Discussion Posted: Sat Jun 28, 2014 9:57 am Subject: PIC18F2431 RB5(PWM4) not working |
Tried on a Brand new PIC18F2431 same issue.
changed the Programmer PICKIT3 to WINPIC800 same issue
it runs perfect in Proteus but in Hardware no success.
PWM0 ==> OK
PWM1 ==> OK
PWM2 ... |
Topic: PIC18F2431 RB5(PWM4) not working |
bells_electronics
Replies: 5
Views: 8409
|
Forum: General CCS C Discussion Posted: Fri Jun 27, 2014 10:52 pm Subject: PIC18F2431 RB5(PWM4) not working |
Hello everyone,
I am using pic18f2431 to generate 6 channel pwm. All pwm channels are working great except PWM4 (RB5). I know RB5 has PGM thingy & for that i have set the FUSE NOLVP.
Other o ... |
Topic: Store Table in ROM with dsPIC30F |
bells_electronics
Replies: 6
Views: 8284
|
Forum: General CCS C Discussion Posted: Tue Apr 24, 2012 11:27 am Subject: Store Table in ROM with dsPIC30F |
My compiler version is 4.057.
I see I need to upgrade my CCS C Complier. |
Topic: Store Table in ROM with dsPIC30F |
bells_electronics
Replies: 6
Views: 8284
|
Forum: General CCS C Discussion Posted: Mon Apr 23, 2012 10:13 pm Subject: Store Table in ROM with dsPIC30F |
this code displays correct values up to 2165 after that it starts showing garbage values
#include <30F4012.h>
#FUSES NOWDT, NOPROTECT,NODEBUG, NOBROWNOUT, HS, NOPUT, PR
#use delay(cloc ... |
Topic: Store Table in ROM with dsPIC30F |
bells_electronics
Replies: 6
Views: 8284
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2012 8:44 pm Subject: Store Table in ROM with dsPIC30F |
any one? please Sir i need the solution |
Topic: Look up table with PIC12F683 in CCS C |
bells_electronics
Replies: 5
Views: 11116
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2012 12:24 pm Subject: Look up table with PIC12F683 in CCS C |
@ Doralice
Did you solve your issue? if yes then how? |
Topic: Store Table in ROM with dsPIC30F |
bells_electronics
Replies: 6
Views: 8284
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2012 10:21 am Subject: Store Table in ROM with dsPIC30F |
it works fine when i use data type "unsigned int8"
const unsigned int8 Table[] = {50, 60, 70, 100, .... 200}; //50 elements
again it works when i don't use " ... |
Topic: Store Table in ROM with dsPIC30F |
bells_electronics
Replies: 6
Views: 8284
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2012 9:46 am Subject: Store Table in ROM with dsPIC30F |
Hello guys
hope all of you are good, sir i have a problem i want to store a static Table in the ROM then i want to call its element during execution,
by using the key word "const" i can ... |
Topic: dsPIC30F4012 Timers Problem |
bells_electronics
Replies: 2
Views: 4654
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2012 9:32 am Subject: dsPIC30F4012 Timers Problem |
hello guys i am using dsPIC30F4012, i have set timer1 to generate 10ms pulse wide for Led1 & 500ms for Led2,
the problem is that the controller is running tooooo slow, instead of generating 10m ... |
Topic: dspic30F4012 header file issue |
bells_electronics
Replies: 0
Views: 2806
|
Forum: General CCS C Discussion Posted: Mon Apr 16, 2012 12:22 am Subject: dspic30F4012 header file issue |
Sir I am using PCWHD compiler version 4.057. The problem is that I can't see these CCP functions SETUP_CCPx() & SETUP_POWER_PWM() + its parameter constants in the header file "30F4012".
... |
Topic: PIC16F877A PINs goes high during reset |
bells_electronics
Replies: 2
Views: 4346
|
Forum: General CCS C Discussion Posted: Thu Feb 09, 2012 6:40 am Subject: PIC16F877A PINs goes high during reset |
Sir,
I am using PIC16F877A to drive sensitive Gas Valves, everything is working fine, I am just facing a Problem when the controller powers up it sends HIGH to all the pins of the microcontroller. ... |
Topic: ADC is not working in PIC18F2431 |
bells_electronics
Replies: 3
Views: 6027
|
Forum: General CCS C Discussion Posted: Sat Sep 03, 2011 8:43 am Subject: ADC is not working in PIC18F2431 |
hey guy ADC is not working in PIC18F2431 plzz help me
#include<18F2431.h>
#device adc=10
#fuses NOWDT, NOPROTECT, NOBROWNOUT, PUT, NOLVP
#use delay(clock=20MHz , crystal)
# ... |
Topic: Warning related Question |
bells_electronics
Replies: 3
Views: 5929
|
Forum: General CCS C Discussion Posted: Fri Apr 08, 2011 12:47 pm Subject: Warning related Question |
hey guys
when i use float variables in interrupt i get this warning
>>>Warning 216"Bells.c" Line 410(0,1): Interrupts disabled during call to prevent re-entrancy: (@FLT)
... |
|