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

Where to use .ico8 file?

I read from "STM8CubeMX configuration tools", "STM8CubeMX does not support C code generation". So my question is, where to use the .ioc8 file?In STVD ? If it could not generate C code, so the .ioc8 file could be only used in STVD for assembly ?If I ...

MQi.1 by Senior II
  • 1626 Views
  • 1 replies
  • 0 kudos

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
  • 837 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
  • 749 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
  • 1142 Views
  • 1 replies
  • 0 kudos