platform-ststm8
platform-ststm8 copied to clipboard
ST STM8: development platform for PlatformIO
the project: I want to dim an RGB-LED with PWM (MCU: STM8S103). The amount of dimming should be received as a datastream over [DMX](https://en.wikipedia.org/wiki/DMX512#Protocol) which is implemented via serial. the...
Hello, Is it normal for the binary HEX/S19 file generated by Platformio/SDCC to be larger than the code generated by STVD/Cosmic? The attached codes are complete projects for using serial...
Hi, I would like to request support for stm8l and its discovery development board. https://www.st.com/en/evaluation-tools/stm8l-discovery.html The issue has been up before. https://github.com/platformio/platform-ststm8/issues/1 Thanks
STM8L and and STM8A devices are not supported. These devices have completely different StdPeriph libs than STML8S Would be fancy if we should not need to define "demo board"
### Configuration **Operating system**: Linux x86 **PlatformIO Version** (`platformio --version`): pio --version PlatformIO Core, version 6.1.11 I've read the release note: "Resolved a possible issue that may cause generated projects...
Hi, ``` $ pio boards Error: Traceback (most recent call last): File "/home/petka/.platformio/penv/lib/python3.8/site-packages/platformio/__main__.py", line 102, in main cli() # pylint: disable=no-value-for-parameter File "/home/petka/.platformio/penv/lib/python3.8/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs)...
Hello all, I'm having issues with starting a debug session on the STM8S003F3 Output from the debug terminal: Compiling .pio/build/stm8s003f3/FrameworkArduino/weak_atexit.c.rel Compiling .pio/build/stm8s003f3/FrameworkArduino/weak_initVariant.c.rel /home/tom/.platformio/packages/framework-arduinoststm8/cores/sduino/weak_atexit.c:13: warning 85: in function atexit unreferenced function...
I trying to move the code location in flash(for a bootloader). Tested in platformio with build_flags - --code-loc 0x8020 - --code-loc 32800. Both does not work. **error 194: Bad integer...
- Framework: Standard Peripheral Library (SPL) When [SDCC is used](https://github.com/platformio/platform-ststm8/blob/00bed19beec29236654bc3b239f03e0137931abe/builder/frameworks/spl.py#L44) to determine from stm8s_conf.h what SPL modules should be compiled, all defines from [build_flags](https://docs.platformio.org/en/latest/projectconf/section_env_build.html#id2) are ignored. So there is no...
Hi, I tried to get a custom Board running when I realized that I am not able to compile for targets with longer label than 8 characters. https://github.com/platformio/platform-ststm8/blob/00bed19beec29236654bc3b239f03e0137931abe/builder/frameworks/spl.py#L46 I tried...