Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Timer 1 work's well without any problem.the code works properly with stm8s105k4 without any problem.
There do not seem to be definitions for Port C to be used as such. //EXTI_SelectPort(EXTI_Port_C); //EXTI_SetHalfPortSelection(EXTI_HalfPort_C_LSB, ENABLE); //EXTI_SetPortSensitivity(EXTI_Port_C, EXTI_Trigger_Falling);Is there any way to trigger a...
I have implemented the same methodology as explained in the below post:http://embedded-lab.com/blog/continuing-stm8-microcontroller-expedition/12/I am trying to receive data that is 6 bytes long on the Rx pin using interrupts. When calling ReceiveDat...
Hello,I'm trying to program and STM8L050J3 from another MCU through ICP programming on the SWIM interface. Section 5.6.1 of PM0051 presents a sequence where it is required to apply a reset and release it after the SWIM_CSR register hase been configur...
Hello Everyone,I am to test a device which uses the STM8S207RB as the controller. The controller's pin 25 and 26 are used for I2C communication. But in order to use it for the SDA and SCL signals, I need to remap its function by changing the AFR6 bit...
Using STLINK-V3SET. Please Note in circuit STM8S105K6T6C embedded board has these pins GND, RX, TX , VCC. Many thanks
1. I am using Stm8s003f3.In it a slave SPI device is connected, which only inputs data, it dont output any data so MOSI is only used.2. My question is can I use remianing MISO pin as GPIO? since MOSI is used after configuring SPI, will it automatcial...
Hello Respective,I am using STM8l052C6 device for my product, I want to design my own bootloader for the same.Is it possible, as I didn't find any guideline for the same in relavent documents.