Having difficulty getting UART5 to do anything on STM32F407
Posted on March 23, 2012 at 21:07Having difficulty getting UART5 to do anything on STM32F407 #stm32f407-uart
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 23, 2012 at 21:07Having difficulty getting UART5 to do anything on STM32F407 #stm32f407-uart
Posted on March 22, 2012 at 17:13Hi,First of all i know that FSMC in STM32F2xx does not support SDRAM devices. But i think that with little effort it should somehow work reasonably.A good example of how the others try to this is at http://www.myplac...
Posted on March 23, 2012 at 16:34we made EEprom emulation tests with the discovery board first (with 128k of flash). Our own target uses the C8 processor. We have not paid attention to flash size in regard with eeprom, but did not run into problems,...
Posted on August 23, 2011 at 07:05Greetings, I am new to the STM32 family of devices and am trying to build for the FUTURELEC STM32 Stamp Board, which has on it the stm32f103ret6 processor. Link: http://www.futurlec.com/ET-STM32_Stamp.shtml I am abl...
Posted on March 19, 2012 at 21:31When I compile my code it says everything is ok. But when I try to download and debug i get the error no definition for SPI_I2S_SendData, SPI_Init, and SPI_Cmd. I've included the ''stm32lxx_spi.h'' file and still am ...
Posted on March 19, 2012 at 14:01HeeloI' using microcontroller STM32VL Discovery and i won't to interface caracter of keypad 16 key on LCD using an encoder 16 keys .Please help me friend's !!
Posted on March 19, 2012 at 16:21When writing to an SD card in SPI mode, you can do a multiple block write without pre-defining the length (i.e. send CMD25, send some data blocks, finish with a stop command). However, to do a multiple block write us...
Posted on March 19, 2012 at 01:50Hello,I'm working with the STM32F4-Discovery Board and the atollic TrueStudio Lite and I'm a absolutely Newbie with that.When I was excercising with de GPIO's i configured all Port Pins of GPIOA as outputs, and wrote...
Posted on March 18, 2012 at 21:51I am downloading my application to the F103 with flash loader demo software via uart1 can I also use uart 2 or 3 or 4 for downloading ? #iap #flash-loader
Posted on March 13, 2012 at 11:43ADC DMA problem