Author |
Message |
Topic: 18F25J50 configuration bits |
fbtech
Replies: 3
Views: 7144
|
Forum: General CCS C Discussion Posted: Wed Jun 03, 2015 6:57 am Subject: 18F25J50 configuration bits |
Thanks for your reply.
1- I use only these fuses
2- I configured the 'build configuration' to 'release' but I have the same problem ==> nothing is running |
Topic: 18F25J50 configuration bits |
fbtech
Replies: 3
Views: 7144
|
Forum: General CCS C Discussion Posted: Wed Jun 03, 2015 6:30 am Subject: 18F25J50 configuration bits |
Hello, I'm using 18F25J50.
I configured my MCU fuses as follows:
#FUSES HS,NOCPUDIV,NOFCMEN,NOIESO,NOIOL1WAY,NOWDT,RTCOSC_INT,NOSTVREN,NOPROTECT,NODEBUG
I'm using MPLAB, when I use PICKIT3 ... |
Topic: Problem with "atoi" |
fbtech
Replies: 3
Views: 7016
|
Forum: General CCS C Discussion Posted: Thu Apr 30, 2015 7:26 am Subject: Problem with "atoi" |
Every thing is fine now.
BIG THANKS. |
Topic: Problem with "atoi" |
fbtech
Replies: 3
Views: 7016
|
Forum: General CCS C Discussion Posted: Thu Apr 30, 2015 5:42 am Subject: Problem with "atoi" |
Hello,
I'm using "atoi" as follows:
#include <main.h>
char date_mday[2] = "", date_mon[2] = "", date_year[2] = "", date_ho ... |
Topic: Help with using 2 UART RX interrupts with 18F46J50 |
fbtech
Replies: 11
Views: 29664
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2015 12:53 pm Subject: Help with using 2 UART RX interrupts with 18F46J50 |
The question is about the c program and I try to give the maximum information to get the answer.
thanks |
Topic: Help with using 2 UART RX interrupts with 18F46J50 |
fbtech
Replies: 11
Views: 29664
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2015 11:20 am Subject: Help with using 2 UART RX interrupts with 18F46J50 |
Hello,
I have the problem of the 2 UART with 18f25j50.
I use the code posted in this discussion.
Here is my header file generated by PIC c wizard:
#include <18F25J50.h>
#device ADC=10
... |
Topic: Problem with FAT32 write to MMC |
fbtech
Replies: 13
Views: 19880
|
Forum: General CCS C Discussion Posted: Wed Mar 25, 2015 10:19 am Subject: Problem with FAT32 write to MMC |
Thanks.
Everything is OK.
The problem was the configuration when I formated the SD. |
|