main Program area permanently locked?
Posted on March 20, 2014 at 15:18Hi all,delete me plz :)
Posted on March 20, 2014 at 15:18Hi all,delete me plz :)
Posted on March 18, 2014 at 14:38i have made program for DiscoveryL152, with STM8L152. mcu. Program works properly. Now i try to start this program on other board with STM8L052C6 mcu. LCD not works - all COMx and segment pins are idle...... In all S...
Posted on March 18, 2014 at 13:49i have made program for DiscoveryL152, with STM8L152. mcu. It works properly. Now i try to start this program on other board with STM8L052C6 mcu. LCD not works - all COMx and segment pins are idle...... In all ST doc...
Posted on March 15, 2014 at 21:40I'm trying to program a STM8AF51AATC using the ROM bootloader. I can connect to it, GET command works. But when I send the WRITE command to send the Erase_Write routines to RAM the µC does not reply with an ACK. What...
Posted on January 02, 2013 at 10:32Hi friends, I am new to stm microcontroller, when i am compiling my project with st visual develop with cosmic compiler it giving an error like this:&sharperror clnk Debug\stvd_project.lkf:1 no default placement f...
Posted on March 11, 2014 at 17:16Cosmic STM8 is installed in Windows XP with license. Since we are working in a networked-host, we will access such Windows XP host using Windows XP remote desktop access. When Cosmic STM8 is started from the physical...
Posted on February 27, 2014 at 14:44Hi all! I am using STM8S003F microcontroller with UART in async mode. I want to use UART1_CK pin as regular GPIO in push-pull mode. This pin is PD4. When peripherals are configured as below: PD_DDR_DDR4 = 1; ...
Posted on March 10, 2014 at 17:41Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK_SY...
Posted on March 10, 2014 at 08:34Hello, I need help regarding writing data in EEPROM using standard block write operation. Problem is I am unable to execute the steps given in PM0051 in C++. It says that the routine for block write must be executed ...
Posted on January 24, 2012 at 08:25MCU: STM8S105C6Port: GPIOBBit: 2 GPIOB:2 is the only pin/bit set up for external interrupt, yet regardless of any edge sensitivity setting in EXTI_CR1, once an interrupt is invoked it is continuously invoked while ...