最新免费av在线观看,亚洲综合一区成人在线,中文字幕精品无码一区二区三区,中文人妻av高清一区二区,中文字幕乱偷无码av先锋

登錄 免費(fèi)注冊(cè) 首頁 | 行業(yè)黑名單 | 幫助
維庫電子市場網(wǎng)
技術(shù)交流 | 電路欣賞 | 工控天地 | 數(shù)字廣電 | 通信技術(shù) | 電源技術(shù) | 測控之家 | EMC技術(shù) | ARM技術(shù) | EDA技術(shù) | PCB技術(shù) | 嵌入式系統(tǒng)
驅(qū)動(dòng)編程 | 集成電路 | 器件替換 | 模擬技術(shù) | 新手園地 | 單 片 機(jī) | DSP技術(shù) | MCU技術(shù) | IC 設(shè)計(jì) | IC 產(chǎn)業(yè) | CAN-bus/DeviceNe

(已解決)keil在使用ulink燒寫flash,怎么判別是何種flash呢?

作者:海天一色 欄目:ARM技術(shù)
(已解決)keil在使用ULINK燒寫FLASH,怎么判別是何種FLASH呢?
FLASH有多種,不同的FLASH編程的時(shí)序有差別的。使用ULINK可以對(duì)arm板子上的FLASH燒寫,怎么判別是何種FLASH呢?

* - 本貼最后修改時(shí)間:2006-7-2 10:59:47 修改者:海天一色

2樓: >>參與討論
computer00
好象只有內(nèi)部FLASH才可以燒寫吧?外部的還沒試過~~~~
 
3樓: >>參與討論
海天一色
應(yīng)該可以燒寫。
把應(yīng)用程序做好以后,將編譯后的hex轉(zhuǎn)換成數(shù)組,將這個(gè)數(shù)組寫入FLASH里面的指定地址即可。原里是這樣的。


4樓: >>參與討論
海天一色
看了一下,不用自己做,keil里面可設(shè)置
看了一下,不用自己做,keil里面可設(shè)置,對(duì)若干型號(hào)arm內(nèi)部FLASH以及外部FLASH的編程算法

5樓: >>參與討論
海天一色
選中setting旁邊的upda。。,每次調(diào)試是自動(dòng)下載程序到FLASH內(nèi)
 
6樓: >>參與討論
computer00
看來還行~~~~~~~
 
7樓: >>參與討論
海天一色
擦除、編程成功。
 

8樓: >>參與討論
computer00
你的是什么處理器?44B0嗎?
 

* - 本貼最后修改時(shí)間:2006-7-2 10:25:38 修改者:computer00

9樓: >>參與討論
海天一色
是44b0
 
10樓: >>參與討論
computer00
我剛好有一塊44B0的開發(fā)板,上面用的是2M的FLASH,
還沒有試過呢,有空拿來玩玩,不過那個(gè)板是14腳的JTAG,我得弄個(gè)轉(zhuǎn)接到20腳的東東。

11樓: >>參與討論
海天一色
對(duì)keil里沒有的FLASH,還可以自定義編程算法。方法也放到這里吧
Define FLASH Algorithms
The ΜVision environment allows you to define additional FLASH PROGRAMMING algorithms. For example an algorithm for an off-chip FLASH ROM that is connected via the BUS of the XC16x DEVICE.

Define a New FLASH PROGRAMMING Algorithm
You should perform the following steps to configure a new FLASH PROGRAMMING Algorithm:

Create a new empty sub-folder in ..\ARM\FLASH.
Copy the content of an existing FLASH algorithm (for example ..\ARM\FLASH\LPC_IAP_256) to this new folder as a template for new DEVICE algorithms.
ReNAME the project file LPC_IAP_256.UV2 to represent the new FLASH ROM DEVICE NAME, for example: 29F400.UV2 and open this new project with the ΜVision IDE.
In the DIALOG Project - Options for Target - OUTPUT replace all OUTPUT NAMEs (i.e. LPC_IAP_256) to the new DEVICE NAME.
Edit the file FLASHPrg.C and define the function code for EraseChip, EraseBlock and ProgramBlock. The Init and UnInit function allows you to write initializations and de-initialization code required for the algorithm.
Define the DEVICE parameters in the struct FLASHDevice in the file FLASHDev.C.
Build the new FLASH PROGRAMMING algorithm. The OUTPUT file with the extension *.FLX contains the new PROGRAMMING algorithm. Use the Add button in the Configure FLASH Download DIALOG to add this PROGRAMMING algorithm file to the ΜVision project of the target application.
TEST a New FLASH PROGRAMMING Algorithm
The folder ..\ARM\FLASH\LPC_IAP_256\TEST contains a project that allows you to TEST a new FLASH PROGRAMMING Algorithm.

Note

At this point in time, the generation of new FLASH PROGRAMMING algorithms requires the ARM ADS development tools. It is not possible to generate own FLASH PROGRAMMING algorithms with the GNU toolchain. However, you may use the existing FLASH PROGRAMMING algorithms.


12樓: >>參與討論
computer00
看來keil搞得還真不錯(cuò),哈哈~~~~~~~~
 
13樓: >>參與討論
lxr89c51
調(diào)試時(shí)應(yīng)該下到RAM中.會(huì)接省大量的時(shí)間!
 
14樓: >>參與討論
lxr89c51
為了提高速度,應(yīng)用程序也要COPY到RAM中執(zhí)行!
我們買了ULINK,但是無法DEBUG,所以放棄,用ADS1.2!

15樓: >>參與討論
sasinop
就這樣
將編譯后的hex轉(zhuǎn)換成數(shù)組,將這個(gè)數(shù)組寫入FLASH里面的指定地址即可

有本書里 也是用這個(gè)方法的


16樓: >>參與討論
51arm
keil搞得越來越耗了
 
參與討論
昵稱:
討論內(nèi)容:
 
 
相關(guān)帖子
請(qǐng)告知用wiggler+Flash Programmer是如何配置的?
請(qǐng)教FAT中的目錄項(xiàng)
隨便聊聊選型和采購LCD需要注意什么?
幫忙解答44B0,2410啟動(dòng)代碼問題,小女子不勝感激。。。
S3C44B0的FLASH(39VF160)不能在自身運(yùn)行程序
免費(fèi)注冊(cè)為維庫電子開發(fā)網(wǎng)會(huì)員,參與電子工程師社區(qū)討論,點(diǎn)此進(jìn)入


Copyright © 1998-2006 www.udpf.com.cn 浙ICP證030469號(hào)