電子專業(yè)畢業(yè)設(shè)計(論文)外文翻譯_第1頁
電子專業(yè)畢業(yè)設(shè)計(論文)外文翻譯_第2頁
電子專業(yè)畢業(yè)設(shè)計(論文)外文翻譯_第3頁
電子專業(yè)畢業(yè)設(shè)計(論文)外文翻譯_第4頁
電子專業(yè)畢業(yè)設(shè)計(論文)外文翻譯_第5頁
已閱讀5頁,還剩15頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、英文資料及中文翻譯 the design of a rapid prototype platform for arm based embedded systemhardware prototype is a vital step in the embedded system design. in this paper, we discuss our design of a fast prototyping platform for arm based embedded systems, providing a low-cost solution to meet the request of f

2、lexibility and testability in embedded system prototype development. it also encourages concurrent development of different parts of system hardware as well as module reusing. though the fast prototyping platform is designed for arm based embedded system, our idea is general and can be applied to em

3、bedded system of other types. i.introductionembedded systems are found everywhere, including in cellular telephones, pagers, vcrs, camcorders, thermostats, curbside rental-car check-in devices, automated supermarket stockers, computerized inventory control devices, digital thermometers, telephone an

4、swering machines, printers, portable video games, tv set-top boxes - the list goes on. demand for embedded system is large, and is growing rapidly. in order to deliver correct-the-first-time products with complex system requirements and time-to-market pressure, design verification is vital in the em

5、bedded system design process. a possible choice for verification is to simulate the system being designed. if a high-level model for the system is used, simulation is fast but may not be accurate enough, with a low-level model too much time may be required to achieve the desired level of confidence

6、in the quality of the evaluation. since debugging of real systems has to take into account the behavior of the target system as well as its environment, runtime information is extremely important. therefore, static analysis with simulation methods is too slow and not sufficient. and simulation canno

7、t reveal deep issues in real physical system. a hardware prototype is a faithful representation of the final design, guarantying its real-time behavior. and it is also the basic tool to find deep bugs in the hardware. for these reasons, it has become a crucial step in the whole design flow. traditio

8、nally, a prototype is designed similarly to the target system with all the connections fixed on the pcb (printed circuit boards).as embedded systems are getting more complex, the needs for thorough testing become increasingly important. advances in surface-mount packaging and multiple-layer pcb fabr

9、ication have resulted in smaller boards and more compact layout, making traditional test methods, e.g., external test probes and bed-of-nails test fixtures, harder to implement. as a result, acquiring signals on boards, which is beneficial to hardware testing and software development, becomes infeas

10、ible, and tracking bugs in prototype becomes increasingly difficult. thus the prototype design has to take account of testability. however, simply adding some test points is not enough. if errors on the prototype are detected, such as misconnections of signals, it could be impossible to correct them

11、 on the multiple-layer pcb board with all the components mounted. all these would lead to another round of prototype fabrication, making development time extend and cost increase.besides testability, it is important to maintain high flexibility during development of the prototype as design specifica

12、tion changes are common. nowadays complex systems are often not built from scratch but are assembled by reusing previously designed modules or off-the-shelf components such as processors, memories or peripheral circuitry in order to cope with more aggressive time-to-market constraints. following the

13、 top-down design methodology, lots of effort in the design process is spent on decomposing the customers, requirements into proper functional modules and interfacing them to compose the target system.some previous research works have suggested that fplds (field programmable logic device) could be ad

14、ded to the final design to provide flexibility as fplds can offer programmable interconnections among their pins and many more advantages. however, extra devices may increase production cost and power dissipation, weakening the market competition power of the target system. to address these problems

15、, there are also suggestions that fplds could be used in hardware prototype as an intermediate approach 1-3, whereas this would still bring much additional work to the prototype design. moreover, modules on the prototype cannot be reused directly. in industry, there have been companies that provide

16、commercial solutions based on fplds for rapid prototyping 4. their products are aimed at soc (system on a chip) functional verification instead of embedded system design and development.in this paper, we discuss our design of a rapid prototyping platform for arm based embedded system, providing a lo

17、w cost solution to meet the request of flexibility and testability in embedded system prototype development. it also encourages concurrent development of different parts of system hardware as well as module reusing. the rest of the paper is organized as follows. in section 2, we discuss the details

18、of our rapid prototyping platform. section 3 shows the experimental results, followed by an overall conclusion in section 4.ii. the design of a rapid prototyping platforma. overviewarm based embedded processors are wildly used in embedded systems due to their low-cost, low-power consumption and high

19、 performance. an arm based embedded processor is a highly integrated soc including an arm core with a variety of different system peripherals5. many arm based embedded processors, e.g.6-8, adopt a similar architecture as the one shown in fig. 1.the integrated memory controller provides an external m

