Add a Release Configuration to an existing project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Add a Release Configuration to an existing project

ソリューションへジャンプ
1,344件の閲覧回数
unclemike
Contributor III

I made a PE project a while ago where I apparently did not ask for a Release configuration.  Is there a way to add one to and existing project? Or should I start from scratch?

 

CW 10.2   HCS08QE32

 

Thanks

0 件の賞賛
返信
1 解決策
1,216件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

No need to start from scratch. You can add any configuration. See Configurations with Processor Expert. Then you can do your own things with your new configuration. But if you are concerned about having a Release and a Debug configuration: they probably are not that much different anyway (or see Debug vs. Release). So I would question myself why I would need a release configuration: I usually just use one, and only one. The real difference between 'release' and 'debug' of configurations made by Processor Expert is that in release BDM is disable. See properties of CPU component:

 

 

You can change this as well in your 'debug' configuration: but this means that a few instructions after reset the BDM is disabled, and you cannot debug the part (as the CPU will disable the BDM pin).

 

Hope this helps,

BK

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,217件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

No need to start from scratch. You can add any configuration. See Configurations with Processor Expert. Then you can do your own things with your new configuration. But if you are concerned about having a Release and a Debug configuration: they probably are not that much different anyway (or see Debug vs. Release). So I would question myself why I would need a release configuration: I usually just use one, and only one. The real difference between 'release' and 'debug' of configurations made by Processor Expert is that in release BDM is disable. See properties of CPU component:

 

 

You can change this as well in your 'debug' configuration: but this means that a few instructions after reset the BDM is disabled, and you cannot debug the part (as the CPU will disable the BDM pin).

 

Hope this helps,

BK

0 件の賞賛
返信
1,216件の閲覧回数
unclemike
Contributor III

Thanks that does what I want.   I am curious about the advantages/disadvantages of shipping product with debug enabled.

 

 

0 件の賞賛
返信