This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

problem with memory spacing

Other Parts Discussed in Thread: SIMPLICITI, CC2510

Hi all,

I am sandeep. I am doing project on wireless communication which uses simpliciTI protocol. I am using cc2510 mini Development kit along with the ccdebugger. The IDE i am using is IAR IDE. I have downloaded the code for simpliciti protocol implimentation of peer to peer devices. I want to include UART communication where the data should sent and received by each node through the hyperterminal.

I have written code for reception and transmission of the characters by the microcontroller using UART. This code is working separately but when integrate it with the simpliciti protocol code that i have downloaded it is not working. The problem that i have found is that the memory settings. The code that i have written for the UART serial transmission and reception is having the memory settings as "plain-near-idata overlay". But the code that the simpliciti protocol is using is having the memory settings as "plain-far-xdata stack reentrant". But when i change my settings of UART transmission and reception program to "plain-far-xdata stack reentrant" then it is also not working.

So anyone can explain me why this problem is occuring and how to fix it.\

Thanks & Regards,

N S S Sandeep.