Use this bootloader to access the card and download the software modules to the card via the serial port.
Loading the VMEPROFI Module into Shared Memory from the Host Computer
Use the following steps to load vmeprofi.ss1 into shared memory from the host computer
Load vmeprofi.ss1 into shared memory from the host:
1. Ensure that the board processor is in a reset state by setting the CpuReset bit in the board control registers to 1.
2. Set the standard memory address using the address bits in the Memory Control Register and the Interrupt Control Register.
3. select the addressing mode (linear or paging) and enable the board memory. 4.
4. if using interrupts, initialize the interrupt ID register and enable interrupts in the interrupt control register.
5. copy vmeprofi.ss1 to shared memory on the card. In linear mode, copy the module starting at offset 0 only.
In paged mode, copy one 16 Kbyte module at a time and change pages as needed.
6. Write the shared memory initial boot record. In linear addressing mode, write base address + 3FF30h.
In paged mode, set the page register to FFh and write the IBR to base address + 3F30h.
Leave a comment
Your email address will not be published. Required fields are marked *