cosmic or st visual develop problem?
Posted on April 16, 2014 at 05:20to be migrated, sourceId: 2819:B33A1EDD-DCC4-4087-BEFC-454F45B13F1B
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on April 16, 2014 at 05:20to be migrated, sourceId: 2819:B33A1EDD-DCC4-4087-BEFC-454F45B13F1B
Posted on April 15, 2014 at 11:50Hi, I wanted to integrate the free SDCC Compiler in STVD. But I can´t find a possibility to add a new toolset. If I install Raisonance, a new entry in the toolset dropbox is generated. So there must be a possibility ...
Posted on April 04, 2014 at 05:15Hello, I have been able to develop an STM8S007 project with STVD and cosmic C. I have been able to test the project with no compile errors etc. When I use STVP to program the .S19 file into the chip, everything prog...
Posted on March 17, 2014 at 14:28Hi all! Does anybody know, how to program option bytes from IAR, during downloading flash image, like it implemented in STVP? Maybe, using some scripts to automate. I will need to program few hundreds of uCs, and set...
Posted on April 01, 2014 at 21:04I'm exploring an STM8L152 on the Discovery Board. That board has a user button, which I have set to trigger an interrupt on a GPIO (pin C1, if that matters). I can watch the interrupt fire in the debugger (using STVD...
Posted on March 29, 2014 at 12:02Hello everyone, I just started learning STM8 assembly language, but can not find the decimal adjust instruction, so do not BCD arithmetic.Have thought about writing a decimal adjustment subroutine, the addition shoul...
Posted on March 27, 2014 at 18:04I am timing the ADC conversion from TRGO to EOC. I calculate that the conversion should take 3.5us but I measure a minimum of 4.0us using an oscilloscope.I have included the relevant code loop below.Please does anyo...
Posted on March 13, 2013 at 13:22Hi all. I got a problem: Every time i am setting a global variable in my ISR it is set to 0 after the ISR has ended!volatile int test; void main(void){ TIM1_DeInit(); TIM1_TimeBaseInit(10, TIM1_COUNTERMODE_UP, 20000...
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...