SDRAM 參考設計:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief
description of each sub-section. The design consists of:
· PowerPC processor
· PLB-OPB bridge
· BlockRAM Memory Controller
· SDRAM Controller
· Two GPIO ports
· A UART Port
· External SDRAM
Application Note Abstract
This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of
approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of
the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is
included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is
necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it
sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.
Application Note Abstract
The unique configuration of the PSoC® switched capacitor blocks allows construction of a programmable bipolar current
source. A detailed explanation of this function is provided demonstrating how to build a programmable current source using a couple basic PSoC User Modules.
Capturing low-level network data can be hard in Java, but it s certainly not impossible
If you want to capture network packets in your Java program, you ll need a little help because no parts of the core Java APIAPI give access to low-level network
A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no answers, only one answer is correct. All classes should be contained by package "quiz".