FIT values for STM32F405VGT7
Posted on January 30, 2017 at 09:33Hello,i need the FIT (relieability) data for the STM32F405VGT7. I don`t find it in the documentation.Is there another locations for that kind of data?Best regardsVolker
Posted on January 30, 2017 at 09:33Hello,i need the FIT (relieability) data for the STM32F405VGT7. I don`t find it in the documentation.Is there another locations for that kind of data?Best regardsVolker
Posted on January 27, 2017 at 04:47Hello, I got stuck in a power mode on Nucleo-L053R8 for a week. My desire is going to make this board consume an energy lowest as possible when it is on standby mode. I used this code /*Disable clock to unused peri...
Posted on January 30, 2017 at 10:24If you start a transfer on SPI with not aligned byte array could be generated a Fault!Incredible... unsigned char FirstArray[5] = {'c','i','a','o','!'};unsigned char SecondArray[5] = {'c','i','a','o','?'};while(HAL...
Posted on January 28, 2017 at 23:40hi, I am trying to use discovery board DAC module to adjust my external led's brightness by giving different level out voltage. I am sure that led is working on 3V, GPIOA.PA5 port also is working. But when I ...
Posted on January 29, 2017 at 21:04Hello Alli have a timer which runs at 10 khz and a adc channel in inject mode, the problem is i have set some gpio toggling inside the ADC1_2_IRQHandler, but nothing happens.... I cant explain why the ADC1_2_IRQH...
Posted on January 29, 2017 at 21:31HelloWhat will happen to gpio pins that are connected to each other, during mcu startup and before their state is set (e.g input with pull up or output push pull) from excess current source/sink respective? is exte...
Posted on January 29, 2017 at 14:41Hi,I have read AN4666 but I can't find the associated example files, they seem to have been removedfrom the current examples directory. Does anyone have a link?I am trying to use DMA to transfer 8 bit parallel data...
Posted on January 24, 2017 at 21:18Hellosuppose this code:array[0] = GPIOA->IDR;array[1] = GPIOA->IDR;...array[n] = GPIOA->IDR;Except first line, all other lines are assembled with a LDR and STRH instructions (tested with keil uvision IDE) that, as ...
Posted on January 29, 2017 at 20:51Hello allHow to predict the effect of overclocking on stm32f303 adc characteristics (e.g ENOB, conversion time, etc)?Thanks.
Posted on January 29, 2017 at 12:29Hi Forum,Can anyone tell me whyTIM_EncoderInterfaceConfig(TIM2, TIM_EncoderMode_TI1, TIM_ICPolarity_Falling, TIM_ICPolarity_Falling);doesn't work the way I expect it to?No matter what I tell it to do, it always cou...