Advertisement

HC-11 Evaluation Board

Not rated 13,259

#HC-11 #Interactive C #S19 downloader #Buffalo monitor #microcontroller #programming #bootrap mode #pcode #Mobile Robots
HC-11 Evaluation Board
HC-11 Evaluation Board

Description: After reading the Mobile Robots Book, written by Joseph L. Jones and Anita M. Flynn, and get the Interactive-C file from ftp://cher.media.mit.edu, I found a very nice S19 downloader written by Randy Sargent. I started to download the pcode to my HC-11 board, and run Interactive C. No problem with my board, it works very nice. Then I got the idea for the Buffalo monitor, to use Randy's Downloader writes the S19 file of the Buffalo with special boothrap mode.

The HC-11 microcontroller is a versatile platform widely utilized in educational and prototyping environments. The S19 downloader mentioned is a utility that facilitates the transfer of compiled code in S-record format to the HC-11. The S-record format is a standard for representing binary information in ASCII text format, which is particularly useful for programming microcontrollers.

In the context of the Buffalo monitor, a bootloader is implemented to enable the downloading and execution of code directly onto the HC-11. The Buffalo monitor operates in a special mode, referred to as "boothrap mode," which likely allows for a streamlined process of writing S19 files to the microcontroller’s memory. This mode may involve specific configurations of the HC-11's memory map to ensure that the S19 files are correctly interpreted and executed.

The interaction between the S19 downloader and the Buffalo monitor requires careful attention to the memory layout of the HC-11. The S19 downloader must be able to correctly identify the starting address for the program to be loaded, as well as manage any necessary offsets or padding. The bootloader's role is crucial, as it initializes the microcontroller and prepares it to receive the incoming data stream from the downloader.

For implementation, the circuit schematic would typically include the HC-11 microcontroller connected to a serial interface for communication with a host computer running the Interactive C environment. Additional components may include pull-up resistors on the communication lines, capacitors for power supply stability, and possibly an LED indicator to signal the status of the download process.

The design of this system emphasizes the importance of robust communication protocols, proper power management, and the ability to handle errors during the downloading process. The integration of the S19 downloader with the Buffalo monitor enhances the functionality of the HC-11, allowing for more flexible programming and debugging options in robotic applications.After reading the Mobile Robots Book, written by Joseph L. Jones and Anita M. Flynn, and get the Interactive-C file from ftp://cher.media.mit.edu, I found a very nice S19 downloader written by Randy Sargent. I started to download the pcode to my HC-11 board, and run Interactive C. No problem with my board, it works very nice. Then I got the idea for the Buffalo monitor, to use Randy`s Downloader writes the S19 file of the Buffalo with special boothrap mode.


Related Circuits