STEVAL-IEG001V2
Posted on January 14, 2015 at 18:02hi,Is STEVAL-IEG001V2 open source? is the code of stm32f20x (used in STEVAL-IEG001V2) available?thanks
Posted on January 14, 2015 at 18:02hi,Is STEVAL-IEG001V2 open source? is the code of stm32f20x (used in STEVAL-IEG001V2) available?thanks
Posted on January 14, 2015 at 13:10Hello there, I am trying to make an efficient debug trace system on a stm32F4discovery board. For now I have an example of an application that uses ITM the standard way- it prints data in a loop. I was wondering ei...
Posted on October 09, 2012 at 23:02Hello,I'm trying to port the STM32 USB host+MSC driver to the little board fez cerb40 (stm32F405rg) to allow it to read a USB stick.I'm blocked on a problem since several days.I followed the guide and the CORE ste...
Posted on January 14, 2015 at 15:51I a facing a problem writing to eeprom using DATA_EEPROM_ProgramBytewhat I noticed is that my byte gets duplicated and I end up with n+1 bytes written where it is supposed to write only n bytes I am using the lib ...
Posted on January 14, 2015 at 10:21Hello everyone, In my project I need to communicate to the bluetooth module from stm32f101x . the Bluetooth module I am using SPBT2532C2.AT bluetooth module . I didn't get any example code f...
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 ?