AR-B1375/AR-B1376 User s Guide

5.3.1 Hardware Write Protect

To enable the hardware protect function for small page 5V FLASH disk, please refer to the “Switch Setting”.

5.3.2 Software Write Protect

If you need the write protect function and sometimes you have to write or update data on your FLASH/SRAM disk, you can use the software write protect instead of hardware write protect. The software writes protect function is enabled or disabled by writing a data to an I/O port.

5.3.3 Enable the Software Write Protect

Writes data 08h to the base port+0 address

Example 1: (in assembly language)

MOV DX, 210H ; If the base I/O address is 210H

MOV AL, 80H ; Enable byte = 80h

OUT DX, AL

Example 2: (in BASICA language)

OUT &H210, &H80; REM If the base I/O address is 210h

Example 3: (in Turbo C language)

Outportb (0x210, 0x80);/*If the base I/O address is 210h*/

5.3.4 Disable the Software Write Protect

Writes data 0 to the base port+0 address

Example 1: (in assembly language)

MOV DX, 210H ; If the base I/O address is 210h

MOV AL, 00H ; Disable byte=00h

OUT DX, AL

Example 2: (in BASICA language)

OUT &H210, &H00; REM If the base I/O address is 210h

Example 3: (in Turbo C language)

Outportb (0x210, 0x00);/*If the base I/O address is 210h*/

5-6

Page 38
Image 38
Toshiba 386SX, AR-B1376 Hardware Write Protect, Enable the Software Write Protect, Disable the Software Write Protect

386SX, AR-B1376, AR-B1375 specifications

The Toshiba AR-B1375 and AR-B1376 are notable embedded computing solutions that incorporate the 386SX microprocessor architecture. Designed for various applications, these models focus on reliability, performance, and versatility, making them appealing choices for system integrators and developers.

At the core of the AR-B1375 and AR-B1376 is the Intel 386SX microprocessor. This landmark processor marked a significant advancement in computing technology, introducing a 32-bit architecture while maintaining compatibility with 16-bit applications. The 386SX is known for its efficient processing capabilities, offering both multitasking support and enhanced memory management. It operates at clock speeds ranging typically from 16 MHz to 25 MHz, contributing to its effectiveness in running industrial applications.

One of the key features of the AR-B1375 and AR-B1376 systems is their modular architecture, which allows for easy customization and expansion. This modularity means users can tailor the hardware according to specific requirements, making it suitable for a wide range of applications such as automation, telecommunications, and embedded systems.

Both models support various I/O options, ensuring seamless integration with peripherals and external devices. They typically come equipped with serial and parallel ports, as well as support for modern interfaces like USB. The systems also feature onboard expansion slots, enabling the addition of further functionality, such as additional memory or specialized processing units.

In terms of memory, the AR-B1375 and AR-B1376 support a range of RAM configurations, allowing users to scale their systems based on the application demands. The inclusion of EPROM and EEPROM options also facilitates easy updates and programmability, which is crucial for embedded systems that often require firmware adjustments over time.

Moreover, these models are known for their robust thermal management features, which are essential in industrial environments where conditions can be harsh. This capability ensures stable performance and longevity, reducing the risk of system failures due to overheating or environmental factors.

To summarize, the Toshiba AR-B1375 and AR-B1376, coupled with the 386SX microprocessor, offer a blend of performance, flexibility, and reliability. Their modular design, extensive I/O support, and memory scalability make them ideal for a variety of embedded computing applications, placing them as commendable options in the world of industrial computing solutions. These systems not only exemplify Toshiba's commitment to innovation but also contribute significantly to the functionality of embedded technologies in a rapidly evolving industry.