how to find MCU serial number/unique id for the MCU
Posted on February 01, 2018 at 11:12how to find MCU serial number/unique id for the MCU?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on February 01, 2018 at 11:12how to find MCU serial number/unique id for the MCU?
Posted on February 25, 2018 at 20:15Hi,I want to detect zero crossing of AC mains by using stm8l151kxxx. In referance manual it says there are two comparators for zero cross detection but it doesn't give detailed information about hardware implement...
Posted on October 16, 2013 at 10:36Hello, I am not sure if this is a proper place for reporting errors. If not so, please tell me, where to report it. The error is in stm8_uart1.c module of STM8S_StdPeriph_Lib_V2.1.0. According to description of UAR...
Posted on February 21, 2018 at 08:07On an STM8S003:When I write a page to eeprom it sporadically seems to cause a lockup of the CPU. When I check with a scoop it seems to finish the writing but milliseconds thereafter a lockup happens. It does not h...
Posted on February 18, 2018 at 21:45Hello,In ST Visual Develop there is no shortcuts for 'Start debugging' and 'Stop debugging'.Why it wasn't implemented yet?These shortcuts are standard in many others IDE.Can it be configure in seetings or external...
Posted on February 16, 2018 at 11:38I am trying to understand what 'sim()' does in the example code that comes on the STM8L-DISCOVERY eval board (Introduction to STM8L15x power saving modes using the STM8L-DISCOVERY IDD measurement feature) where th...
Posted on February 16, 2018 at 12:58We have LIN slave driver. We are sending the LIN commands from LIN master (A PC application). However, the data packets are missing to be received on LIN slave side. Any suggestion, how to debug/detect this?
Posted on January 28, 2014 at 04:56Hello My project compiles fine but I'm getting memory errors at the linker stage: segment .ubsct size overflow (4) .text size overflow (572) Is there any way to find out how much memory I have allocated for each of...
Posted on August 09, 2017 at 22:20I am trying to create a bit structure at a specified location (in this case at 0x500A the portc odr)below is in common.hstruct iobits{unsigned char b0:1;unsigned char b1:1;unsigned char b2:1;unsigned char b3:1;unsig...
Posted on February 10, 2018 at 08:02STVD IDE ProblemI used STVD version 4.3.12 with Windows 10 64bit.I was create workspace, project and open project settings window click right button.In project settings window, right tab side bottom area not appea...