[[TracNav(WARPLab/TOC)]] = WARPLab 7 Example: EEPROM User Extension = Script File: [source:/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/user_extension/user_extension_script.m user_extension_script.m] Class File: [source:/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/user_extension/user_extension_example_class.m user_extension_example_class.m] Note: the example class and the example script must be in the same directory as one another so that MATLAB can identify the location of the example class once the example script is run. This example shows how custom commands can be added to the WARPLab Reference Design via a custom user extension class. '''Requirements:''' * [wiki:../../Downloads WARPLab reference design 7.1.0] or later * 1 [wiki:HardwareUsersGuides/WARPv3 WARP v3 node] == Setup == To run this example, you must set up your experiment as follows: 1. Power on the WARP v3 node 1. Set the DIP switch on the WARP v3 board to 0000. 1. Download the 2RF WARPLab reference bitstream to the board. The board should boot, and show "01" on the hex display. 1. Run the [source:/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/user_extension/user_extension_script.m user_extension_script.m] example script. == Observations == == Explanation ==