Porting SE05x evaluation board SKD example for LPC55S69 on LPC55S06

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Porting SE05x evaluation board SKD example for LPC55S69 on LPC55S06

916件の閲覧回数
WorkerEmbedded
Contributor II

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!

タグ(3)
0 件の賞賛
返信
1 返信

886件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

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)

 

xiangjun_rong_0-1697510494091.png

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

 

0 件の賞賛
返信