This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory model

Hi,
We are working on one project using TDK6511 microcontroller. Microcontroller RAM size is 256 bytes, on chip XRAM is 2K. Expected code size is arround 32k. For our firmware arcitecture, nearly 150 bytes of stack size is required. Please guide me which memory model and ROM model is suitable for our project.

thanks in advance
Rajesh

Parents
  • I think u got why I have mensioned that number.
    I have no idea if micro got it, but I did not. in a typical C51 application a stack size of 150 would imply subrounting about 60 deep and interrupts.

    Are you under the misconception that C51 uses the stack to transfer function parametres?

    Erik

Reply
  • I think u got why I have mensioned that number.
    I have no idea if micro got it, but I did not. in a typical C51 application a stack size of 150 would imply subrounting about 60 deep and interrupts.

    Are you under the misconception that C51 uses the stack to transfer function parametres?

    Erik

Children
No data