User Activity

Im connecting STM32F103RBT6 controller to PC through USB, Where Im sending 8X8 keyboard data. The USB device is detected by PC but it generates an "Error code 10"  on Windows.Im using Vendor Id:0X0483 and Product Id:0X1010, DeviceClass = 0X02 and Dev...
Posted on April 30, 2018 at 10:38Hi,I'm using STM32F103 board, I connected 8Mhz Quartz crystal to pin PD0 and PD1 ( i.e. OSCIN and OSCOUT). But the oscillator is  not working, even I gave supply to Vbat pin.Is their any configuration required I soft...
Posted on March 24, 2018 at 05:43#define FLASH_KEY1               ((u32)0x45670123)#define FLASH_KEY2               ((u32)0xCDEF89AB)void main (void){    //FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR);      /*unlock the f...