Trying to communicate with UJA1169TK in S32k118evb

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

Trying to communicate with UJA1169TK in S32k118evb

61 Views
Ashish4525
Contributor II

Dear all

I am trying to communicate with UJA1169tk and using UJA1169 code of s32k142 sbc driver , which I have taken from S32ds example project ,so issue what I am facing is unable to see any data on logic analyzer.

So one of screenshot has function name SBC_GetEventsStatus and inside it SBC_data transfer(function return I am getting E_NOT_OK) E_NOT_OK means there is error.

Note:inside SBC_DATA transfer func my 

if( readData[1] != command[1])

{

status = E_NOT_OK;

}

is not geeting equal and it is return E_NOT_OK means error (and because of this return value my UJA1169TK is not getting intialized or powered on or working)

check the attachment for better understanding.

I am sharing snipped photo my code kindly check .

B.R 

Ashish

0 Kudos
2 Replies

26 Views
diazmarin09
NXP TechSupport
NXP TechSupport

Hello Ashish4525,

I hope all is great with you. Thank you for using the NXP communities.

Could you please let me know if you are using a specific evaluation board? 

I would like to recommend the following post:

https://community.nxp.com/t5/S32K/Unable-to-communicate-with-UJA1169TK-F-3Z-by-Flexio-SPI/m-p/984088

Please note that the UJA1169TK device is obsolete. Please let me know if you need further information for a replacement device.

I hope this information helps.

Regards,

David

0 Kudos

11 Views
Ashish4525
Contributor II

Dear Diazmarin

I am using S32k1182Q048 evb .Can you help me with my probem or any example code can you share.

Even I have tried s32ds example but didn't work as I explained in previous post.

B.R

Ashish

 

0 Kudos