Impossible to change setup in Expert menu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Impossible to change setup in Expert menu

Jump to solution
1,185 Views
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 Kudos
Reply
1 Solution
1,088 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
1,088 Views
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 Kudos
Reply
1,088 Views
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 Kudos
Reply
1,089 Views
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 Kudos
Reply