User Activity

Posted on March 22, 2017 at 12:40microcontroller :stm8s003f3p6when I am trying to upload the code it shows following errorError : Cannot communicate with the device !so I was thinking this error is shown because the internal oscillator is not config...
Posted on March 21, 2017 at 13:28&sharpinclude <iostm8s003f3.h>&sharpinclude <intrinsics.h>int main(){ // // Initialise Port D. // PD_ODR = 0; // All pins are turned off. PD_DDR_DDR4 = 1; // Port D, bit 4 is output. PD_CR1_C14 = 1; // Pin is set to ...
Posted on March 20, 2017 at 15:29Hi I am new STM (STM8s) microcontrollers, so please forgive me if my is very basic. AN UNNAMED FILE CONTAINS INCORRECT PATHPlease help me to solve this.#header-file