Problems with Generated Code of ADC in KDS

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

Problems with Generated Code of ADC in KDS

ソリューションへジャンプ
774件の閲覧回数
norbertoj
Contributor III

Hello, I have these ADC components in my Processor Expert project. 

165511_165511.PNGADCComponent.PNG

 

My problem is that  KDS 3.0.0 mark the next problems: 

165521_165521.PNGProblemsADC.PNG

I suspect that KDS can't identify the prototypes or types of function with bytes. I tried to erase only the files of ADC components and KDS didn't throw problems for others components. I don't know why I have only errors with headers of the ADC component, the prototype in the header is the same that the file .c

 

165522_165522.PNGFunctionADC.PNG

 

Perhaps, it can't identify the type byte of PE_Types, I don't know. Anybody can help me?

ラベル(1)
0 件の賞賛
返信
1 解決策
669件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Norberto,

I checked you use the MQX lib in project , there maybe some conflict between

MQX lib and PE lib . THere is a workaround , you can try :

Processor Expert generating code with errors 

If still can not used , could you please use the MQX on PE :

pastedImage_2.png

BR

Alice

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
669件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

Could you please show your project, then i can check it, if it  inconvenient , you can only the

project which only include ADC .

BR

ALice

0 件の賞賛
返信
669件の閲覧回数
norbertoj
Contributor III

Hello Alice.

I'm sending you the project with PE. It's very weird that I have only problems with the generated files of the ADC Module.

BR,

Norberto Jiménez

0 件の賞賛
返信
670件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Norberto,

I checked you use the MQX lib in project , there maybe some conflict between

MQX lib and PE lib . THere is a workaround , you can try :

Processor Expert generating code with errors 

If still can not used , could you please use the MQX on PE :

pastedImage_2.png

BR

Alice

0 件の賞賛
返信
669件の閲覧回数
norbertoj
Contributor III

Thank you Alice Yang. It's working now. I add bool=_Bool and it works. 

BR

Norberto Jiménez

0 件の賞賛
返信