RF Transeiver Soluiton Required
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
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
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...
Posted on March 01, 2017 at 07:56Hello, I am trying to create 100us seconds pulse which periodically triggers a triac. Timer 1 is used for periodic delay and a while loop is under the timer1 isr for 100us pulse. Problem is it is not working,In...
Posted on March 01, 2017 at 07:47Hello, I am trying to make narrow pulse using timer1 of stm8s003f3p6, without using any kind of pwm(because my application doesn't permit me to do that). Program is,timer will make PIN 18 of mcu high the a w...
Posted on February 28, 2017 at 10:22hello,i am trying to interface ds1307 with my stm8s105c6 discovery i am not getting from where should start. i am not getting a clear idea that how rtc works. I was trying to find any library for stm8s of ds1307. ...