Monday, November 3, 2014

compilar a specific memory address for variable and function

Compiler-specific Features [4]

function attributs

assign a section for place function code [1,2]

Variable attributs

locating a variable at absolute memory address [3]

Reference

[1] http://www.keil.com/support/man/docs/armccref/armccref_Cacbgief.htm

[2] http://www.keil.com/forum/13875/-at-for-function-address/

[3] http://www.keil.com/support/docs/2829.htm

[4] http://www.keil.com/support/man/docs/armccref/armccref_chdfijae.htm

No comments:

Post a Comment

Register Transfer Level Design with Verilog (1) [ebook]

設計程式之所以有趣不外乎是它的千變萬化,同樣的結果卻有不同的寫法。 但這些不同寫法當中也並沒有分誰對誰錯,也沒有制定標準來規範何事該用何解。 這也就是我們設計者的珍貴!! [1] Primitive Instantiations 在Verilog中最基本的邏輯...