STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM8S208 SPI

Hello, I'm using STM8S208 to receive 16 bit data in SPI slave. The SPI_DR is 8 bits. The master FPGA is sending 16 bits data, otherwise don't have enough luts.Is there anyway to solve this?

QIN_123 by Associate
  • 271 Views
  • 2 replies
  • 0 kudos

STM8 application crashes after adding some unused functions

We are building code for our STM8S208RB (using SDCC), and we have noticed some behaviour we can't explain.We first observed that our program suddenly stopped working after we included a new file that contained some functions, but none of those were a...

mvq by Associate
  • 109 Views
  • 0 replies
  • 0 kudos

Resolved! stm8s cannot edit SPL file in project

As the subject mentions, I have a project in ST Visual Develop and I added the SPL files to the same location as the project. Once I add the files to the project and try to uncomment my specific stm8 it simply doesnt let me. I try editing the other f...

sebbs by Associate II
  • 255 Views
  • 1 replies
  • 0 kudos

Programming ST72C334N4B6

Does anybody know if there is any piece of equipment that’s currently available that can be used for copying/programming this chip?

Twovend by Associate
  • 260 Views
  • 1 replies
  • 0 kudos

Halt mode and Current consumption

Hi, I have a STM8S001J3. I want to put my uC in halt mode because I'm on battery. The problem is that halt mode consume around 1mA when the interrupts are enabled. I need interrupts to wake up from halt mode with my GPIO pin so I can't disable it.I t...