Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I have tested my stm8s-discovery board for 2 days. The MCU is stm8s105c6t6, the Hex format file produced in c language on the IAR EW platform, could run as expected when uploaded into the board, but the final file from assembly language, both in Hex ...
as per datasheet of stm8s001j3 it has been mentioned that impact of pin mode while using other pins, ex. PD1 impacts PD6,PD5... so to disable the swim pin using Out Mode Low Level, would also impact in case want to set late for PD5 as IN Mode FL NO I...
----------- Project ew - ST Assembler Linker - Configuration Debug -------------Assembling mapping.asm...asm -sym -li=Debug\mapping.lsr mapping.asm -I="C:\Program Files (x86)\STMicroelectronics\st_toolset\asm\include" -obj=Debug\mapping.objSTMicroele...
Hi :) I am doing a project where I need a (relatively) accurate crystal. I have never used special precision crystals but my guess is a normal crystal would do. I would like though to have the best accuracy possible by laying out the PCB and choosing...
Hi again =) I have a small project with an STM8 and I was thinking driving my 3-digit 7 segment display directly with the MCU in order to reduce the manufacturing price (I know some of these chips cost only a few cents but if I *can* do it directly ...
The example from STM8L15x-16x-05x-AL31-L_StdPeriph_Lib doesn't explain the way a regular buffer (i.e. 20 - 30 bytes of data) exchange between two MCUs in master and slave mode. Can anyone explain the steps of configuration on both sides?Now I have ST...
Using STM8L051 ADC PD0, 3.7V~4.2V Li-Po battery, 1M+1M resistor to divde the battery voltage, 100nF capacitor to GND.If set PD0 floating input and halt, total current 40uA, if set PD0 push-pull output LOW, 10uA. But the drawback of output LOW is that...
I am working on a project with the STM8S003F3. I need to configure the TIM1 to generate the following digital output signal on PC3:1. Turn PC3 output to High state immediately (<1us) when signal on PC4 input goes Low.2. After PC4 input signal goes Hi...