Deinit one pin - is it possible?
Posted on July 04, 2018 at 20:38Hello, I have one question: Is it possible to deinit one pin instead of whole port? I have STM8S00F3 and ST Visual Develop.
Posted on July 04, 2018 at 20:38Hello, I have one question: Is it possible to deinit one pin instead of whole port? I have STM8S00F3 and ST Visual Develop.
Posted on July 04, 2018 at 19:09Debugging with open source free stm8 tools Hello everyone,After some efforts building and tune up of the free development tools I want show what it really works. Tools represented on: https://stm8-binutils-gdb.sourcef...
Posted on June 06, 2018 at 13:04Hi friends,We are using STM8L(STM8L051F3) and STM8S (STM8S003F3) for a project. I has been designed, developed and deployed. It works as expected - STM8L as a transmitter, wakes up from stand-by mode, collect some dat...
Posted on July 04, 2018 at 08:49Hi...!I am working on STM8S003F3 micro controller and unable to configure the alternate functions Timer 2 - channel 1[AFR0], Timer 1 - channel1[AFR0] and Timer 1 - channel 2[AFR0] for PC5/ SPI_SCK[TIM2_ CH1], PC6/ SPI...
Posted on July 04, 2018 at 07:39I have been usingan STM8L051F3P6microcontroller in my sensor project. I have followed all the guidelines mentioned in the datasheet. After burning the firmware into the controller, it works for about a minute or less ...
Posted on July 03, 2018 at 08:13HiI use STM8S-Discovery Board with STM8S105C6 and ST Visual Develop v4.3.10, Windows 10.If I use command ADDW or SUBW this way:------------------------------------------------------------------------------Example 1 ...
Posted on July 02, 2018 at 15:59Hello everyone i'm using system workbench for STM32 (sw4stm32) eclipse based IDE for my development. I'm trying to separate libraries and main file in two different projects but both are in same workspace. So I want f...
Posted on January 05, 2018 at 10:14HiSTM8S001J3 There is a problem with UART communication.If PIN8 is used without remapping tx, it works well.If tx is remapped and used as PIN5, the following code will not work.void UART1_init(void){ CLK->CKDIVR...
Posted on June 30, 2018 at 13:52Hi everybody!I have a problem with the TIM2_CH1 output pin on STM8L051F3 (20-pin TSSOP).In the datasheet (Rev. 3), there are 2 options for the TIM2_CH1 signal: PB0 (pin 10) and PC5 (pin 1); but I cannot find anything ...
Posted on June 28, 2018 at 07:13Hello, I would like to make 1 us period with timer 2 of STM8L051F3.currently I checked that 1 ms is correct, if trying to use under 1 ms (like 100 us or 10 us), the period is not correct....I measured the period with ...