How to communicate CY7C68014A integrated microcontroller (in sensor) to a Nucleo STM32 board.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello.

I use a SILIOS sensor in my project to measure the intensity of light in a room. The sensor is associated with a CYPRESS CY7C68014A integrated microcontroller. I want to transfer the measurement data from the microcontroller CY7C68014A to a Nucleo STM32 board.

Do you have any idea to do it ?

Thank you.

0 Likes
1 Solution
ManaskantD_51
Employee
Employee
Welcome! 25 solutions authored 10 solutions authored

FX2LP has a USB 2.0 device interface, I2C interface, UART interface and a 16-bit parallel GPIF interface. You can use either of these interfaces to connect with the Nucleo STM32 board based on what interfaces does the Nucleo provide.

View solution in original post

0 Likes
1 Reply
ManaskantD_51
Employee
Employee
Welcome! 25 solutions authored 10 solutions authored

FX2LP has a USB 2.0 device interface, I2C interface, UART interface and a 16-bit parallel GPIF interface. You can use either of these interfaces to connect with the Nucleo STM32 board based on what interfaces does the Nucleo provide.

0 Likes