2011-05-03 03:40 AM
STM32F2xxx Standard Peripherals Library
#stm32-psram2011-05-17 05:33 AM
Hello !
Thanks for this library. I will soon use a STM3220F board, or as you say the howto, a STM3220G rev A. And i hope to use Ride7 IDE. But your tuto says to use Rkit-ARM compiler v. 1.31.10 while the last one available on raisonnance website is v.1.30.10. By installing this version I saw that it does not support STM32F2xx µC. So my question is, is it supporting by the rkit-arm v. 1.31.10, and if yes, where can i find it? Thank you in advance ! Ryan2011-07-05 01:14 PM
Hi
we would like to use PSRAM (micron) in burst mode. How can I initialize the PSRAM with the st-lib? How is the psram clock enabled? best regards Dani2011-07-05 04:59 PM
The clock is emitted on PD.3 once you have the interface set up, and GPIO's configured.
Have you looked at how the async PSRAM is configured in the STM3220G EVAL and the library example code?2012-02-05 03:59 AM