Can i use ST-LINK/V2 to program flash for STM8S series
Posted on July 17, 2013 at 10:21Hi to all,Can i use ''ST-LINK/V2'' to program flash for STM8S series? #st-link/v2
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on July 17, 2013 at 10:21Hi to all,Can i use ''ST-LINK/V2'' to program flash for STM8S series? #st-link/v2
Posted on May 30, 2017 at 19:35Hello Everyone.I have trouble on STM8L152 with I2C through DMA. When receiving 1 data byte its receive 2 bytes 1st: some wrong (0x1F, 0x1E, 0x0E), and second byte (looks like necessary data).In case when receive long ...
Posted on May 30, 2017 at 18:15Hello,I am currently working on a DALI led converter project. I already use the DALI library for the STM8 with device type 6 (IEC 62386-207). I want to keep developing a DALI converter for device type 8 (IEC 62386-209)...
Posted on May 25, 2017 at 10:29Hi,STM8 has a great Peripheral Library, which can hide complexity of register configuration. STLUX also has a library but it is not as rich as the STM8 one. I used stm8s_i2c.{c,h} for STLUX with success and want to do ...
Posted on May 24, 2017 at 09:04 During a recent development I have noticed a strange issue which makes me think that the external interrupt is not executed for every edge. I have generated low impulses with an STM32 with increasing pulse widt...
Posted on May 23, 2017 at 13:39Dear Sir/Madam,Now I did controller into halt completely. But when it's in halt mode if any GPIO external interrupt is triggered means it wakes up, but when I will send the CAN Identifier then It's not waking up. As pe...
Posted on May 19, 2017 at 13:21Dear Sir/Madam,How to make controller goes into sleep mode. Can you please give me information or send me any source code link. Here, I am making into sleep using halt(); mode with disabling the peripherals but I'm thi...
Posted on May 23, 2017 at 12:15Question :We use STM8 Sample Code to test Hardware I2C ,but the waveform is unknown .But we use Software I2C (page 2 ,use GPIO) ,It is OK. May someone kindly give me the helping hand?Sample Code: /en.stsw-stm8004 /ST...
Posted on May 19, 2017 at 22:19STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work .. Situation: vcc, 10k, swim, button, gndmain() { CFG->GCR = 0x01;GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT); ..}software does not wo...
Posted on May 20, 2017 at 06:50STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work .. Situation: vcc, 10k, swim, button, gndmain() { CFG->GCR = 0x01;GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT); ..}software does not wo...