Author |
Message |
Topic: 18F25k50 baud rate 38400 not working |
mvme5100
Replies: 2
Views: 12114
|
Forum: General CCS C Discussion Posted: Sat Dec 11, 2021 5:52 am Subject: 18F25k50 baud rate 38400 not working |
Hello,
Asking for help with the correct #use and #fuse settings for PIC18F25k50 UART using 38400 baud rate.
I'm using PIC18F25k50 with 16Mhz crystal.
I tried this and some other settings withou ... |
Topic: CCS Wireless Ember Zigbee kit, data problem |
mvme5100
Replies: 3
Views: 8752
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 10:47 am Subject: CCS Wireless Ember Zigbee kit, data problem |
Thanks, I did realize it earlier today. |
Topic: CCS Wireless Ember Zigbee kit, data problem |
mvme5100
Replies: 3
Views: 8752
|
Forum: General CCS C Discussion Posted: Tue Jun 27, 2017 11:55 pm Subject: CCS Wireless Ember Zigbee kit, data problem |
Hello,
I'm trying to send a Long data instead of int8 without success.
If sending number above 255 from a device (EX12B.c below)
the 'unicast_data' will show '0'.
I hope someone try this, if ... |
Topic: ECCP1 PIC18LF45k50 |
mvme5100
Replies: 4
Views: 10037
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2016 5:41 am Subject: ECCP1 PIC18LF45k50 |
Great, got the idea.
Thank you so much |
Topic: ECCP1 PIC18LF45k50 |
mvme5100
Replies: 4
Views: 10037
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2016 4:45 am Subject: ECCP1 PIC18LF45k50 |
Hello
The compiler is 5.064 .
If i'm using this code then the regular CCP1 and CCP2 are working.
But the P1B and P1C arent.
#include <18lf45k50.h>
#Device ADC=10
#Device ICD=TRUE ... |
Topic: ECCP1 PIC18LF45k50 |
mvme5100
Replies: 4
Views: 10037
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2016 3:09 am Subject: ECCP1 PIC18LF45k50 |
Hello,
I need your help regard activating ECCP1 @ RD5/P1B at PIC18LF45K50.
I saw this thread: https://www.ccsinfo.com/forum/viewtopic.php?p=105632
with the code inside, but i dont have a suc ... |
|