STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HSE Config

Posted on July 25, 2011 at 17:35I need to config my stm8s105k6 to work with oscillator of 16Mhz my code : CLK_ClockSwitchCmd ( ENABLE );  CLK->SWR  = 0xB4;  CLK->SWR  = 0xB4;  while ( !(CLK->CMSR == 0xB4 ) ); I get stuck behind the while loop Am I m...

greg_t by Associate II
  • 424 Views
  • 1 replies
  • 0 kudos

RTC Real time clok (in spanish)

Posted on July 24, 2011 at 01:08The original post was too long to process during our migration. Please click on the attachment to read the original post.

eb4cak by Associate
  • 297 Views
  • 0 replies
  • 0 kudos

DATA EEPROM area - problem writing byte

Posted on July 12, 2011 at 13:13Hi experts, in my application I am trying to write a single byte to an address in the DATA EEPROM area immediately after disabling ''the DATA area write protection by writing consecutively .. MASS keys to the FLASH_DU...

Waiting for EOP

Posted on July 13, 2011 at 13:59Hi,I am using STM8S207C8 processor which has RWW capability.After enabling EOP interrupt and after writing on internal eeprom of the processor (not to write protected area), is there a possibility EOP interrupt not to...

celikvol by Associate
  • 402 Views
  • 1 replies
  • 0 kudos

No stm8s103 in ''STVD\settings\MCUselection list

Posted on July 19, 2011 at 14:29Hi.   No stm8s103 in ''STVD\settings\MCUselection list It start with stm8s207 I have cosmic 16 k free compiler additional problem is ''#error clnk Release\rtos_osa_hw.lkf:1 no default placement for segment .info.''...

slava by Associate
  • 346 Views
  • 1 replies
  • 0 kudos

Entering Halt mode with the WWDG enabled causes reset

Posted on July 15, 2011 at 22:39I've checked the Option Bytes and the OPT3 byte is zero so the WDG_HALT bit is 0 which according to the data sheet means that the MCU should enter Halt Mode when calling halt() instead of generating a reset.  Followin...

libf.sm8

Posted on July 13, 2011 at 19:20I canot add lilbf.sm8o to my library path. ie.C:/program files/cosmic/cxst8m_16/lib.  In there is libfs.stm but not libf.stm. Do I have a worng set o f library functions in cxstm8_16?

carnett1 by Associate II
  • 270 Views
  • 0 replies
  • 0 kudos

Channels mapping for STM8L152R6

Posted on April 29, 2011 at 14:30Hello, What is the channels mapping for touches management with CTransfer on STM8L152R6 (LQFP64)? Is it the same as for STM8L152C4 : Group1 is located on PortA4/5/6, Group2 on PortC3/4/7... ? Thanks for reply #to...

mjobard2 by Associate
  • 368 Views
  • 1 replies
  • 0 kudos

Upgrading to the STM8 Assembler question

Posted on July 04, 2011 at 09:33After having written a time consuming and reasonably eloquent request about this subject, only to have it rejected and erased, I'll make a shorter attempt. Is it not possible to have straight forward assembler templat...

string.h library and strncmp function

Posted on June 30, 2011 at 00:16Hi, I want to use strncmp function in my code [ if (strnicmp(temp, GPVTG, 5)) ], but I've got an error: &sharperror cpstm8 ..\..\src\main.c:278(12) missing prototype I have string.h file in my include files, but I th...

pietruha8 by Associate II
  • 2820 Views
  • 7 replies
  • 0 kudos