Author |
Message |
Topic: PIC24FJ256DA206 short circuit after trying to program |
muiratinas
Replies: 0
Views: 24522
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jan 14, 2013 9:32 am Subject: PIC24FJ256DA206 short circuit after trying to program |
Hello,
I'm trying to do a project with PIC24FJ256DA206.
I have a simple PCB to just ICSP programming needs and all others are reserved for future use pins.
(http://dlnmh9ip6v2uc.cloudfront.net/da ... |
Topic: APFCON |
muiratinas
Replies: 1
Views: 5150
|
Forum: General CCS C Discussion Posted: Thu Jul 07, 2011 4:07 am Subject: APFCON |
Hi all
I have problem with alternating the pwm signal between two pin.
when I use "APFCON=0x00", pwm signal is created at pin A2.
But when I change "APFCON=0x01", pwm signal is ... |
Topic: int32 problem |
muiratinas
Replies: 5
Views: 7308
|
Forum: General CCS C Discussion Posted: Mon Jun 13, 2011 5:40 am Subject: int32 problem |
I have just tested the communication between microcontrollers with simulation and I am really happy with it.
I solved the problem thanks for help. |
Topic: int32 problem |
muiratinas
Replies: 5
Views: 7308
|
Forum: General CCS C Discussion Posted: Mon Jun 13, 2011 1:12 am Subject: int32 problem |
I cannot find the setting :/ can you describe |
Topic: int32 problem |
muiratinas
Replies: 5
Views: 7308
|
Forum: General CCS C Discussion Posted: Sat Jun 11, 2011 2:55 am Subject: int32 problem |
When I define
int32 message=25646842;
message is shown as
message = 22266
in simulation.(Proteus)
My complier version 4.14. |
Topic: Wdt problem on 16f877a |
muiratinas
Replies: 4
Views: 6710
|
Forum: General CCS C Discussion Posted: Mon Mar 07, 2011 1:18 am Subject: Wdt problem on 16f877a |
thanks for your reply Ttelmah,
There are several things about the code that are 'worrying' (no limit check on the address, relative to the buffer size for example).
This code is a modified ... |
Topic: Wdt problem on 16f877a |
muiratinas
Replies: 4
Views: 6710
|
Forum: General CCS C Discussion Posted: Sat Mar 05, 2011 1:00 am Subject: Wdt problem on 16f877a |
At compile, I press the build all button then program the chip button.
Also I am making tests at a real circuit. Without wdt settings, it's working so good.
I just added "#fuses WDT",&quo ... |
Topic: Wdt problem on 16f877a |
muiratinas
Replies: 4
Views: 6710
|
Forum: General CCS C Discussion Posted: Fri Mar 04, 2011 9:59 am Subject: Wdt problem on 16f877a |
I searched lots of example codes, but I couldn't add watchdog timer to my code. What is the problem with this? (PCWHD 4.114 )
#include <16F877A.h>
#fuses HS, WDT, PROTECT, NOLVP, NOBROWNOUT, ... |
Topic: serial com. problem |
muiratinas
Replies: 4
Views: 6923
|
Forum: General CCS C Discussion Posted: Fri Dec 31, 2010 7:02 am Subject: serial com. problem |
I tried to send data from pc to pic via RS232. I used ccs c serial input output monitor to send data and I send ASCII data as
if data is name, "Mark NX"
if data is time, "12:13 T ... |
Topic: MACHX not programming PIC16F526 or special programming? |
muiratinas
Replies: 2
Views: 31832
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Nov 05, 2010 12:32 am Subject: MACHX not programming PIC16F526 or special programming? |
After the technical support, with the new firmware, the problem solved =)
thanks ccs support |
Topic: MACHX not programming PIC16F526 or special programming? |
muiratinas
Replies: 2
Views: 31832
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Nov 04, 2010 3:42 am Subject: MACHX not programming PIC16F526 or special programming? |
In MACHX supported devices list
PIC16526 seems
* Indicates this part is in beta test
@ Indicates the MACH-X can not auto-detect this part type
But when i connect it to the its ZIF socket and t ... |
Topic: RFID Development Kit Can't Read RFID Data |
muiratinas
Replies: 7
Views: 10519
|
Forum: General CCS C Discussion Posted: Wed Nov 03, 2010 2:42 am Subject: RFID Development Kit Can't Read RFID Data |
I don't want to copy and paste the ex_rfid.c, em4095.c and em4102.c from the ccs but, when i use them without changes and rfid kit, still there is no response...
When i turned the debug mode, run a ... |
Topic: RFID Development Kit Can't Read RFID Data |
muiratinas
Replies: 7
Views: 10519
|
Forum: General CCS C Discussion Posted: Tue Oct 19, 2010 3:11 pm Subject: RFID Development Kit Can't Read RFID Data |
Thanks for your reply,
The code I wrote is the CCS's example already (from given example book)
and yes you are right, it must be Up and I already tried it, but just making small changes to make ... |
Topic: RFID Development Kit Can't Read RFID Data |
muiratinas
Replies: 7
Views: 10519
|
Forum: General CCS C Discussion Posted: Tue Oct 19, 2010 1:13 am Subject: RFID Development Kit Can't Read RFID Data |
when debugging it, it seems getting out of the command of em4095.c's 303th row;
while(dataTransferred < numBits && timer0_overflows < 15);
what could be the problem? |
Topic: RFID Development Kit Can't Read RFID Data |
muiratinas
Replies: 7
Views: 10519
|
Forum: General CCS C Discussion Posted: Thu Oct 14, 2010 4:38 am Subject: RFID Development Kit Can't Read RFID Data |
My kit revision is the revision 2, do i need to change something? |
|