Forum Posts
Using STM8L052C6T6 with Pads Layout VX.2.1
Hi, i'm tring to use STM8L052C6T6 with Pads.but the PCB Decal of MCU seems weard.It's covered with lines seem like the net.and the pin layout of the MCU doesn't match with the datasheet.Is it ok to use in this status?or do i have to do extra works...
Using STVD with Cosmic C compiler, my code compiles successfully with 0 errors and 0 warnings. However, if I modify the code with bad syntax or comment out some of the subroutines, the code still compiles with 0 errors and warnings.
I added a new Cosmic license but still get the same result. The program will not execute any new code that I add. Suggestions?
RM0016----too hard to understand the CAN receive filter priority rules on Page 393.
Figure 152 shows identifier List Mode or Mask Mode is the first principal to choose Filter Match Index. While the above text reads the bit-length of filter is the first rule. So the text and the figure example illustration are confilct.Besides, on Pa...
Keeping PWM running while debugger stopped
Hi,How to enable the PWM to keep running when debugger stopped at brake point in the ST Visual Development. Tell me how to solve this problem.Regards,Nishanth M
Using STVD How to change Environment Variables like TargetSName.
Based on compile directives I can create variants of firmware. I would like the output name, TargetSName, to automatically match what was compiled. How is this done in this IDE?
STM8L Discovery board: STDV + Cosmic linker errors with UM0991 sample project in Release but OK from Debug mode.
I am compiling the Discovery project from STM8 UM0991 "Debugging Discovery", for a new STM8L Discovery kit.Processor target is STM8L152C6. Compiles fine in Debug mode.Project is unmodified except for: go to Project | Settings | C Compiler" and add a...
How and when to use some functions of ADC - STM8L052C6
Hello guysI am learning to use the peripheral ADC on uC called STM8L052C6 of the family STM8L , i have already read the chapter about ADC in the reference manual and in the datasheet. I read also the library about ADC, i mean the file .c and .h.Ther...