Posted on May 17, 2011 at 11:36Hello, In output mode you can configure any port pin eiher in pushpull or open drain mode and in input mode either in TTL or CMOS or shmitt trigger mode. Normally when you configure any port pin in push pull o/p mode y...
Posted on May 17, 2011 at 11:36Hello, Ideally you should be able to access 64K data (DPR mapped) and 64K code (Set CSR to this segment) from external memory in compact mode. (64K code and 64K data being the maximum limit in compact memory model.). T...
Posted on May 17, 2011 at 11:36Hi You can free the DPR register pointing to section FECSR section by making use of far pointers to access FCR,ECR,FESR0 and FESR1. For doing that perhaps you will also have to keep memory model of your worksapce as me...
Posted on May 17, 2011 at 11:36Hello, Such type of message comes when your data is placed in a page which is not pointed to by any of the DPR register. Now as you have allocated only one DPR to section Flash2 only 16K of this section is DPR mapped. ...
Posted on May 17, 2011 at 11:36Hello , It seems even the first interrupt request that you are getting is not due to actual timer overflow , but because you are setting tof flag in the initialization routine which should be avoided as its generating ...