Reply by October 6, 20052005-10-06
bhat wrote:
> hi all, > i am using Dallas 80320 microcontroller, > if i insert an interrupt i am getting warning > that code and memory space overlapped > please guide me to solve problem > Bhat Ganesh
You probably have your linker setup wrong
Reply by Bo October 6, 20052005-10-06
"bhat" <lalbhat@gmail.com> wrote in message 
news:1128596683.091977.266460@g14g2000cwa.googlegroups.com...
> hi all, > i am using Dallas 80320 microcontroller, > if i insert an interrupt i am getting warning > that code and memory space overlapped > please guide me to solve problem > Bhat Ganesh >
Need more details to help you. You probably have inadvertently put two ISRs in the same vector location.
Reply by bhat October 6, 20052005-10-06
hi all,
i am using Dallas 80320 microcontroller,
if i insert an interrupt i am getting warning
that code and memory space overlapped
please guide me to solve problem
Bhat Ganesh