Printf() does not output anything in STM32F429I_discovery
Posted on May 22, 2014 at 18:31Hi, I try to use printf() to debug, but it does not output anything in STM32F429I_discovery under the Debug (printf) Viewer. Please help.
Posted on May 22, 2014 at 18:31Hi, I try to use printf() to debug, but it does not output anything in STM32F429I_discovery under the Debug (printf) Viewer. Please help.
Posted on May 22, 2014 at 19:57Hi, I know it's an old thread but I decided to answer just in case someone else still has this problem.''I added this line in my IWDG initalization:while ((IWDG->SR & (IWDG_SR_PVU | IWDG_SR_RVU)) != 0) {}But it never c...
Posted on May 13, 2014 at 16:53Hi, I'm quite new with the ARM and STM32 world. I'm developing an application wich has to load a bootloader and, at a certain point, jump to the main application. I'm using the STM32F4-Disco. The bootload is quite comp...
Posted on May 22, 2014 at 17:02After I connected 3v to PF9, then It happened ''Unknown Target Connected''. I am not sure it is coincident, or that connection caused some problem in hardware . I was planning to use PF9 as ADC to check the voltage. P...
Posted on May 09, 2014 at 16:21There seems to be a number of entries like this: ADC_GetCalibrationValueFunction Name uint32_t ADC_GetCalibrationValue ( ADC_TypeDef * ADCx)Function Description Returns the ADCx calibration value.Parameters ADCx : wher...
Posted on May 22, 2014 at 03:48STM32F051 Discovery USART2 problem I wanted to know if someone can help me with a problem I am having with the STM32F051 USART. I’m using the STM32F0DISCOVERY kit and have added a few additional LED’s for testing which...
Posted on May 22, 2014 at 14:13Hi,Using the STM32F407 discovery board, when trying to link with Keil (armlink) against a static library built with GCC, I encounter the following link error:Object toto.o contains Build Attributes that are incompatibl...
Posted on May 22, 2014 at 12:12Our product that uses the Virtual COM port example from STM32_USB-FS-Device_Lib_V4.0.0 comes up fine all by itself on all versions of Windows up until 8.0, but for Windows 8.1 it doesn't install until you manually feed...
Posted on May 17, 2014 at 12:12hi guys i want to program my stm32f407 discovery board with st_link v2. what exactly i should do ?? because stlinkv2 has 20 pin for program stm32 series but discovery has 6 pin.
Posted on May 14, 2014 at 08:21I have a board based on the STM32F407 with a LAN8710A phy. I have ported part of the Nichelite IP stack and got it to work when the board is connected directly to the test PC via a non-crossover cable. When an Ethernet...