All Questions

0
votes
0answers
17 views

Which pins to use

I've never used a microcontroller before. I recently bought an STM8S to teach myself, and I've figured out how to do a lot of things with the onboard LED. Which pins do I use to at …
1
vote
1answer
39 views

Can an admin or moderator please bootstrap the community? [closed]

In order to up-vote a question or answer, a user needs 15 reputation points. We can't get these because no one can up-vote anyone. We need an administrator or moderator to get th …
1
vote
1answer
235 views

What makes STM8S-Discovery so special?

I've used 8-bit microcontrollers before. Specifically, I'm familiar with the PIC 18F family from Microchip. Aside from being cheap and coming with a programmer as part of the pac …
0
votes
2answers
172 views

Linker errors - can’t open file…

I got the following errors while trying to build discovery example project Running Linker clnk -l"C:\Program Files\COSMIC\CXSTM8_16K\Lib" -o Debug\discover.sm8 -mDebug\discov …
1
vote
2answers
555 views

How to use STM32 part of STM8S-Discovery

The STM8S-Discovery has a JTAG port for programming the STM32F103C8T6 ST-LINK part of the board. Though there is only the USB connection, two I/O lines (for the SWIM interface) and …
1
vote
0answers
16 views

How do I use Ride Simulator for code time measurments ?

I am writing some bit-banged serial code which works when run on the STM8S-Discovery so I know the code's timing is correct ( within +/-5% ), but when simulating in Ride the elapse …
1
vote
0answers
36 views

How can I mix up Assembler and C in one project?

Here's how - http://stm8sdiscovery.blogspot.com/
1
vote
4answers
94 views

What’s the best way to connect the headers to a seperate prototyping board?

I'm relatively new to this and I was curious as to how people generally connect the pins on the project board to a workspace like a breadboard for prototyping.
1
vote
4answers
86 views

How can I snap apart the two boards and still use them together?

The STM8S-Discovery is designed to snap apart into two boards, the programmer and the one with the MCU itself. What do I do to use them together after snapping them apart?
1
vote
5answers
788 views

Best Compiler / IDE for STM8S Discovery on GNU/Linux

The compiler/I.D.E. downloaded from ST are Windows only. Do they work on Linux with Wine? There is some native Linux alternative?