FAIL to convert HEX file to DFU file using DFUFILEMGR.EXE
Posted on January 13, 2015 at 06:57Does anyone know possible cause of failures.DFU FILE MANAGER version 3.04
Posted on January 13, 2015 at 06:57Does anyone know possible cause of failures.DFU FILE MANAGER version 3.04
Posted on January 13, 2015 at 10:15Hi all, I have been asked to take over a project on a custom built board that features the STM32F103RCT6 processor. I have installed Keil Uvision IDE but am struggling to communicate with the board so I wondered if...
Posted on January 13, 2015 at 20:36I would like to update the ARR of TIM2 after each overflow is reached. I tried this with HAL_TIM_Start_DMA, but it only seems to start the timer; the timer period elapsed callback is never reached. I have set the i...
Posted on January 12, 2015 at 19:05I have written two pieces of code for usart half duplex for the two f030 evaluation board respectivelyThe code workss as followsIn the first piece of code (named as board 1) the usart1 sendinng the data waitinng f...
Posted on January 13, 2015 at 17:25I use #define micros() SysTick->VAL + HAL_GetTick()*1000 is it true ?
Posted on December 27, 2014 at 12:10CubeMX (CubeMX v4.3.1, STM32Cube V1.0) generated pinout for STM32F429 LTDC is/** LTDC GPIO Configuration PE4 ------> LTDC_B0 PE5 ------> LTDC_G0 PE6 ------> LTDC_G1 PI9 ------>...
Posted on January 13, 2015 at 11:02-I have observed PA9(USART1_TX) & PA10(USART1_RX) pin failure in STM32F107RBT, this pins are 5V Tolerant-FT- STM32 supply voltage is 3.3V- it is interfaced to another micro controller which runs on 5V.
Posted on May 29, 2013 at 16:34Hi, I have an STM32F407IE on a custom board and I am programming/debugging with an Olimex ARM-USB-TINY-H using OpenOCD. I have come across this error with two separate microcontrollers now. It seems as though the mic...
Posted on January 09, 2015 at 15:40Can anyone tell me when the STM32CubeMX configuration tool will support the UFBGA169 package for STM32F429?
Posted on October 28, 2014 at 20:10Is it possible to receive variable length messages in DMA mode with the STM32Cube HAL libraries? It seems like this should be possible at the hardware level by first looking for the RXNE interrupt, and then the Idl...