I just started to working on STM8L162. I worked on STM32 SO, I searched the tool like STM32cube MX for STM8 and I got it. STM8CubeMX does not support the code generation yet. So , is there any other tool for STM8? From where I can download the driver...
Developed an app using the S105C6 MPU on the Discovery board, all went Very Well.Had boards made for the product - can't communicate - getting 40201 can't access configuration database. Others have had this, but NO answer has been posted ! What is th...
I code in absolute assembler (30+ yrs). I have an app that ran fine under STVD, then something broke in the toolchain that even a fresh install didn't fix, so I'm learning CXSTM8. At build, I'm getting a segment overlap error. Pretty sure it's not kn...
I am using STM8AF5286 controller and CAN port for external communication. My application need to be in HALT mode to prevent battery consumption and wakeup only when any activity is detected on CAN port. The application works fine with wfi() function ...
Dear Forum Members,I am new in STM8 and I would like to familiar with this MCU series and use it.For starting, I would like to programming in assember. When I make a new project the IDE SW automatically generatesa basic code, but I do not understand ...
I need to decode ASK/OOK signal, for this aim I need to know the period in microseconds between several edges. I decided to use TIM1 for this purpose, here is my code // Set fCPU = 16MHz CLK_CKDIVR = 0; CLK_PCKENR1 = 0xFF; CLK_PCKENR2 ...
Hello, I use STM8AF as MCU, and the project is ASIL B level with functional safety. I downloader the STM8S/A standard driver, I apply MISRA C 2004 as rule to check the project. Oh, I forget to told the IDE, we use IAR for STM8. And we build the pro...
Please help these issues. Below issues 1 and 2 do not seem to affect each other. Goal: creating an one-pulse PWM output using TIM1 with output not changing state at the end of the pulse in idle. For example, in the scope capture (attached) I need to ...
I have recreated the same circuit i used to program the STM8S003 into a STM8S005 i built 2 boards but the software its not being able to connect to the MCU. I leave the schematic:Is there anything Im missing could it be that the PCB traces in my boar...