User Activity

Posted on October 05, 2017 at 11:35Hello all, I'm working with the rc522 rfid reader for a project. However the range of rc522 is only about 4-5 inches. I want read range of about 1 metre. I have read about a method to increase the range by connecti...
Posted on June 28, 2017 at 07:09I'm trying to interface a lcd with the stm8. My code is as follows:(I'm using the 16 MHz internal clock)# include 'stm8l.h'# include 'stm8s.h'void lcdinit(void){     LCD_CR1 = 0x06;     LCD_CR2 = 0xEE;     LCD_FRQ = 0...
Posted on June 19, 2017 at 20:12I am trying to interface USART1 with the stm8l. However I am getting a problem that whatever the value I assign to the USART1_DR , it always takes the value of 0xff no matte what. my code is as follows:(I am working w...