STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 416 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
  • 928 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
  • 482 Views
  • 0 replies
  • 0 kudos

STM8L050J3 Bug?

Hi,I am experiencing a serious problem with STM8L050J3.Due to an unused pin configuration of port A (PA1..PA7) then excluding PA0 used as SWIM, in order to check for any difference in current consumption, I have configured Port A with the following c...