User Activity

Hello I am trying to trigger adc with injected mode using TIM1 CCR 4 event.When i try to use TIM1 upgrade to generate injected ADC interrupt it worked.I used event 0 for adc injected.But when i try to use TIM1 CCR 4 event to trigger injected ADC it i...
Posted on February 04, 2016 at 14:02I have just made  my own SPI3 initilization code as its shown below.void Spi_Init(void){  SPI_InitTypeDef  SPI_InitStructure;  GPIO_InitTypeDef GPIO_InitStructure; SPI_StructInit(&SPI_InitStructure); /*!< Enable...
Posted on February 07, 2015 at 11:43Hi,I have made my own pcb design using STM32F407VGT6 in LQFP100 package.I used the stm32f4 launch board schematic.I pulled down the boot0  and boot1 pins using voltage divider (10k//510).I connected 15  100nf caps...
Posted on December 14, 2013 at 09:32I wrote 1 sn delay code for stm32 and ı used 168 mhz system clock.My delay cycle ıs 16000 for each ms and ıt work led blınk 1 sn.It dıdn't work when ıt was 168000 shouldn't it have worked at 168000 cycle.my code ı...