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

stm8l, eeprom, dma - problem of access

Posted on June 06, 2011 at 11:56 If writing (erasing) byte(word, block) in the eeprom memory, DMA transaction occurs on the periphery of RAM (tested only this type of transfer) of the microcontroller hangs (not working). The documentation no found ...

Software simulator.

Posted on August 02, 2011 at 19:30I'm trying to us the software simulator to simulate the 207S6 but the internal registers don't seem to be working correctly. The reset value are all ff's. The ADC doesn't seem to function as well as the timers anyon...

u32 =u16*u16

Posted on July 30, 2011 at 02:39Never used the Cosmic complier before do I require any header like math.h to do a u16*u16 into u32 doesn't seem to do anything.

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
  • 518 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
  • 356 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
  • 482 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
  • 413 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...