User Activity

I am trying to power the NUCLEO-F429ZI board from external 5V supply. I am providing 5V at pin 6 of CN11. Jumper JP1 is off and JP3 is on pins 2 and 1 (E5V). The problem is that CPU does not boot till I press the reset button. Further, If I connect t...
Posted on August 22, 2013 at 16:35Hello Everyone, I am using stm32f407 which is interfaced with 1MB of external RAM. Linker script is a simple one where it puts the data and bss section in external RAM. Regarding code execution I don;t have an issue...
Posted on June 08, 2012 at 23:56Hello all, I am using stm32f217 on my target board. it has a mutiplexed 8MB psram. My problem is my one 16bit write changes the value written by previous 16bit write. write_ram16(0,0xaaaa)-->16 bit write at offset 0, ...
Posted on May 19, 2012 at 18:45Hello,I am trying to use the SD card which is connected via SDIO interface. I am using STM3221G-EVAL evaluation board.Problem is response of ACMD41 comes with a crc error. I have seen in errata that crc will be detecte...