Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with sx1262 module

I am trying to switch between modes (standby, rx, tx, sleep) in the sx1262 module. While switching, I pay attention to the figure below in the datasheet of the lora module. For example, to switch from SX126X_STANDBY_CFG_RC mode to RX mode, I use the ...

modes.png

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
  • 364 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
  • 148 Views
  • 1 replies
  • 0 kudos