Hi guys! I'm trying to make some porting for running SE05X example from se_hostlib SDK for LPC55S69 on LPC55S06. I'm stuck on the configuration of the board directory which contain the board-clock_config-pin_mux library (and header).
The documentation is a bit poor on this matter, has anyone already done something or can give me some guidance? Thank you!
Hi,
Frankly speaking, I am not familiar with SE05x, but I am familiar with LPC55S06.
I suppose that the LPC55S06 uses I2C as a master to communicate with SE05x, pls check the schematics and know the I2C interface port and pins.
The LPC55S06 has SDK package, after you get the I2C port and pins, you can use the I2C example as the following fig, then modify the pin_mux.c to change the pins of I2C, and change the I2C port in *_master.c with the code like:
#define EXAMPLE_I2C_MASTER_BASE (I2C3_BASE)
This is the SE05x community thread:
https://community.nxp.com/t5/Secure-Authentication/bd-p/secure-authentication
Hope it can help you
BR
XiangJun Rong