Impossible to change setup in Expert menu

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Impossible to change setup in Expert menu

跳至解决方案
1,253 次查看
michelmeunier
Contributor I

Hello,

In the processor expert, I can change several options, they are grey and unselectable. I really don't understand why!

Follow an image of my screen:

screen7.jpg

Any idea?

Thanks

Michel

0 项奖励
回复
1 解答
1,156 次查看
BlackNight
NXP Employee
NXP Employee

Hi Michel,

see the tooltip of that method:

pastedImage_0.png

You have to enable interrupts and set som buffer size:

pastedImage_1.png

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,156 次查看
BlackNight
NXP Employee
NXP Employee

This is by design of the AsynchroSerial component you are using. It has the Serial_LDD as inherited (sub-)component, and the settings of the AsynchroSerial (upper level) are propagated to the lower (Serial_LDD) level.

Change the settings of the AsynchroSerial, and then it will propagate to the Serial_LDD.

If you really want to directly affect the Serial_LDD, then use it instead of the AsynchroSerial. But the AsynchroSerial is easier to use and has a better API in my view.

I hope this helps,

Erich

0 项奖励
回复
1,156 次查看
michelmeunier
Contributor I

As usually, Erich, you have the answer. But my problem now is to use the 'sendblock' method. the 'sendblock' of AsynchroSerial is in grey, and the 'sendblock' of the Serial_LDD request (LDD_TDeviceData *DeviceDataPtr) and I haven't it because the auto-init of Serial_LDD is not perform (and I can't do it because in the setup the autoinit is in grey :-(  ). I should have with autoinit the ASerialLdd1_DeviceData automaticly.

Again, it seems, that I need your help.

Michel

0 项奖励
回复
1,157 次查看
BlackNight
NXP Employee
NXP Employee

Hi Michel,

see the tooltip of that method:

pastedImage_0.png

You have to enable interrupts and set som buffer size:

pastedImage_1.png

I hope this helps,

Erich

0 项奖励
回复