freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

外文翻譯—電子信息的嵌入式程序下載和調(diào)試-電子信息-資料下載頁

2025-05-12 05:26本頁面

【導(dǎo)讀】程序里設(shè)置斷點(diǎn)或以一種不干擾的方式來觀察運(yùn)行情況,本章介紹了可用于下載,運(yùn)行和調(diào)試嵌入式軟件是各種技術(shù)。形狀和大小的芯片插座,可以用來為各種存儲(chǔ)芯片編程。在一個(gè)理想的開發(fā)條件下,設(shè)備編程器應(yīng)該和主機(jī)接在同一個(gè)網(wǎng)絡(luò)上??蓤?zhí)行二進(jìn)制映像文件就很容易傳給它來對(duì)ROM芯片編程。大小和你所用的芯片型號(hào)來定。應(yīng)該在插入芯片之前關(guān)掉電源,插入之后在打開。一旦加電,處理器就開始從ROM里取出代碼并執(zhí)行。不過,要注意到每一種處。理器對(duì)第一條指令的位置都有自己的要求。須保證ROM里你的二進(jìn)制映像格式要遵從目標(biāo)處理器的復(fù)位要求。的芯ROM程序是不是滿足了處理器的基本要求。以對(duì)這個(gè)快閃存儲(chǔ)器編程的功能??趤盹@示正在運(yùn)行的程序的源代碼、寄存器內(nèi)容和其他相關(guān)信息。GDB前端和調(diào)試監(jiān)控器之間的通信專門被設(shè)計(jì)來通過串行連接進(jìn)行字節(jié)傳輸。Ar電路板在交付的時(shí)候在快閃存儲(chǔ)器里包含了一個(gè)免費(fèi)的調(diào)試系統(tǒng)。的RAM里并運(yùn)行,你可以用tload工具來完成這一任務(wù)。

  

【正文】 h μVision2. The source files for theTRAFFIC project will be shown in theProject Window – Files page. The RTX51 Tiny RealTime OS is selected under Options for Target. Build the TRAFFIC program with Project Build or the toolbar button. Run the TRAFFIC Program You can test TRAFFIC with theμVision2 simulator. The watch variables shown on the rightallow you to view port status that drivesthe lights. The push_keysignal functionsimulates thepedestrianpush key thatswitches thelight system towalk functionis called withthe Push forUse Debug – Function Editor to open . This file is specified the Push forWalk toolbarbutton. under Options for Target – Debug – Initialization File and defines thesignal function push_key, the port initialization and the toolbar button. Note: the VTREG symbol Clock is literalized with a back quote (`),since there is a C function named clock in the to “Literal Symbols” on page 121 for more information. Now run the TRAFFIC application. Enable View – Periodic WindowUpdate to view the lights in the watch window during program execution. The Serial Window 1 displays the printf output and allows you to enterthe traffic light controller mands described in the table above. Set the clocktime outside ofthe start/endtime intervalto flash theyellow light. RTX Kernel Aware Debugging A RTX application can be tested with the same methods and mands asstandard 8051 applications. When you select an Operating System underOptions for Target – Target, μVision2 enables additional debugging features:a dialog lists the operating system status and with the _TaskRunning_ debugfunction you may stop program execution when a specific task is active. The following section exemplifies RTX debugging with the TRAFFIC example. Stop program execution, reset the CPU and kill all breakpoints. An RTX51 application can be tested in the same way as standardapplications. You may open source files, set break points and single stepthrough the code. The TRAFFIC application starts with task 0 init. μVision2 is pletely kernel aware. You may display the task statuswith the menu mand Peripherals – RTX Tiny Tasklist. The dialog RTX51 Tiny Tasklist gives you the following information: 頭 描述 TID task_id used in the definition of the task function. Task Name name of the task function. State task state of the function。 explained in detail in the next table. Wait for event the task is waiting for。 the following events are possible (also in bination): Event Timeout: the task Timer is set to the duration is specified with the os_wait function call. After the Timer decrements to zero, the task goes into Ready state. Interval: the time interval specified with os_wait is added to the task Timer value. After the Timer decrements to zero, the task goes into Ready state. Signal: the os_wait function was called with K_SIG and the task waits for Sig = 1. Sig status of the Signal bit that is assigned to this task. Timer value of the Timer that is assigned to this task. The Timer value decrements with every RTX system timer tick. If the Timer bees zero and the task is waiting for Timeout or Interval the task goes into Ready state. Stack value of the stack pointer (SP) that is used when this task is Running. RTX51 Tiny contains an efficient stack management that is explained in the RTX51 Tiny User’sGuide, Chapter 5: RTX51 Tiny, Stack Management. This manual provides detailed information about the Stack value. S 狀態(tài) 描述 Deleted Tasks that are not started are in the Deleted state. Ready Tasks that are waiting for execution are in the Ready state. After the currently Running task has finished processing, RTX starts the next task that is in the Ready state. Running The task currently being executed is in the Running state. Only one task is in the Running state at a time. Timeout Tasks that were interrupted by a roundrobin timeout are in the Timeout state. This state is equivalent to Ready。 however, a roundrobin task switch is marked due to internal operating procedures. Waiting Tasks that are waiting for an event are in the Waiting state. If the event occurs which the task is waiting for, this task then enters the Ready state. The Debug – Breakpoints… dialog allows you to define breakpoints that stopthe program execution only when the task specified in the _TaskRunning_debug function argument is Running. Refer to “Predefined Functions” on page134 for a detailed description of the _TaskRunning_ debug function. The breakpoint at the function signalon stops execution only if lights is the current Running task.
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1