Author |
Message |
Topic: 16 bit binary to bcd C++ conversion program |
haqamar
Replies: 17
Views: 38710
|
Forum: General CCS C Discussion Posted: Sat Apr 13, 2013 2:33 pm Subject: 16 bit binary to bcd C++ conversion program |
Hi Ttelmah,
I tested your earlier posted code but with strange results.
if int16 = 12345, output 01 23 45
if int16 = 1234, output 00 06 17
if int16 = 10, output 00 00 05
if int16 = 2, output ... |
Topic: 16f883 config fuses problem |
haqamar
Replies: 2
Views: 5615
|
Forum: General CCS C Discussion Posted: Wed Jan 25, 2012 4:11 pm Subject: 16f883 config fuses problem |
thanx for pointing 'clock' |
Topic: 16f883 config fuses problem |
haqamar
Replies: 2
Views: 5615
|
Forum: General CCS C Discussion Posted: Wed Jan 25, 2012 1:39 pm Subject: 16f883 config fuses problem |
Unable to set the fuses properly for 16f883 in ccs ver 4.110. Is this correct format ?
#include <16f883.h>
#fuses HS, NOWDT, NOLVP, NOBROWNOUT, NOPROTECT, NOPUT
#use delay(oscilla ... |
|