20、emory bus interface supporting various memory chips and various operation modes (synchronous, asynchronous, burst modes). it is also possible to connect bus-extended peripheral chips to the memory bus. the on-chip peripherals may include interrupt controller, os timer, uart, i2c, pwm, ac97, and etc.

21、 some of these peripherals signals are multiplexed with general-purpose digital i/o pins to provide flexibility to user while other on-chip peripherals, e.g. usb host/client, may have dedicated peripheral signal pins. by connecting or extending these pins, user may use these onchip peripherals. when

22、 the on-chip peripherals cannot fulfill the requirement of the target system, extra peripheral chips have to be extended.the architecture of an arm based embedded system is shown in fig. 2. the whole system is composed of embedded processor, memory devices, and peripheral devices. to enable rapid pr

23、ototyping, the platform should be capable of quickly assembling parts of the system into a whole through flexible interconnection. our basic idea is to insert a reconfigurable interconnection module composed by fpld into the system to provide adjustable connections between signals, and to provide te

24、stability as well. to determine where to place this module, we first analyze the architecture of the system.the embedded system shown in fig. 2 can be divided into two parts. one is the minimal system composed of the embedded processor and memory devices. the other is made up of peripheral devices e

25、xtended directly from on-chip peripheral interfaces of the embedded processor, and specific peripheral chips and circuits extended by the bus.the minimal system is the core of the embedded system, determining its processing capacity. the embedded processors are now routinely available at clock speed

26、s of up to 400mhz, and will climb still further. the speed of the bus connecting the processor and the memory chips is exceeding 100mhz. as pin-to-pin propagation delay of a fpld is in the magnitude of a few nanoseconds, inserting such a device will greatly impair the system performance.the peripher

27、als enable the embedded system to communicate and interactive with the circumstance in the real world. in general, peripheral circuits are highly modularized and independent to each other, and there are hardly needs for flexible connections between them.here we apply a reconfigurable interconnection

28、 module to substitute the connections between microcomputer and the peripherals, which enables flexible adjusting of connections to facilitate interfacing extended peripheral circuits and modules. as the speed of the data communication between the peripherals and the processor is much slower than th

29、at in the minimal system, the fpld solution is feasible.following this idea, we design the rapid prototyping platform as shown in fig. 3. we define the interface icb between the platform and the embedded processor core boar that holds the minimal system of the target embedded system. the interface i

30、pb between the platform and peripheral boards that hold extended peripheral circuits and modules is also defined. these enable us to develop different parts of the target embedded system concurrently and to compose them into a prototype rapidly, and encourage module reusing as well. the two interfac

31、es are connected by a reconfigurable interconnect module. there are also some commonly used peripheral modules, e.g. rs232 transceiver module, bus extended ethernet module, ac97 codec, pcmcia/compactflash card slot, and etc, on the platform which can be interfaced through the reconfigurable intercon

32、nect module to expedite the embedded system development.b. reconfigurable interconnect modulewith the facility of state-of-arts fplds, we design a reconfigure interconnection module to interconnect, monitor and test the bus and i/o signals between the minimal system and peripherals.as the bus access

33、ing obeys specific protocol and has control signals to identify the data direction, the interconnection of the bus can be easily realized by designing a corresponding bus transceiver into the fpld, whereas the interconnection of the i/os is more complex. as i/os are multiplexed with on-chip peripher

34、als signals, there may be i/os with bi-direction signals, e.g. the signals for on-chip i2c9 interface, or signals for on-chip mmc (multi media card10) interface. the data direction on these pins may alter without an external indication, making it difficult to connect them via a fpld. one possible so

35、lution is to design a complex state machine according to corresponding accessing protocol to control the data transfer direction. in our design we assign specific locations on the icb and ipb interfaces to these bi-direction signals and use some jumpers to directly connect these signals when needed.

36、 the problem is circumvented at the expense of losing some flexibility.the use of fpld to build the interconnection module not only offers low cost and simple architecture for fast prototyping, but also provides many more advantages. first, interconnections can be changed dynamically through interna

37、l logic modification and pin re-assignment to the fpld. second, as fpld is connected with most pins from the embedded processor, it is feasible to detect interconnection problems due to design or physical fabricate fault in the minimal system with bst (boundary-scan test, ieee standard 1149.1 specif

38、ication). third, it is possible to route the fpld internal signals and data to the fplds i/o pins for quick and easy access without affecting the whole system design and performance. it is even possible to implement an embedded logical analyzer into the fpld to smooth the progress of the hardware ve

39、rification and software development.c. power supplypower dissipation has a great impact on system cost and reliability. it is an increasingly important problem in embedded systems designs not only for the portableelectronics industry but in other areas including consumer electronics, industry contro

40、l, communications, etc. in order to facilitate the design of power supply for the target embedded system, power supply issues have also been considered in the design of the platform.first, the power supplies to the devices on the platform are separated from those to the core board and peripheral exp

