STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S103K3T6 supply

Hello,​I'm designing a new board with a STM8 CPU.Before, I'm doing a several previous tests.​I want to supply with 3.3V the MCU but I found that it works very well with 5V but in the other hand with 3.3V it doesn't work.​I checked VCAP voltage, while...

Resolved! Can the ST-Link V3 SET program flash standalone (without PC)?

Can the ST-Link V3 SET program flash standalone (without PC)?As Flasher STM8 's standalone mode.(https://www.segger.com/products/production/flasher-st/models/flasher-stm8/)-----> https://www.st.com/ja/development-tools/stlink-v3set.html> The STLINK-V...

MFuru.1 by Associate II
  • 1255 Views
  • 4 replies
  • 0 kudos

How to reset Tx CRC calculator properly?

My application uses a STM8AF5288 as SPI slave with hardware Rx and Tx CRC calculator enabled.Despite the information available on the Ref Manuals, just writing '1' to CRCEN bit of SPI_CR2 seems to work only on SPI_RXCRCR.SPI_TXCRCR will not reset wit...

AFerr.1 by Associate II
  • 263 Views
  • 0 replies
  • 0 kudos

Where are library and example files for STM8-SO8-DISCO board?

I would like to develop an application with the STM8L001J3M3 microcontroller.The UM2339 user manual for the Discovery Kit indicates that demonstration software is available at www.st.com/stm8-discovery web page. I cannot find any library or demonstr...

MHenz by Associate II
  • 230 Views
  • 2 replies
  • 0 kudos

LOw power halt mode fail

void main(void) { clock_setup(); GPIO_Config(); CLK->ICKCR |= 0x10;//SAHALT; //0.03ma CLK_HaltConfig(CLK_Halt_FastWakeup,ENABLE); FLASH_PowerWaitModeConfig(FLASH_Power_IDDQ); PWR_UltraLowPowerCmd(ENABLE); // no diff FLASH_PowerWaitModeConfi...

FLast.11 by Associate III
  • 205 Views
  • 0 replies
  • 0 kudos