Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

what is porting of code into microcontroller ?

0
Posted

what is porting of code into microcontroller ?

0

Code written for one device, may not run on another due to references made to differing device hardware. The code must be changed to account for these differences. This is referred to as ‘porting’ the code. If the code is intended to cross architectual platforms, it should be written in the highest level language possible. This then should allow you to simply recompile the code for the specific device. Even then, any references made to the specific architecture will have to be adjusted. Porting is generally not used to mean physically loading code into the device.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123