Posted on March 18, 2018 at 21:28You probably have the full assert enabled in StdPeriph. You can either undefine USE_FULL_ASSERT in stm8s_conf.h, or define your own assert_failed(uint8_t* file, uint32_t line) in a source file.
Posted on March 05, 2016 at 23:16
I tested my instructions with STM8S103F3P6, but they will probably also work with STM8S003F3P6. (I am using SDCC, but something like this should work in the other compilers.)
First, using something like S...