UART SetBuffer Error

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

UART SetBuffer Error

Jump to solution
708 Views
SuperBeginner
Contributor III

Dear NXP,

When I open the example project - "s32k3xx_uart_buffer_s32ct", it always gets this error.

Uart_Buffer_Error_1.PNG

Uart_Buffer_Error_2.PNG

I don't know how should I revise it, please help me.

Thank you

0 Kudos
Reply
1 Solution
683 Views
Adrian_Gherca
NXP Employee
NXP Employee

Hello,

The problem might have several reasons, but here are two things to consider in order to solve it:

1) It looks like the Matlab path has some issue. Please clear the Matlab path from the "Set Path" window and run the "mbd_s32k3_path.m" script again.

Adrian_Gherca_1-1726829812893.png


2) You are using the latest MBDT toolbox 1.5.0
Please make sure that you are opening this Simulink model in Matlab R2021a or a newer version.

 

 



View solution in original post

0 Kudos
Reply
2 Replies
684 Views
Adrian_Gherca
NXP Employee
NXP Employee

Hello,

The problem might have several reasons, but here are two things to consider in order to solve it:

1) It looks like the Matlab path has some issue. Please clear the Matlab path from the "Set Path" window and run the "mbd_s32k3_path.m" script again.

Adrian_Gherca_1-1726829812893.png


2) You are using the latest MBDT toolbox 1.5.0
Please make sure that you are opening this Simulink model in Matlab R2021a or a newer version.

 

 



0 Kudos
Reply
665 Views
SuperBeginner
Contributor III

Hi @Adrian_Gherca ,

Thank you for your reply.

You solved my problem, thanks.