STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! conditional transition to sleep mode

In many aplications i am using simple template, where interrupt routines (for example UART receive) raise flags (volatile variables) and main() function polling these flags and processing these events (for example parsing incoming UART charaters). I ...

How disable VrefInt ?

Hi there,On a battery-powered board using the STM8l050J3, in order to reduce at the minimum the power consumption, in Active Halt mode and using RTC wakeup, (at a few tens or at most hundreds of uA) as indicated, I want to disable Vrefint.To do so, d...

Would writing to same flash address reduce lifespan of MCU

I am using STM8 and since vector table is in flash memory I need to write to flash memory in order to create and use vector table. Since addresses of vector tables are fixed my code writes same values to same memory address of the flash on every star...

GunkutA by Senior
  • 673 Views
  • 1 replies
  • 0 kudos

VL53L1x communication with STM8S105 MCU

Dear all,I have just put the X-NUCLEO-53L1A1 kit into operation together with Arduino UNO and everything works perfectly, using the "X_NUCLEO_53L1A1_HelloWorld" application package.Then I mounted one of the same two VL53L1X-SATEL sensors by interfaci...

0693W00000Kc552QAB.jpg 0693W00000Kc5OiQAJ.bmp 0693W00000Kc5P7QAJ.bmp
CCenc.1 by Associate
  • 1483 Views
  • 3 replies
  • 1 kudos

STM8 how to check if flash memory filled

Hello I am using STM8L052 and in my program I am writing my vectorTable to my flash memory for every power on, but I want to make it only once so once the flash is written with vectorTable I will not write to flash again. There is how I write to flas...

GunkutA by Senior
  • 812 Views
  • 0 replies
  • 0 kudos