STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

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. ...

KHolt by Associate
  • 432 Views
  • 1 replies
  • 0 kudos

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...

Wong by Associate
  • 388 Views
  • 0 replies
  • 0 kudos

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...

KSag by Associate II
  • 1715 Views
  • 2 replies
  • 0 kudos

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...

NS.11 by Associate
  • 372 Views
  • 0 replies
  • 0 kudos

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...