Hi,
I'm using the NXP_UJA1169Ax_GUI( alias is FlexGUI) tool with S32K144EVB-Q100 board,and FlexGUI can control R\G\B LED status, but all registers of UJA1169 will return the 0xff when click the 'R' button, What's the reason for it? Please refer to the attached image.
Thanks for your help!
Best Regards,
Fedora
Hi Zhang,
The FlexGUI is by default only configured for using SPI channel 0, which is available on the Arduino header of S32K144EVB. The on-board UJA1169 is connected to the MCU via SPI channel 1. I have attached a patch that should allow using SPI channel 1, i.e. allowing a connection between FlexGUI and the on-board UJA1169 device. It is a self-extracting archive in exe format.
BRs, Tomas
Hi, Tomas:
Today, I have installed the patch files, and successfully read the value of Device Identification register that is 0xEF. Thanks for your help.
Also, I have another question what's the difference between UJA1169x and UJA1169Ax ? I couldn't find the answer in datasheet. UJA1169 is used on my S32k144EVB board.
Thanks again.
Best regards,
Hi Zhang,
Glad to hear you are now able to read the UJA1169 internal registers.
The difference is support up to 5 Mbit/s, short wake-up filter timing and improved EMC performance. They both are software/hardware compatible.
BRs, Tomas
PS: I am on vacation for the next 2 weeks.