STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8AF5288: Program stops in Block write to flash

Hello,I try to write into program flash in block write. Therefore I have a functionwhich is executed from RAM:void ram_flash_write_block(uint32_t startaddress, const uint8_t *buf) { uint16_t i = 0; // enable flash block write FLASH->CR2 = FLASH...

DNeum.1 by Associate II
  • 457 Views
  • 0 replies
  • 0 kudos

Read Access to flash beyond address 0x10000

Hello,I try to read from user flash. Everything is fine until I try to read from address beyond 0x10000. Then I get random values. I use SDCC (3.8.0 and 4.1.0, the behaviour is the same). My device is STM8AF5288 which has 64 KB of flash memory. A pro...

DNeum.1 by Associate II
  • 671 Views
  • 0 replies
  • 0 kudos

STLink V1 -mass storage disable

Per corporate policy, USB Mass Storage devices are DISABLED on our corporate laptops. There is no means to get around it, these are the rules.Im Working on Stm8l_discovery boad with on board debugger, for debugging it need USB Mass storage ,How to d...

SKira.1 by Associate II
  • 1085 Views
  • 1 replies
  • 0 kudos

How do we program STM8AF EVK board?

Hi team,we are plan to use STM8AF board. Whether it is support internal programmer or else we need to purchase separate programmer. please confirm it Thanks Manjunatha

Mk.5 by Associate
  • 565 Views
  • 1 replies
  • 0 kudos

how stlinkv2 reset the mcu

I connect the stlinkv2 to stm8. then the reset button on board not work, Is there a way to reset the stm8 using stlinkv2?. thanks

jduo.1 by Associate II
  • 1547 Views
  • 2 replies
  • 0 kudos