Codewarrior 7.2 / Processor Expert Problem using 2 external interrupts (56F8323)

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

Codewarrior 7.2 / Processor Expert Problem using 2 external interrupts (56F8323)

4,780件の閲覧回数
hlsa
Contributor I
Processor: 56F8323
 
I added two "ExtInt" Beans to my project, the first one using the "FAULTA0" input, the second one using the "FAULTA1" input (I don't use the FAULT inputs for PWM).
 
When I compile my project then without any further changes, I get the following error message:
 
"Error: macro 'C_Cpu_reg_GPIO_A_IESR' redefined"
 
Having a look at the file Cpu.ch, really find the macro twice:
 
#define C_Cpu_reg_GPIO_A_IESR, IES6_bit_     1         /*0x00000001*/
#define C_Cpu_reg_GPIO_A_IESR, IES7_bit_     1         /*0x00000001*/

 
For me this seems to be a problem of the processor expert. How can I solve this problem?
 
Holger
 
 
P.S. After removing the "ExtInt" Beans I still have that problem, so I can't repair my project!
ラベル(1)
タグ(1)
0 件の賞賛
返信
4 返答(返信)

696件の閲覧回数
ProcessorExpert
Senior Contributor III
Dear Customer,
This is a problem in the Processor Expert. We are analyzing it and trying to solve it. The problem is related to the 'Generate manifest constants' option in the Processor Expert Project Options. The error appears only if you are using this option. The temporary solution is to set this option to 'no' if you don't necessarily need it.
I will inform you when we'll know more.
best regards
Petr Hradsky
Processor Expert Support Team
UNIS
0 件の賞賛
返信

696件の閲覧回数
hlsa
Contributor I
Thanks for the workaround, it works. I do not need the *.ch file so far so I can disable the 'Generate manifest constants' option for the moment.
 
Best regards,
Holger
0 件の賞賛
返信

696件の閲覧回数
ProcessorExpert
Senior Contributor III
Ok, thank you for the information. We have indentified the problem and fixed it for next release of Processor Expert. It should be available within the next CodeWarrior update.

best regards
Petr Hradsky
Processor Expert Support Team
UNIS
0 件の賞賛
返信

696件の閲覧回数
hlsa
Contributor I
*push*
0 件の賞賛
返信