Posted on September 08, 2014 at 11:08
Hello there,
I am using IS61WV102416BLL external SRAM module. I got it working with a STM32F4 microcontroller. The problem now is that every time I write some data to the SRAM it is copied to an addr...
Posted on August 05, 2014 at 10:31
Hello ,
I have successfully implemented a quick and dirty communication between the STM32F407 and an external ADC ADS1278 via the SPI, using DMA. Everything seems to work fine until the moment I try to ...
Posted on June 25, 2014 at 07:41
Hello there,
I am trying to access an external SRAM, but I have some difficulties to get it right. I am using an STM32F4 microcontroller and an external SRAM - IS61WV102416BLL.
The problem is ...
Posted on August 06, 2014 at 04:48Thanks, didn't see that. However, both of the Disable variables (Memory and Peripheral) are declared as 0-s, so it didn't make any difference: still receiving false data, when trying to use for the for loop. Any oth...
Posted on July 25, 2014 at 09:48
I also had the exact same problem. I could solve the issue if I comment this line:
//__set_PRIMASK(1);
I am however not so sure, it this is the right way to do this.
Posted on June 27, 2014 at 06:15Nice idea. Yesterday I received a new hardware and tested the software with it and...it worked like a charm! :) It turned out that the PD5 pin on the old board has some problems and cannot be set high (toggled), even ...