41、and boards, which makes it more realistic to measure and verify the power dissipation on the platform for the target embedded system. second, the power supplies for the core board and peripheral expand boards are built on a separate board and connected to the platform through a slot. as a result, it

42、 provides flexibility for power system design while speeding up the whole design process.to meet the demand for higher system speed and lower power consumption in data communications and processing, embedded processor vendors use increasingly advanced processing technologies requiring lower core ope

43、rating voltages, and keep the interface voltage compatible with most low voltage semiconductor devices on market. consequently, almost every embedded processor requires more than one power supply, such as power supply for internal logic, for plls and oscillators, for memory bus interface, and for ot

44、her i/os. further, different embedded processors may have different requirements on power supply, such as different power supply voltage, power-up sequence, and different strategies to adjust the core voltage in different cpu run mode for minimizing power dissipation.a survey of some widely used arm

45、 based embedded processor suggests that most of them need no more than 3 groups of separated power supply, as shown in table 1. as the peripherals may require different supply voltages for special purpose, such as +5v for powering the usb ports, we divide the power supply from the power supply slot

46、into 4 separated channels, which is connected to both the core board slot and the peripheral board slot. each channel of power supplies has a “power good” signal to indicate power output status of the channel, and a shutdown signal to shut the power supply of the channel down. and these signals are

47、directly connected to the core board slot to accommodate the embedded processors requirement of power-up sequence. in order to enable dynamic voltage adjusting, some control signals are routed to the power supply board by the reconfigurable interconnect module.iii. experimental resultsas the rapid p

48、rototyping platform is still under development, we present an example applied with the same considerations in the rapid prototyping platform. it is an embedded system prototype based on intel xscale pxa255, which is an arm based embedded processor. the diagram of the prototype is illustrated in fig.

49、 5(a). the photo is shown in fig. 5(b), where a bluetooth module is connected to the prototype usb port and a cf lan card is inserted.the fpga (an altera cyclone ep1c6f256) here offers the same function as the reconfigurable interconnection module shown in fig. 3. most of the peripheral devices are

50、expanded to the system through the fpga, and more peripherals can be easily interfaced when needed. as both of the fpga and pxa255 support the bst, we can detect faults, e.g. short-circuit and open-circuit faults, on the connections between the two devices by chaining their jtag ports and performing

51、 bst. here, we use an open source software package 11 to perform the bst.the fpga internal signals can be routed to the debugging led matrix for easy access, which is helpful in some simple testing and debugging. we also insert an embedded logical analyzer, the signaltap ii embedded logic analyzer 1

52、2 provided in alteras quartus ii software, into the fpga for handling more complicated situations. with the help of the logical analyzer, we are able to capture and monitor data passing through over a period of time, which expedites the debugging process for the prototype system. fig. 6 shows the ca

53、ptured data communication between the embedded processor and the usb host module during the initialization process of the philips isp1161 usb host chip13. it can be seen clearly from the figure that the embedded processor writes the command code of 0027h to address 01h (the isp1161s host controller

54、command port) to access the hcchipid register, and reads 6120h (the chips id) from address 00h (the isp1161s host controller data port).the power supply module of the prototype system is held on a separate board connected to the system via a socket. we designed two power supply modules for the proto

55、type system (shown in fig. 7). one is a large module providing fixed output composed with simple but low-efficiency linear regulator (the upside one in the fig. 7), the other is a compact module, capable of dynamic voltage adjusting, made up of complex high-efficiency switch regulator(the downside o

56、ne in the fig. 7). the former module is first used to accommodate the basic power supply requirements during hardware test and relative software development. during the process, the later is developed and refined, and replaced the former one finally. the separation of power supply module from protot

57、ype allows refinement of the power supply module without affecting development of other parts of the system.with the help of this flexible prototype, we finished our hardware development and related software development, including boot-loader development, os (arm-linux) transplant, and driver develo

58、pment in about one week.iv. conclusionin this paper, we discuss the design of a fast prototyping platform for arm based embedded systems to accommodate the requirements of flexibility and testability in the prototyping phase of an embedded system development.with the aid of the platform, modules of

59、the target embedded system can be developed simultaneously, and previous modules can be applied to future designs. as a result, develop process is greatly accelerated.though the fast prototyping platform is designed for arm based embedded system, our idea is general and can be applied to embedded system of other types. 基于arm的嵌入式系統(tǒng)的速成樣機平臺設(shè)計在嵌入式系統(tǒng)的設(shè)計中,硬件模型的設(shè)計是非常重要的。在這篇論文中,我們將討論一種我們自行設(shè)計的快速模型平臺,這是基于arm的嵌入式系統(tǒng)的。這是一種低成本的設(shè)計方法,并且

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論