Forum Posts
Nucleo kits for STM8 MCUs
Posted on July 13, 2018 at 16:49Nucleo kits for STM8 MCUsDear STM8 fans,Let me inform you, that STMicroelectronics extended hardware tools ecosystem available for STM8 MCUs by introducing two STM8 Nucleo-64 kits: https://www.st.com/content/st_com/en...
Have read about the STM8 Nucleo (64) STM8L152R8 and the development platform and ST-Link with this device is not communicate with software. Where is information about this problem?
Put driver update and firmware update. WIndows reports it as a drive NODE_8L152. a USB drive.ST-Link fails to find and programmer cannot read from the device. The leds are green and green.The jumpers have been verified. The upgrade said it finished. ...
STM8S001J3 ADC Maximum Input Impedance
What's the max Input Impedance of STM8S001J3? I couldn't find it on its datasheet.I've found a couple of equations in page 11 of AN2752. If I keep slowing down the clock of the ADC, would I be able to increase the maximum input impedance as long as t...
Configure CAN master to transmit the frames continuously
I am using STM8AF discovery board for CAN development, I want to configure CAN master to transmit the frames continuously. How to configure it?
Trap Interrupt
Hi, I am getting Trap interrupt in my code. What are the possible reason for trap interrupt?
segment .bss size overflow
I no longer compile the code successfully. I got the following error:#error clnk Debug\most_software.lkf:1 segment .bss size overflow (5649) The command: "clnk -l"C:\Program Files (x86)\COSMIC\FSE_Compilers\Lib" Does anybody know how can I solve thi...
Error while compiling
Hi,I have used the STVD software and the Cosmic C compiler for compiling STM8S003F3P microcontroller. But while compiling I get the error unknown file type \hstm8unknown file type +debugunknown file type -pxpunknown file type -nounknown file type -lu...
When building a file in STVP, now there are errors, never happened before:
Posted on April 14, 2017 at 04:55I am using STVP for almost a year without any problem. Recently when I build file, there happens errors as follows:#error cpstm8 C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\HSTM8\mods0.h:1 FlexLM Feature has e...
I2C always reports ''busy'', SR2->BERR
Posted on May 30, 2018 at 18:02I'm using an STM8L051F3 chip as slave and a STM32L476 as master, but the STM8L refuses to respond, it keeps reporting a SR2->BERR aka busy error.I know the STM32 code is ok as I had two of them working on an I2C link w...