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.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
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.
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...
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...
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.''...
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...
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?
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...
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...
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...
Posted on July 05, 2011 at 12:55Hi, I have question regarding STM8S wait states. When exactly wait states are executed - every access to XFLASH or every instruction feed? I want to clock my MCU with 24Mhz crystal oscilator (1 wait state) and I need ...