STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use STM8S001J3 portb

Posted on October 31, 2017 at 04:04HiI am using STM8S001J3 controller on my project and I'm have some problem about it,5,6 pin GPIOB It doesn't work.I don't know how to solve it. Please help me..// my source codeGPIO_DeInit(GPIOB);GPIO_Init(GOIOB, G...

STM8L051F3 ADC fluctuating reading

Posted on December 20, 2017 at 11:17I am working on STM8L051F3 and measuring 10K pot output voltage but ADC readings are fluctuating. Pot output is 0 volt but ADC readings is 1 to 4. How to get stable readings?I was measuring temperature using PT100...

How to test FLASH_EraseBlock() in STM8AFxx using STVD

Posted on December 18, 2017 at 15:18I followed the below steps to execute the Sample code provided by ST. - For Cosmic Compiler:  1- Uncommented the ''#define RAM_EXECUTION  (1)'' line in the stm8s.h file,    2- In STVD Select Project\Settings\Linke...

0690X00000609G7QAI.png 0690X00000609FxQAI.png

Touch sensing library

Posted on August 31, 2009 at 14:25Touch sensing library

tran by Associate II
  • 1007 Views
  • 3 replies
  • 0 kudos

STM8L Execute from RAM at flash block programming

Posted on December 14, 2017 at 13:10Hello, no block or place matches the pattern 'ro code section FLASH_CODE in stm8l15x_flash.o' error appered after adding  #pragma location = 'FLASH_CODE' before block programming function in IAR complier? Any help...

FlexLM compiler error

Posted on December 07, 2017 at 12:41#error cpstm8 C:\Program Files\COSMIC\FSE_Compilers\CXSTM8\Hstm8\mods0.h:1 FlexLM No such feature exists.

Any plans for low pin-count STM8L devices?

Posted on October 23, 2017 at 10:53Occasionally we have need for a 6, 8, or 14-pin MCU.  For instance SOT23-6 or leadless devices to conserve board space.  Up until now, PIC10 and ATtiny have been the only choices, but it's good to have some other o...