Pre build step in STVD
Posted on June 18, 2018 at 15:46Hello all,I would like to run a script when building a project in STVD before the preprocessor (the script generates a header).Is there any way of doing this?#stm8 #stvd
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on June 18, 2018 at 15:46Hello all,I would like to run a script when building a project in STVD before the preprocessor (the script generates a header).Is there any way of doing this?#stm8 #stvd
Posted on June 21, 2018 at 11:40Hi everyoneI'm working on a product usung STM8L052C6, annually number produced are around 50000 units..The customer wants (for obvious reasons)to be able to lock the memory, which was easy enough, writing to the ROP b...
Posted on March 21, 2018 at 12:58Hi, We are using STM8AF6246 micro-controller for our requirements.We are using samples provided by ST, while testing we have following scenarios. Auto Wake Up unit is working individually fine.Flash program also wor...
Posted on June 13, 2018 at 12:15Hello,I am looking at using a STM8L152 MCU in a product that detects and measures a combustible gas.There are standards that govern how these products must operate, one of which is EN 50271:2010.STM8L152 has a built-i...
Posted on June 17, 2018 at 11:15Hi,I am trying to implement timer based on interrupt in STM8S003F3 using STVD and COSMIC C Compiler free version.I tried following this tutorial available on web http://embedded-lab.com/blog/starting-stm8-microcontrol...
Posted on June 14, 2018 at 09:51Hi,I want to use stm8s003f3 in my project. I was under the impression just like stm32 the ide and tool chain might be easily available. However, the same was not the case. I installed STVD as my IDE and wanted standar...
Posted on June 15, 2018 at 06:01STVD 4.3.11v showing connection error while debugging software for STM8AL discovery board.
Posted on June 18, 2018 at 14:12The ST62 is obsolete. Is there a direct hardware replacement processor that would work in this application? Would the supplied software program for the ST62 be compatible with the new processor?Thanks#multiplex-lcd
Posted on June 13, 2018 at 10:44which software use for stm8l151f3 controller in linux(ubuntu)
Posted on June 15, 2018 at 10:42The STVD calls it ''Optimize Size of Enum Variables''However it does the opposite:The Cosmic support said:We checked your problem and by default, the compiler sets enum in 8 bit wide when possible. We suspect that STV...