S32K148 lpuart issues

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

S32K148 lpuart issues

1,121 Views
ehrets
Contributor I

Hello,

I am using a S32K148 q176 with S32 Design Studio for ARM v1.3, I am trying to use lpuart example but when I am debugging it I get stuck in a loop in the assemby on this command:

/* Declare a buffer used to store the received data */
uint8_t buffer[255] = {0, };

ehrets_0-1687324282974.png

I am quite unfamiliar with this and unexperienced so I don t really understand what is going on, there might be some set up issues or things I am totally oblivious about. thanks,

Best regards 

0 Kudos
Reply
1 Reply

1,104 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

S32DS for ARM v1.3 is really outdated. It is recommended to install S32DS v3.4+S32K1 SDK RTM v4.0.3.
I tested lpuart_echo_s32k148 of SDK v4.0.3 and did not encounter this problem.


Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply