Using STVD and STVP for STM8L-Discovery board--Build Debug & Release
Building Discovery Debug and Release errors
STM8L152C6 MPU
- How to set full path when building to show details?
- I read somewhere that there is a selection for building a lengthy display. Where is this explained, please? Where is the COSMIC C compiler list option entered to get listing outputs? Any other flags or entries to get full listings shown and saved?
- Error building the Release: ..\..\..\..\libraries\stm8l15x_stdperiph_driver\src\stm8l15x_adc.c:
The command: "cxstm8 -i..\..\..\..\libraries\stm8l15x_stdperiph_driver\inc -i..\..\inc -i..\..\..\..\librairies\stm8l15x_stdperiph_driver\inc +mods0 -pp -i"C:\Program Files\COSMIC\CXSTM8_32K\Hstm8" -clRelease\ -coRelease\ ..\..\..\..\libraries\stm8l15x_stdperiph_driver\src\stm8l15x_adc.c " has failed, the returned value is: 1
exit code=1.
discover.elf - 2 error(s), 0 warning(s)
No errors for Debug Build
How to see what the Release Build error was and where? How to fix?
- Does the C compiler, linker, etc., determine what goes to EEPROM and Flash? How is this assigned? Is this designer-coded or partitioned?
- Why can’t EEPROM and Option Bytes be read via STVP?
- Where can I find the Bootloader code? Cannot read Bootloader 0x6000 onward. Is this just requiring a following of the Bootloader logic flow diagram?
- I read somewhere that there is a selection for building a lengthy display. Where is this explained, please? Where is the COSMIC C compiler list option entered to get listing outputs? Any other flags or entries to get full listings shown and saved?
Cannot Read STM8L152C6T6:
0x00 1000-0x00 10FF
0x00 1100-0x00 11FF
0x00 1200-0x00 12FF
…………
0x00 1700-0x00 17FF
Option bytes 0 0x00 4800-0x00 487F
All feedback is most welcome! Thanks.
