STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L Flash Programming

Posted on August 22, 2017 at 09:15I use STM8L152R8..I test flash programming... But, now some problem exists...Byte programming and word programming is no problem.But, i use block programming then CPU halted.....#pragma location = 'FLASH_CODE'void M...

STM8L151K4 Touch Sensing Problem

Posted on August 22, 2017 at 05:28I have a problem with touch sensing on STM8L151K4, It is impossibe to increase number of touch key to 12.I use sample project in STM8L_Touch_Lib and re-config the channel in 'tsl_user.h'. It work if i configure 6 ke...

Dinh Vo by Associate
  • 533 Views
  • 2 replies
  • 1 kudos

STM8LFlash Block Programming

Posted on August 22, 2017 at 08:53I'm use STM8L152R8.I should be firmware upgrade using this cpu.But, I have some problem as below...Byte programming and word programming is no problem as belowFLASH->CR1 = 0; // Standard programming Time (EEPM, WAIT...

Write u16 to EEPROM in STM8S003F3

Posted on September 08, 2016 at 13:22 What is the right procedure to write to EEPROM? I saw the following code: oid CEEPROM::UNLOCK_EEPROM_IF_LOCKED() { if ( EEPROM_IS_WRITE_PROTECTED() ) { FLASH_DUKR = 0xAE; FLASH_DUKR = 0x56; while (...

Resolved! STM8S001 ?

Posted on July 06, 2017 at 10:08The new STM8CubeMX listed a new MCU called: STM8S001J3MxI have tried to google for it, but Ihave found Chinese only results showing demo boards too.Are there any hints when it will available for public?#stm8s001j3mx #...

Dev boards for STM8 with plenty of RAM and for STM8A?

Posted on August 17, 2017 at 21:26It seems there are very few evaluation boards for the STM8A and for the cheap STM8 with lots of RAM. Basically the STMA-Discovery is the one notable exception.I'd like to see more boards for the STM8A and for other ...

2017 STM8 Wish List

Posted on January 05, 2017 at 15:212017 STM8 Wish ListDear Community Members & STM8 funs,BEST WISHES for the New Year!!!As done for the STM32 Community , and to satisfy STM8 users who want to express their STM8 related expectations (like  who alread...

0690X00000605pUQAQ.png 0690X00000605NyQAI.png

github.com

Posted on August 17, 2017 at 13:34Recent stm8flash improvements https://github.com/vdudouyt/stm8flash, the free command-line utility for the STM8 and ST-Link, ST-Link/v2 has seen quite some improvements lately. In particular:* All current STM8 devic...