decode RF433 controls
Olá, estou usando o STM8S003 e preciso decodificar controles com o código de salto do protocolo. Alguém pode me ajudar? Obrigado!
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Olá, estou usando o STM8S003 e preciso decodificar controles com o código de salto do protocolo. Alguém pode me ajudar? Obrigado!
I got an ECU from an manufacturer, I was very interested in extracting the firmware from the ECU .They have used STM8AF controller , Open-OCD doesn't have support for the controller. Please reply I you guys have any idea about debugging the controlle...
Hi,I am working with an STM8 Nucleo 32 board based on the STM8s207K8 microcontroller. I am trying to receive data from a NodeMCU dev board via UART. The NodeMCU board successfully receives data from the server, and transmits it, however when I try to...
Hello, I'm using STM8S208 to receive 16 bit data in SPI slave. The SPI_DR is 8 bits. The master FPGA is sending 16 bits data, otherwise don't have enough luts.Is there anyway to solve this?
We are building code for our STM8S208RB (using SDCC), and we have noticed some behaviour we can't explain.We first observed that our program suddenly stopped working after we included a new file that contained some functions, but none of those were a...
As the subject mentions, I have a project in ST Visual Develop and I added the SPL files to the same location as the project. Once I add the files to the project and try to uncomment my specific stm8 it simply doesnt let me. I try editing the other f...
Can anyone please share ILI9488 SPI tft display 320X480 resolution interfacing with stm8s sample code.
Does anybody know if there is any piece of equipment that’s currently available that can be used for copying/programming this chip?
I have a new design that uses an STM8L151 and I was wondering if the STM8S/A Standard peripheral library can be used to design the code for it.I do realise that at least the stm8s.h should be modified, but can it be used at all?
Posted on January 09, 2017 at 10:00 So, info in reference manual is irrelevant? The read should be always done as: ; Read Seq_1 ld A, TIM1_REGH; ld XL, TIM1_REGL;�?�?�? ? Will the following sequences lead to incorrect results? ; ...