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 ?
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Hi,Because of my PCB design, the NC pins of M24C08 eeprom are connected to GND. Would this cause any problem ? Any advise ?
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.
hello, I want to know what functions there are in STM8s Standard peripheral library, like this one for STM32F2xx.sorry for my bad English.
We are making ultra low power device, which has function to read change of state on pin. For better understanding please refer the attached photo. Well, in Case 1 we get pulse on the pin as wheel is rotating and it's fine to read. But the problem is ...
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...
Is there any working PS/2 keyboard/mouse library available for STM8 microcontroller?Best Regards,tinkerBOY
Hi,I have a weird issue !I am developing an application where i Use the M24C64-WDW6TP EEPROM.First I need to be sure, this eeprom have 8KB of memory, every page is 32B so it has 256 pages.is the page address = (page number - 1 )*page_size ?? for exam...
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...