User Activity

Hi,Can anyone please provide me the latest I2C application note for the STM32F303 Controller.I had an August 2013 document.Thank You,Vinod Kumar
Hi,I am trying to use RTC with Internal Crystal, I am not able to initialize the internal crystal of RTC. I am trying to initialize the internal clock by the RCC_CSR_LSION flag but I am not getting the RCC_CSR_LSIRDY flag set by the controller.void R...
Hi,I am using the STM32F303CB microcontroller and STM32CubeIDE (1.6.1) to write data in EEPROM - AT24C512 and read respectively.I haven't used HAL libraries, I Wrote I2C_Init - To initialize I2C (Fast Mode 400 KHz), I2C Write and Read Functions.Some...
Hi,I wrote a simple Led blinking program in STM32F303CB.-> On power-on reset Controller is not getting started.-> I used Internal Clock and External Clock-> But the same behavior in both the cases.Thanks.
I Am using STM32F303CB.I want to read the VBATT voltage from ADC1_IN17 as VBATT is connected to ADC1 channel 17.Here my Code:void ADC1_Init(){   RCC->CFGR2 |= RCC_CFGR2_ADCPRE12_DIV1;   RCC->AHBENR |= RCC_AHBENR_ADC12EN;   RCC->AHBENR |= RCC_AHBENR_G...