P20N10L
Posted on September 22, 2017 at 16:12I'd like to get the date when this product was discontinued. Also I'd like to know how to read the date code on this product as I suspect I just received a small lot of counterfeit parts. Thank you.
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
Posted on September 22, 2017 at 16:12I'd like to get the date when this product was discontinued. Also I'd like to know how to read the date code on this product as I suspect I just received a small lot of counterfeit parts. Thank you.
Posted on September 12, 2017 at 17:58Hello, I would like to use in my design the Transil TVS STIEC45-28ACS and SM30T33CAY as the similar parts. One will be the second source for another. My question is: whether I can use one instead other and what a...
Posted on September 15, 2017 at 11:06Does Anyone worked on STM8S003F3P6 and Developed FOC Algorithm ? I need FOC algorithm to be developed in this Micro . Can anyone help me out?
Posted on September 11, 2017 at 19:10Dear experts,I am totally new to STM8, but got a task to complete. Please be kind and explain in simple layman terms...I have a project in ST Visual Develop, made by someone else. It has two parts: a bootloader (...
Posted on September 12, 2017 at 23:27Hi, I have been wondering how to obtain the GUI specifically for the ST7570 S-FSK Demonstration Kit. It seems ST discontinued their software download links for this device. If possible, does anyone have a link fo...
Posted on October 15, 2016 at 22:23Hello Communnity,I would like to know what is the minimum pulse frequency for STHV800 chip? Can it operate with 40-100 KHz piezoelectric transducer?Thank you. #sthv800
Posted on May 26, 2015 at 13:55Hi, I have problem with ADC1 conversions on STM8S-Discovery. I have configured the analogic inputs following: PB4 - AN4 PB5 - AN5 PB6 - AN6 unsigned char ADC_Config_INT ( void ) { GPIO_Init(ADC_PORT,ADC_15V_PI...
Posted on September 08, 2017 at 10:55When the destination memory block is locate in zero page which the address is often rang from 0x0 to 0xff. For instance, if a destination memory start address is 0x0, the memory() will copy the contents to addres...
Posted on September 11, 2017 at 14:54TO Calculate PWM Duty Cycle Hello all,My question is regarding duty cycle vary according to ADC value I am using STM32F030R8T6 Controller TIM3 is used to generate 20khz signal Prescaler value is 47 and count peri...
Posted on September 11, 2017 at 15:06 I'm trying to get I2C to work, but nothing happens on either SDA nor SCL. I've connected the STM8S001J3 like so: Pin 5 SDA Pin 6 SCL (There are pull-ups on both of the lines) 1. I initialize t...