No reference for LPC55s16

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

No reference for LPC55s16

1,862件の閲覧回数
Vijay222
Contributor III

Why no one worked with LPC55s16 board   no refreence could be found on the internet or youtube ,I just want to interface LPC55s16 board with MLX90640 Thermal camera and need complete code for it. Inbuilt sdk examples haven't worked out 

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

1,853件の閲覧回数
ErichStyger
Specialist I

Not sure how you searched the internet, but I'm using the LPC55S16, for example

https://mcuoneclipse.com/2021/12/30/lorawan-with-nxp-lpc55s16-and-arm-cortex-m33/

https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/

But I have not used it with the MLX90640, but that sensor has an I2C interface and should be straight forward to use. If you are looking for the I2C part, the NXP SDK has drivers/examples, so does the two above project include I2C in the McuLib.

I hope this helps,

Erich

 

0 件の賞賛
返信

1,841件の閲覧回数
Vijay222
Contributor III

Thanks for idea ,The thing is i just wana to build an poultry robot using LPC55s16 board. Since iam new to the board i don't know hot to interface LPC55s16 board With Mlx90640 and  motors for the base of the robot connected with tyre. So would you  able to help me out i just tried to find  out simple sensor interface with the board but there was no basic full explanation with the code for the board as like as Arduino so kindly help me out.

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

1,836件の閲覧回数
ErichStyger
Specialist I

I recommend that you check out the examples of the NXP MCUXpresso SDK for it.