STM8 library bug - GPIO_ReadInputPin()
Posted on June 11, 2010 at 14:45STM8 library bug - GPIO_ReadInputPin()
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on June 11, 2010 at 14:45STM8 library bug - GPIO_ReadInputPin()
I am using STVD IDE to write code for STM8 the compiler I am using is Cosmic STM8 C compiler and the standard peripheral library provided for STM8. The problem I have is while evaluating and if statement for and input pin, if the condition is "== 0" ...
Hello STM community.I have in my possesion an ST microcontroller with the following information printed on it:72F521AR5T99021 V5 MYS 99 and 3 other digits in the end which I am not able to figure them out. I understand that this must be a very old c...
There is now a Release Candidate 1 for the 4.3.0 release of the Small Device C Compiler (SDCC), a free ISO C compiler targeting the STM8 and other 8-bit architectures.Source, documentation and binary packages for amd64 Windows, amd64 macOS and amd64 ...
I tried to initialize the prescaler value and the counter of the TIM1 peripheral by forced update generation, but I failed to implement it with the following code (including 'stm8l152c6.inc' file from 'st_toolset\asm\include'): mov TIM1_CR1,#$...
Hello to all!I'm a bit new to STM8 programming. I'm my current project using the STM8L052 board, my plan is to use a input of how many times the user press a button to activate or deactive a function. For example, if the user press the button 5 times...
HI Guys, now I use STM8S103F2 series MCU develop, find there was some issue that can not solve, but i checked that bool types constant has no problem, so do you have same issue? thanks!
Pls help to provide the latest Certificates such ad ISO 9001/ISO 14001/TS 16949 etc for STM8S003F3U6TR. Thanks.
HelloWhat clock frequency and timing scheme is used for Nucleo-8S208RB default? In what documentation can I look this up?In the documentation (UM2364 User manual) for the board NUCLEO-8S208RB, this information is written (see picture), but looking at...
HelloHow can I access STM8S CPU registers (Cosmic compiler)? When I write this "A = 0xff" (A is a processor register accumulator), then compiler writes this "#error cpstm8 main.c:17(3) A undefined". How to fix it?