STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 358 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...

STM8L050J3 pins with multiple PORTS on the same pin. Doubt.

Hi,For me to set the SWIM pin to (Input Float NO), I need to set all ports attached to pin 1, as follows: * NAME |DDR |CR1 |CR2 |ODR | Operation         |FUNC * PA.0 - 0  - 0  - 0  - 0  - Input Float NI      - SWIM * PA.2...

Leo1986 by Associate II
  • 341 Views
  • 0 replies
  • 0 kudos

Debug STM8L050J3 IAR

Hi,I am initializing studies with the STM8L050J3 using IAR.I made a development board and connected the in-circuit circuit as shown in the attached figure.Are there any other in-circuit pins that need to connect STM8L050J3 to ST-Link / v2?.

Leo1986 by Associate II
  • 446 Views
  • 0 replies
  • 0 kudos

is it right to run low power to uA

void main(void) { float temperature = 0; const float Rp=10000.0; //10K const float T2 = (273.15+25.0); //T2 298.15 const float Bx = 3380.0; //B const float Ka = 273.15; float Rt = 0; //double ...