STM8S:Can I use different power supply for VDD and VDDIO?
Posted on July 11, 2016 at 04:15Document doesn't mention that I should not.But I'm still wondering. Help me out, thanks. #stm8s
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on July 11, 2016 at 04:15Document doesn't mention that I should not.But I'm still wondering. Help me out, thanks. #stm8s
Posted on June 17, 2016 at 15:40Hi all,I am working on STM8 bootloader configuration.Can anyone please provide a link for STM8 visual programmer software and how to use it for unlocking the unlocking the STM8 bootloader.Thanks in advanceAmit Kumaram...
Posted on July 01, 2016 at 13:17my fCPU is16MHz. In order to get 500K baudrate, I have programmed as follows: CAN_SynJumpWidth = CAN_SynJumpWidth_1TimeQuantum; CAN_BitSeg1 = CAN_BitSeg1_8TimeQuantum ; CAN_BitSeg2 = CAN_BitSeg2_7TimeQuantum; CAN_P...
Posted on June 13, 2016 at 09:18Dear All,I use <<STM8S_TouchSensing_Lib_V2.5.0_setup.exe>> to build one testing system of STM8S RC Touchsensing. it has four ''buttons'' and four LEDs. for every ''button'', it can works well for touching. once the h...
Posted on June 29, 2016 at 04:57Hi All I am new to stm32 nucleo board, the pins on morpho connector are I/O pin? Or they are used to connect to expansion board only?thanksfrom Peter
Posted on May 02, 2013 at 11:25Dear All, I am trying to measure the frequency (and duty cycle) of a 1 kHz to 2 kHz signal which is connected to PD4 using TIM1 capture capability. As far as I can see from the documentation PD4 is connected to TIM1.IC...
Posted on June 23, 2016 at 21:29I just compiled a quick availability list of RTOSes that are relevant to the STM8 (by having an STM8 or ST7 port, or just being one of the most important RTOSes out there). The list features availability aspects: Lice...
Posted on June 20, 2016 at 13:23Hai, I have write code for LED blinking for STM8S105K4. I try to program it through ST-Link V2 adapter. But it shows warning as 'Warning : FILE : line 1: Address 0x4800 is out of range and is ignored!'. I hav...
Posted on June 19, 2016 at 14:54Hi all,I want to enable the STM8AF5289 bootloader for downloading the application through serial port. I have downloaded the ST visual programmer for this purpose .Can anyone please provide me the steps to be done for...
Posted on June 10, 2016 at 14:03Hi all,I am working on some CAN communication project which allows us to control some external device attached to one node from some other node.Since the CAn bus is a broadcast network and hence a message sent by a no...