Page 1 of 1

ECIO-28 & 40 RXINT Issue

Posted: Sun Sep 02, 2012 12:09 am
by Enamul
Hi Ben,
Although this issue is mentioned in the following post years back...
http://www.matrixmultimedia.com/mmforum ... INT#p16337
But I guess you might have missed that. But it seems very important for me. As I can't use RXINT in ECIO and tried for hours then discovered this FCD issue..
Currently, in the FCD..

Code: Select all

EnableCode="st_bit(pie1, RCIE);\n"
Should be..

Code: Select all

EnableCode="set_bit(intcon, PEIE);\nst_bit(pie1, RCIE);\n"
Here goes corrected FCDs..

Re: ECIO-28 & 40 RXINT Issue

Posted: Sun Sep 02, 2012 8:30 am
by jgu1
Hi Enamuel! :D

It's nice to have such experienced people like you. I will write these FCD files. But I thought you still had to make a thread called "fixes for 5.4" :wink:

About this:
http://www.matrixmultimedia.com/mmforum ... 46&t=11170 I promised you an answer, I have been playing a little around with it in FC. as you said, there are many opportunities, not only 7seg display. :cry:

Have a nice sunday

Best regard
Jorgen

Re: ECIO-28 & 40 RXINT Issue

Posted: Sun Sep 02, 2012 11:04 am
by Enamul
Hi Jorgan,
Thanks. I will make a thread for minor fixes. In which I will link all the recent fixes of FCV5.4

About your 7 segment driver, have you played with that and did you manage to program the IC. If not please let me know I will post something for you.

Re: ECIO-28 & 40 RXINT Issue

Posted: Mon Sep 03, 2012 10:21 am
by Benj
Hello,

Many thanks for the reminder and the heads up. I have added the changes to the master 18F FCD files here so this fix will be included in the next release.