Author |
Message |
Topic: CCS to assembler |
Doug99
Replies: 5
Views: 7103
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2009 5:53 pm Subject: CCS to assembler |
I don't think you should give up. You made not be able to copy the decompiled program exactly as is, but you could use the .lst file PCM programmer mentioned as a tool to learn some assembly and creat ... |
Topic: CCS to assembler |
Doug99
Replies: 5
Views: 7103
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2009 3:46 pm Subject: CCS to assembler |
You could compile your C code to a hex file then (in MPLAB) click File->Import, open your .hex file. Then click View->Program Memory and voila, pure assembler without all the benefits of high le ... |
Topic: LCD driver, Optrex DMC50747 LCD unit (chip-on-glass) |
Doug99
Replies: 1
Views: 35426
|
Forum: Code Library Posted: Tue Jun 08, 2004 11:56 am Subject: LCD driver, Optrex DMC50747 LCD unit (chip-on-glass) |
This might work for setting the X and Y address but I can't test it because I don't have one of those modules. Try it and let me know if it works.
void lcd_set_address(int i, int line) ... |
Topic: Off Topic - Algorithm for noise |
Doug99
Replies: 8
Views: 16937
|
Forum: General CCS C Discussion Posted: Fri May 14, 2004 10:04 am Subject: Off Topic - Algorithm for noise |
Hi Steve, I'll try to answer your questions the best I can.
What is your 'good' signal like?
It will be varying but not random. If I were to collect all of the values and plot them on a graph ( ... |
Topic: Off Topic - Algorithm for noise |
Doug99
Replies: 8
Views: 16937
|
Forum: General CCS C Discussion Posted: Thu May 13, 2004 12:46 pm Subject: Off Topic - Algorithm for noise |
Thanks for your replies!
I looked up median filters and found tons of info (even found an example in Microchip assembler). I am wondering how I can modifiy or create one to give a boolean output. A ... |
Topic: Off Topic - Algorithm for noise |
Doug99
Replies: 8
Views: 16937
|
Forum: General CCS C Discussion Posted: Thu May 13, 2004 10:13 am Subject: Off Topic - Algorithm for noise |
Hello ladies and gentlemen... I have a problem figuring out how to go about this.
I am measuring a PWM signal from an radio controlled receiver (variable from 1ms - 2ms) and I would like to ... |
|