STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S005K6 - I2C (Bus always busy)

Hi ! This question has already be posted but i don't find a solution of my problem.I have an LCD screen (MC20805A6W-BMLW-V2) with I2C communication and I try to communicate with my controller via I2C (STMS005K6).First I initialize my port :GPIO_DeIni...

0690X000009jzf6QAA.png
ET_FR by Associate
  • 329 Views
  • 0 replies
  • 1 kudos

Space consumption

How to know memory consumption of embedded c program in ST visual develop. I have write code for STM8S and compile it but i didn't get any information about the memory consumption. I mean How much memory space reserved by the program.

sainti by Associate II
  • 241 Views
  • 1 replies
  • 0 kudos

Using SPI peripheral without SCK

I want to use the SPI peripheral on STM8L050J3 to generate bit patterns. I do not need SCK for this, and would like to use the SCK pin for GPIO. Is this possible?

KHale by Associate
  • 259 Views
  • 0 replies
  • 0 kudos

STM8S003F3 - FV_RAM Remap vector table in RAM

Hi,The UM0470 says:DM control register 2 (DM_CR2)FV_RAM Remap vector table in RAMThis bit is set or cleared by software. It remaps the interrupt vector table to a RAMlocation instead of program memory (usually 8000h).0: Vector table is in Program Mem...