how to disable IWDG during run time
Posted on October 01, 2010 at 08:03how to disable IWDG during run time
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on October 01, 2010 at 08:03how to disable IWDG during run time
Posted on November 16, 2011 at 21:46Hello everybody!I've just got acquainted with STM8-L family and I'm already really fascinated. I have some questions though. Could anybody please help me?I'm currently reading the document called '' CPU Programmin...
Posted on November 18, 2011 at 15:02I think I know the answer to this, but I just wanted to verify. I have several different processors which we have in our products, and I am currently using Eclipse with GDB server on Ubuntu Linux for every other ...
Posted on November 20, 2011 at 04:29Hi,I am new to STM8 Costmic tool. I downloaded the Cosmic STM8 32K software from company's website, and I am trying to compile a simple project. Everything goes fine until I try to start the debugger. Where is the...
Posted on November 19, 2011 at 13:25Hello , We have a Cosmic compiler for STM8A: I would like to define the sections for .text in .lkf BB_SEG from 0x8080 to 0xAFFF CB_SEG from 0xD000 to 0x1f000 and BB_RAM from 0x100 to 0x200 CB_RAM from 0x250 to 0...
Posted on November 18, 2011 at 14:01I having been having problems getting the I2C to work on an STM8S105K6 in a 32 pin package. At first I couldn't I couldn't get the start bit to be sent. Then I realized that I neede to set AFR6 to put I2C onto PB4...
Posted on November 16, 2011 at 11:27I configured the PC4 and PC7 ports both as inputs: GPIO_Init(GPIOC, GPIO_Pin_7, GPIO_Mode_In_FL_No_IT); GPIO_Init(GPIOC, GPIO_Pin_4, GPIO_Mode_In_FL_No_IT); I would like to use these two pins with the ADC (channel...
Posted on November 15, 2011 at 16:54after installing the STM8 STVD IDE v4.3 on a Windows 7 machine, I try to set the tools to The Cosmic tool chain. I get a message indicating that the Path does not contain at least one of the supported toolsets. I ...
Posted on September 29, 2011 at 12:41I am using ST Visual Develop STM8S105xx Datasheet Page 57 details the 96-bit unique device identifier My Device is STM8S105K6 I am using stm8s_flash.c to call the FLASH_ReadByte function as follows: for (i=0; i<1...
Posted on April 06, 2011 at 17:42STM8 BLDC motor with Hall Effects - Current Limit Problems