User Activity

I have development board of STM8L152R8. I want process like after uart interrupt comes controller should exit from halt mode . and after completing the routine it goes in halt mode again. I didn't find example regarding this subject.please help me ...
I am using STM8L152R8 development board. I have configured push button interrupt on Pin no. PG6. i required both edges interrupt . but interrupt is occurring on falling edge only .Can you give any suggestion to this problem.?can you suggest me a...
 I have STM8L152R8 Nucleo board. I have debugged LED Blinking code on STVD.Now I am trying to run the new example on this board. but USART example is not running on the board. I am not getting any output on the serial terminal.I have tried every exam...
Hello , I want to ask about creating own workspace and project in ST visual develop .I have STM8L152R8 Nucleo board and I have debugged the LED Blinking code using STM8L peripheral library template , But i need to develop my own project without...
I have posted already that I am using STM8152R8 nucleo board I have downloaded cosmic c compiler and it's license file too. I have also downloaded the STM8L library (en.stsw-stm8016) from the ST website. I have included the source files and include...