Others: hardware and software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Talking to an HT16K33 via I2C

I’m connecting to an HT16K33 (on an Adafruit 4-digit, 7-segment display) to a NUCLEO-H755 board.I’m connecting I2C4 SCL to PF14 (pin 19 on CN9), and I2C4 SDA to PFf15 (pin 21 on CN9).Here's my init:static void MX_I2C4_Init(void) { hi2c4.Instance ...

SoCalJim by Associate III
  • 297 Views
  • 2 replies
  • 0 kudos

Compile Lsm6dsm self test

Hi,I am trying to use command line to compile self test of lsm6dsm by the following: arm-linux-gnueabi-gcc -static  lsm6dsm_self_test.c lsm6dsm_reg.c -o self test -I.and got error: lsm6dsm_self_test.c:159:21: error: ‘SENSOR_BUS’ undeclared (first use...

Shabtai by Associate
  • 122 Views
  • 1 replies
  • 0 kudos

Resolved! Filters for HDMI

Hello Everyone,We are interfacing HDMI Connectors with a microprocessor such as AM625 or AM62P or RK3568 for use in Industrial HMI Controller environment.We would be using HDMI 2.0 or 2.1 data transfer rates.We plan to use a HDMI companion chip such ...