Hi everyone.I am having problem reading data on ADC pins in stm8s003k3. I have attached three NTC at Ain1/2/3(which I suppose is also known as a channel) according to the datasheet. Problem is that when I put different channels in my code it shows on...
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 ...
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 ...
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...
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...
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...
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...