STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unable to communicate to external peripheral device using I2C.

I am using STM8L Discovery board, and want to communicate with external memory and humidity sensor which requires I2C protocol for communication.I am using STM8l15x standard peripheral library, but unable to communicate. I found the following problem...

NPaba by Associate II
  • 3235 Views
  • 13 replies
  • 0 kudos

stm8s103f3 : Getting Tries exceeded with stlink ubuntu

HiI am using stm8s103 controller and stlink programmer on Ubuntu.I have configured the system with SDCC for STM8S controller. I am getting following error while writing binary in flash. Following is the error i am getting,Determine FLASH area Due to ...

SS.Sagar by Associate III
  • 1023 Views
  • 1 replies
  • 0 kudos

STM8-S08-DISCO SWIM error 30006

I get a swim error [30006] when trying to connect to an unmodified STM-S08-DISCO board (configured for S001J3). I viewed the SWIM signal at pin 1 of the socket and the voltage levels do not look valid. It is powered by USB and the STLINK LED does f...

STM8S UART Receive problem

Posted on August 02, 2016 at 13:24I have a weird condition in which the STM8S003 does not read the entire packet I'm sending using a PC serial port. For example I have sent 256 bytes using a PC software but at the end I have only read 214 bytes inst...