I'm working on a demo project that interfaces with a UJA1169TK CAN SBC. I've found C headers and source that describe the API for register configuration interface to a similar product, the UJA1132. I'm wondering if similar files exist that assist with the API for the UJA1169.
Solved! Go to Solution.
Hi @dave_keenan,
What MCU do you interface with this SBC?
If S32K1xx, there is a driver for that SBC in the S32 Design Studio IDE, either S32DS for ARM v2.2 or S32DS for S32 Platform v 3.4.
Regards,
Daniel
None. We're interfacing with the SBC from processor from a different vendor. We have SPI communication set up on that other processor just fine, but the C header files would just be for assisting in composing the SPI messages to configure the SBC.
That is what I was looking for. Thank you.