User Activity

I am using STVD - IDE for STM8L and STM8A series. We want to do static code analysis for the code. Kindly suggest me tool which can be integrated with STVD or any other IDE -STM8 support static code analysis.
Hi,I am using input capture of Timer2 Ch1 in stm8s003f3(20 pin uC). I had configured the timer 2 and provided pulses in PD4 pin , but i am not getting interrupt in Timer2 interrupt handler.void InitTimer2(void){TIM2_DeInit();CLK->PCKENR1 |= 0x20;    ...
I am working with STM8S003F3 in our custom board . I need to communicate with an transceiver through SPI. I need a sample code for configuration of SPI in master mode and write /read process in SPI. Pls support by providing sample project.
we are putting theController in halt mode after configuring a external interrupt to wakeup. We read in datasheet, halt mode current is 440na. But we are getting current in terms of ( 1ma - 2 ma). Sometimes getting 200ua. It keeps varying. We want hal...