User Activity

Posted on April 05, 2017 at 12:42Looking at the STM32F767xx Datasheet (DocID029041 Rev 4), the SRAM1 address is listed as 0x20020000.But the STM32F76xxx Reference Manual (DocID028270 Rev 2) lists this as 0x20010000 in several places: Page 98/1896: ...
Posted on November 03, 2014 at 10:17I have an STM32F429 connected via FMC to a 16-bit wide SRAM. I can read and write to the SRAM correctly using simple memory writes.DMA works correctly too when I configure it with two streams; one to send internal...
Posted on September 02, 2014 at 02:20I'm trying to connect from an STM32's FSMC to block-RAM inside an FPGA. Since this type of memory is synchronous, I need to expose the FSMC clock to the FPGA.At the moment I have an STM32F4-Discovery connected to...
Posted on February 01, 2013 at 16:03I'm trying to read the SD CARD Configuration Register (SCR) on an SD memory card using the SDIO peripheral and I'm not sure if I'm approaching this in the right way, so I'm hoping someone here may have some experi...