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

Is this somehow possible?

Hello :)

I am new to 8051 family programming and I have a question. I would like to know if there is anyway, somehow, to put another software in a memory and load it from 8051 to run on it. It would work similar to plugins :)

Speaking in C language, it would be like a function inside the memory that do something. That function receives a pointer to a structure that has many other functions that the main software inside the microcontroller has, like display things on a screen. Well, is very similar to plugins :)

Is this possible? With other microcontroller maybe?

If I said something wrong or confuse please, let me know!
Thank you!

Parents
  • Is this possible? With other microcontroller maybe?

    Of course it is possible. You can see it on desktop PC's all the time when you launch programs.
    Nothing prevents you from implementing similar functionality on a 8051 MCU. But this kind of task is not for a novice programmer. You should be familiar with OS design techniques in order to do this. And the 8051 is certainly not the best architecture for this.

Reply
  • Is this possible? With other microcontroller maybe?

    Of course it is possible. You can see it on desktop PC's all the time when you launch programs.
    Nothing prevents you from implementing similar functionality on a 8051 MCU. But this kind of task is not for a novice programmer. You should be familiar with OS design techniques in order to do this. And the 8051 is certainly not the best architecture for this.

Children
No data