setup SWV on STM32F429_Discovery board
Posted on December 23, 2014 at 19:37How to setup SWV on this board? Do I need to solder SB9? pin T_SWO #!stm32f4-disco #swv-st-link/v2 #printf-fprintf-itm
Posted on December 23, 2014 at 19:37How to setup SWV on this board? Do I need to solder SB9? pin T_SWO #!stm32f4-disco #swv-st-link/v2 #printf-fprintf-itm
Posted on December 27, 2014 at 16:28Hei,I am trying to communicate with the Barometric sensor MS 5611, using the I2C protocol. My micro is STM32f3discovery. The address of the sensor is send, but not the command. The code is stucked in the while loo...
Posted on December 27, 2014 at 11:11HAL_FMC_MspInit() generated by F4 CubeMX initializes all FMC related pins as GPIO_InitStruct.Speed = GPIO_SPEED_LOW; SDRAM is driven at max 84MHz frequency (STM32F429). I know that SPEED_LOW is only a slew ...
Posted on December 26, 2014 at 06:56 Dear All, I started STM32F0 ADC configurations select independent conversion mode (single) ADC_InitStructure.ADC_Mode = ADC_Mode_Independent; But my CMSIS stm32f0xx.adc.c file does not have...
Posted on December 26, 2014 at 13:31hello everybodybefore starting to explain my problem, I wish to inform you that I am a beginner, and also I'm sorry for my English.I'll buy a STM32F091RB MCU and I have not found an IDE to program nor a tool to do...
Posted on December 25, 2014 at 22:10Hello,I am engineering new PCB. It is little bit unclear from datasheet so I would like to know if my power supply scheme is correct, especially decoupling capacitors.Thank you very much! #stm32-f4-power-supply...
Posted on December 26, 2014 at 04:58Hi everyoneSo I've been trying to find reference on the datasheet of the STM32F072RB for the APB2 but with no avail.I am talking about this one http://www.st.com/st-web-ui/static/active/en/resource/technical/docum...
Posted on December 26, 2014 at 00:39Dear All,I'm interested to know if anyone knows a way of writing to CPU registers using MACROs in IAR EW C-Spy Debugger and ST-LINK.I've read the documentation and searched around for an answer. Seems such a simpl...
Posted on December 22, 2014 at 17:14 Dear All, I write a program for USART1 of STM32F0 Discovery board. I am sure that my hardware is working . I configured with PuTTY but it does not display the message Please advice PA10 RX to...
Posted on December 26, 2014 at 12:14Somebody knows where to get the ILI9341 driver for 4 wire 8bit data interface? Driver must build for stm32f429zi.