8051 Micro-Controller Programming Using Matlab..

조회 수: 22 (최근 30일)
Arun Sharma
Arun Sharma 2011년 9월 30일
Can i program the Micro-Controllers such as AT89c51 Using MATLAB..
If yes then pls tell me how to do so...
Thanks in Advance

답변 (1개)

Walter Roberson
Walter Roberson 2011년 9월 30일
Depends on what you mean by "program".
You would probably need a flash bios or SDRAM to load a program at boot time that would communicate over the serial port and upon command, transfer code in to memory, verify it, and then start it executing. A failsafe timeout that either interrupted or rebooted would probably not hurt ;-)
For some information on the serial port interface, see here. In that thread, Scott recommends highly against using the 8051 with the product that would later get named MATLAB Coder.
Also possibly useful: this
And a warning against the 8051: here

카테고리

Help CenterFile Exchange에서 Containers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by