STM8 MTBF / FIT number
Posted on October 27, 2016 at 07:58Could you provide the MTBF / FIT numbers for the STM8 series and/or specifically the STM8AL3188TAX? #stm8-mtbf-fit
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on October 27, 2016 at 07:58Could you provide the MTBF / FIT numbers for the STM8 series and/or specifically the STM8AL3188TAX? #stm8-mtbf-fit
Posted on October 26, 2016 at 21:30Are the example libraries compatible between similar MCU's? For instance the STM8L15x StdPeriph_Driver includes stm8l15x_pwr.c/.h but the STM8L10x StdPeriph_Driver does not have those. I was wondering if I could ...
Posted on October 17, 2016 at 11:20Hi,I used to work with Microchip PICs and the compiler c18 provided string constants holding the compile time & date, updated in compile (or link ?) time; examples:__DATE__ == ''Jul 08 2016''__TIME__ == ''10:56:03'...
Posted on October 25, 2016 at 07:47Hello all, I am using NXP's TJA1028T/5V0/20/1J LIN transceiver with STM8 board. To bring LIN transceiver into ''Normal Mode'', is it mandatory to feed 5V supply to EN pin and VBATT pin of transceiver? I have fed...
Posted on October 20, 2016 at 07:51i am learning to program in embedded C by myself and i have bought an stm8s003f3P6 microcontroller and a STLINKV2 programmer to program device and i under i can use STVISUAL DEVELOPE code or IAR EMBEDDED WORKBENCH...
Posted on October 17, 2016 at 11:12Hi,is it possible to specify Options bytes in source file ?I mean something similar to what I use with Microchip PIC18 (in .c files):#pragma config WDT = ON // WDT Enabled#pragma config WDTPS = 256 // Watchdog pr...
Posted on October 10, 2016 at 15:13Hi,I made a primitive program that calls few functions of Standard Peripheral Library / CLK and GPI modules, so source files stm8s_clk.c + stm8s_gpio.c were added to project.After compilation I checked .map file a...
Posted on September 13, 2013 at 18:37I've looked over UM0151 and have thus far successfully developed python code that can program STM8 chips using the discovery board programmer, and modify the image.I am trying to rapidly develop a programming/tes...
Posted on October 14, 2016 at 09:02Hi, I used the ST Visual Develop with Cosmic STM8 free tools with no limits version to compile a C program. However, some errors were shown, ''&sharperror clnk debug\stm8 gerenal io program.lkf:1 can't open file de...
Posted on October 13, 2016 at 08:53 Hi All, When I use STM8AF6223 read data from eeprom 24C128,I can't poll RXNE flag. This is my code for Read Eeprom: uint8_t Read_EEPROM(uint8_t EepAddr,uint8_t RegAddr) { uint8_t data=0; /* check ...