Open3S250E
| ||
| ||
| ||
Overview
- This user manual contains schematic and demo of Waveshare Open3S250E[1] development board. It helps you to quick start your development.
Hardware design
- This chapter mainly about the basic idea of the hardware design of Core3S250E Xilinx core board. Go with you to witness how a XC3S250E chip becomes Core3S250E board.
- There are voltage regulator AMS1117, serial FLASH memory XCF02S, crystal oscillator, JTAG interface, LEDs, buttons, etc., beside main FPGA. See product description What's On Board. Then, how and why do the devices connect together? What are their functions?
Power Supply Circuit
- Power Supply Circuit is the basic circuit for Core3S250E's normal operation. You can find voltage supplies details from the datasheet. Noting that XC3S250E requires 2.5V for Internal core supply voltage (VCCINT), requires 2.5V for Auxiliary supply voltage (VCCAUX). Then IO voltage VCCO_0/1/2/3 can be connected to 3.3V, 2.5V, 1.8, 1.5V, or 1.2V to supply each area with different voltage standards. So for normal operation, the power supply of the board is designed for converting input voltage 5V to multiple voltages 3.2V, 2.5V, 1.2V. Meanwhile, a PWR LED is connected to 3.3V output for the needs of checking power operation status. The schematic of the circuit:
- Power Supply Circuit is the basic circuit for Core3S250E's normal operation. You can find voltage supplies details from the datasheet. Noting that XC3S250E requires 2.5V for Internal core supply voltage (VCCINT), requires 2.5V for Auxiliary supply voltage (VCCAUX). Then IO voltage VCCO_0/1/2/3 can be connected to 3.3V, 2.5V, 1.8, 1.5V, or 1.2V to supply each area with different voltage standards. So for normal operation, the power supply of the board is designed for converting input voltage 5V to multiple voltages 3.2V, 2.5V, 1.2V. Meanwhile, a PWR LED is connected to 3.3V output for the needs of checking power operation status. The schematic of the circuit:
Pin Name | Description |
---|---|
5V | 5V supply voltage, External Input |
VCC3.3 | 3.3V voltage, converted from AMS1117-3.3, is generally used to supply the voltage of clock, configure circuit, special features pin high, etc. |
VCC2.5 | 2.5V voltage, converted from AMS1117-2.2, is generally used to supply the voltage of VCCAUT, VCCO_X , etc. |
VCC1.2 | 1.2V voltage, converted from AMS1117-1.2, is generally used to supply the voltage of VCCINT, VCCO_X , etc. |
Clock Circuit
- The best solution of FPGA clock circuit is: A main clock, which is driven by dedicated global clock input(GCLK), controls each timing device of the design. Try to use global clock at any design. The FPGA has dedicated global clock pin, which is connected to each register of the device. The shortest time span of GCLK can supply is used for delay. We use a global clock interface CLK in our design, because it is single clock interface, we consider the use of active crystal clock as an external clock source. A 50MHz crystal oscillator on board is used for supply accurate clock. The schematic of the circuit:
- The best solution of FPGA clock circuit is: A main clock, which is driven by dedicated global clock input(GCLK), controls each timing device of the design. Try to use global clock at any design. The FPGA has dedicated global clock pin, which is connected to each register of the device. The shortest time span of GCLK can supply is used for delay. We use a global clock interface CLK in our design, because it is single clock interface, we consider the use of active crystal clock as an external clock source. A 50MHz crystal oscillator on board is used for supply accurate clock. The schematic of the circuit:
Pin Name | Description |
---|---|
CLK | Clock input |
Reset Circuit
- The Reset Circuit contains RST Reset Circuit and nCONFIG Reconfigure Circuit. RST reset Circuit is a RC reset Circuit with RESET button switch, which is pressed to generate a Reset-signal, active-low. While nCONFIG Reset Circuit is triggered by nCONFIG key. FPGA will be reconfigured without reboot when the nCONFIG key is pressed. The schematic of the circuit:
- The Reset Circuit contains RST Reset Circuit and nCONFIG Reconfigure Circuit. RST reset Circuit is a RC reset Circuit with RESET button switch, which is pressed to generate a Reset-signal, active-low. While nCONFIG Reset Circuit is triggered by nCONFIG key. FPGA will be reconfigured without reboot when the nCONFIG key is pressed. The schematic of the circuit:
Pin Name | Description |
---|---|
RESET | Active-low Reset |
PROG_B | Active-low Reset, FPGA will be reconfigured, as soon as PROG_B pin restores to high level |
Configuration/Programming Interface
- Configuration is also known as loading and download. It is a process of FPGA programming. FPGA reconfigured at each reboot is a feature of SRAM-based FPGA. Within the FPGA, many programmable multiplexers, logic, interconnect nodes and RAM initialization, etc. are controlled by configuration data, which is stored in FPGA RAM.
- The configured data of FPGA can be downloaded to target device with 3 methods, FPGA Active, FPGA Passive and JTAG, according to the role played in Configure Circuit. JTAG is an industry-standard interface. Usually All FPGA can be configured via JTAG commands. Meanwhile, JTAG has more priority than other configuration method. Of course this board provides JTAG interface. The schematic of the circuit:
- The configured data of FPGA can be downloaded to target device with 3 methods, FPGA Active, FPGA Passive and JTAG, according to the role played in Configure Circuit. JTAG is an industry-standard interface. Usually All FPGA can be configured via JTAG commands. Meanwhile, JTAG has more priority than other configuration method. Of course this board provides JTAG interface. The schematic of the circuit:
- User can use dedicated programmer Platform Cable USB to debug and program. File to be programmed to XCF02S PROMs should be converted to .msc file by Xilinx ISE.
Pin Name | Description |
---|---|
TDI | Test Data In |
TDO | Test Data Out |
TMS | Test Mode Select. This is the JTAG mode signal that establishes appropriate TAP state transitions for target ISP devices. |
TCK | Test Clock. This is the clock signal for JTAG operations, and should be connected to the TCK pin on all target ISP devices that share the same data stream. |
Configuration Circuit
- A PROM XCF02SA, Platform Flash series of in-system programmable configuration PROM, is connected to the FPGA for keeping the data without power supplied. XCF02S is one of advanced Configuration PROM, 4Mbit density. It supports high capacity single configuration of FPGA. It also support in-system programming by JTAG interface. The schematic of the circuit:
- A PROM XCF02SA, Platform Flash series of in-system programmable configuration PROM, is connected to the FPGA for keeping the data without power supplied. XCF02S is one of advanced Configuration PROM, 4Mbit density. It supports high capacity single configuration of FPGA. It also support in-system programming by JTAG interface. The schematic of the circuit:
LED Circuit
- 4 LEDs onboard. each LED is driven via one of the FPGA pins. When a low level inputs to LED pin, the corresponding LED turns on. The schematic of the circuit:
- 4 LEDs onboard. each LED is driven via one of the FPGA pins. When a low level inputs to LED pin, the corresponding LED turns on. The schematic of the circuit:
Extention Board interface
- Series of Open boards designed by Waveshare are based on Core-Extension-Separated idea. On the one hand, users can easily design extension circuit according to their needs, On the other hand, the interfaces of core board and extension board are fully considered about the compatible to other FPGA boards, make update easier.
Basic operation
Power Up And Download
- Power up Core3S250E with 5V supply then the PWR_LED will light up in usual. The onboard JTAG interface is used for programming with dedicated programmer Platform Cable USB, as shown in the following figure:
- Power up Core3S250E with 5V supply then the PWR_LED will light up in usual. The onboard JTAG interface is used for programming with dedicated programmer Platform Cable USB, as shown in the following figure:
Example quick start
- All the following demos require power supplied. Verilog and VHDL are used in the following demos, please download the corresponding one.
- An open3S250E development board is used for demonstration, Other Xilinx boards are similar to it. If there are differences on any example, they will be special explained.
- All the following demos require power supplied. Verilog and VHDL are used in the following demos, please download the corresponding one.
Test 1, Light up LEDs
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
LED | |
Steps |
| |
Phenomena |
|
Test 2, JOYSTICK Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
JOYSTICK | |
Steps |
| |
Phenomena |
|
Test 3, 8 Push Buttons Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
8 Push Buttons | |
Steps |
| |
Phenomena |
|
Test 4, 8 SEG LED Board Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
8 SEG LED Board | |
Steps |
| |
Phenomena |
|
Test 5, 4x4 Keypad Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
4x4 Keypad | |
Steps |
| |
Phenomena |
|
Test 6, DS18B20 Temperature Sensor Test
Language |
Verilog | |
---|---|---|
Sample Program Name | DS18B20 | |
Steps |
| |
Phenomena |
|
Test 7, Buzzer Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
PWM / Buzzer | |
Steps |
| |
Phenomena |
|
Test 8, PS/2 Keyboard Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
PS2 | |
Steps |
| |
Phenomena |
|
Test 9, VGA Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name | VGA | |
Steps |
| |
Phenomena |
|
Test 10, LCD1602 Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name | LCD1602 | |
Steps |
| |
Phenomena |
|
Test 11, LCD12864 Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
LCD12864 | |
Steps |
| |
Phenomena |
|
Test 12, USB Communication Test
Language |
VHDL | |
---|---|---|
Sample Program Name |
USB | |
Steps | Connect the pin side of CY7C68013A USB Board to 32I/Os_1 interface, and connect the USB side to PC's USB port. Download the program | |
Phenomena | Run USB_LED.exe on the PC to control onboard LED. |
Test 13, UART Serial Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
UART | |
Steps |
| |
Phenomena |
|
Test 14, I2C EEPROM Test
Language |
Verilog |
VHDL |
---|---|---|
Sample Program Name |
AT24CXX | |
Steps |
| |
Phenomena |
|
Test 15, AT45DBTest
Language | Verilog | |
---|---|---|
Sample Program Name |
AT45DBXX_SPI | |
Steps |
| |
Phenomena |
|
Test 16, PCF8563 Clock Test
Language |
Verilog | |
---|---|---|
Sample Program Name |
PCF8563 | |
Steps |
| |
Phenomena |
|
Test 17, PCF8591 A/D Test
Language |
Verilog | |
---|---|---|
Sample Program Name |
PCF8591 | |
Steps |
| |
Phenomena |
|
References
Resources
Technical Support
If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)