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

M24C08 NC pins

Hi,Because of my PCB design, the NC pins of M24C08 eeprom are connected to GND. Would this cause any problem ? Any advise ?

er3481 by Senior
  • 810 Views
  • 1 replies
  • 0 kudos

Part marking 2N6796FB

Testing some old transistors for a customer and parts are marked with a FB ending. These are 1997 parts . Anyone know what that calls out? Is it factory burn in? also can't find a ST datasheet for these if anyone has one LMK.

DSKAL.1 by Associate
  • 732 Views
  • 0 replies
  • 0 kudos

Compile error!

I have two files fifo.h and fifo.c:#ifndef __FIFO_H__ #define __FIFO_H__   //#include <stdint.h>   typedef uint8_t FIFO_Data_t; typedef uint8_t FIFO_Index_t;   typedef struct { FIFO_Index_t SizeMask; volatile FIFO_Index_t Head; volatil...

tinkerBOY by Associate II
  • 1116 Views
  • 1 replies
  • 0 kudos

Hi, I am using STNRG388A to communicate with some I2C device. For now, i have picked MAX30205 temperature sensor. See Details please

I am using standard peripheral library for STLUX and using stm8 library for I2c interface. I have tried with all the examples in libraries which are using interrupt handlers. Also, i have tried the online examples for stm8 using poll methods. Nothing...