.HEX file inSTVD
Posted on March 14, 2017 at 10:13Hello,Can Any One Tell me how to get .hex file in stvd
Posted on March 14, 2017 at 10:13Hello,Can Any One Tell me how to get .hex file in stvd
Posted on March 06, 2017 at 23:07Hello! I can't initialize internal CAN bootloader on stm8AF52A8 with HSE 24 MHz, it is silent.I tested all: �bootloader enable� option byte is set.CAN is OK, i tested it in my program.HSE is OK.Soft on PC is OK, I t...
Posted on March 10, 2017 at 13:28Hello guys, I am having some problem while using independent watchdog in stm8s003f3 uc . Actually my all routines run in timer interrupt , ADC interrupt or external interrupt. Independent watchdog works properly in A...
Posted on March 09, 2017 at 07:55Plese let me know If ST has any RF remote communication IC , for interfacing with MCU. I want to replace IR remote with RF remote. Thanks
Posted on October 26, 2016 at 11:18Hi, I'm using the STM8L052R8 for temperature measurement, so using an ADC channel, and then displaying the temperature on the LCD.It would be really handy to be able to clear the LCD Ram memory instead of writing t...
Posted on January 06, 2017 at 14:57void main(){ GPIOB-> DDR |= (1<<2); //output GPIOB-> CR1 |= (1<<2); //push-pull type output // GPIOB-> DDR &= ~(1<<7); //input // GPIOB-> CR1 |= (1<<7); //pull-up without interrupt GPIOC-> DDR &= ~(1<<2)|(1<<3)...
Posted on January 19, 2017 at 10:22Hi,Was looking at a recent version of a datasheet for STM8S003F3P6, and there seems to be no comments relating to a bandgap on AIN7.There was mention of it on previous datasheets (I have one from 2014).Is the bandg...
Posted on February 26, 2017 at 10:17HiI`m new with the STM8S-Discovery and the STM8S105.I usually write my code in assembler so I get a deeper touch on the micros hardware.But I encountered an issue with the STVD tool.When I`m entering the debug mod...
Posted on February 15, 2017 at 15:31In the UM0560 bootloader flowchart the flash address at the end points to 0x6000 which is the same as the ROM address.Is this intended?
Posted on March 01, 2017 at 12:09Hello, I am trying to make a 200us pulse,using simple time dealy. I am using TIMER4 to create delay. But the problem is whatever prescalar I use or What ever Autoreload value I have timer always gives 12us pulse...