Forum Posts
Resolved! conditional transition to sleep mode
In many aplications i am using simple template, where interrupt routines (for example UART receive) raise flags (volatile variables) and main() function polling these flags and processing these events (for example parsing incoming UART charaters). I ...
Could the STM8AL board of STMA-Discovery kit be debuged and connected to Peak Lin at the same time ?
Hello, I have a question about STMA-Discovery Boards. I want to use just one board which is STM8AL one, without connecting it with STM8AF, and i want to make LIN communication using Peak Lin (which requires an exterior 12V power supply). Normally to ...
How disable VrefInt ?
Hi there,On a battery-powered board using the STM8l050J3, in order to reduce at the minimum the power consumption, in Active Halt mode and using RTC wakeup, (at a few tens or at most hundreds of uA) as indicated, I want to disable Vrefint.To do so, d...
Jump from bootloader to application takes about 320ms, the MCU type is STM8S208 MB
I made one bootloader then jumps to the application code, I set one GPIO pin as low before jump instruction then set GPIO pin as high at the beginning of the application code. 1, However, it takes so long time when measured by oscilloscope about 325m...
Would writing to same flash address reduce lifespan of MCU
I am using STM8 and since vector table is in flash memory I need to write to flash memory in order to create and use vector table. Since addresses of vector tables are fixed my code writes same values to same memory address of the flash on every star...
VL53L1x communication with STM8S105 MCU
Dear all,I have just put the X-NUCLEO-53L1A1 kit into operation together with Arduino UNO and everything works perfectly, using the "X_NUCLEO_53L1A1_HelloWorld" application package.Then I mounted one of the same two VL53L1X-SATEL sensors by interfaci...
I2C register I2C_SR3 in the field BUSY getting stuck in High level
I am having an issue with the I2C communication between the MCU STM8208C6 and the Ambient Light Sensor APDS 9306-065.Before any setting is set up during the debugging, the I2C register I2C_SR3 in the field BUSY is 1.• I checked if there was any short...