Posted on May 17, 2011 at 11:31I am new to this series of microcontrollers and would like to know if the following is possible to accomplish on STR 9 series: 1. My application has 3 parts to it: a. Main file that has all the operational code(hex) b....
Posted on May 17, 2011 at 09:46Hi, I am using ST supplied library (FMI_ReadWord, FMI_WriteHalfWord etc.) for writing data into bank 1 sector 0, I observe that the library takes a long time to write. Is this normal? Regards, Vasisht.
Posted on May 17, 2011 at 09:44Hi gxliu, I am using STR912FW44 on a MCBSTR9 board and interfacing 512kB SRAM using CS0 chip select, 8-bit multiplexed mode (please see external_memory.pdf). Do I have to set the following in startup file before _main ...
Posted on May 17, 2011 at 09:44Just a quick update, I introduced these in my initialization, which I got from this forum: ---------------------------------------------------------- EMI_InitTypeDef EMI_InitStruct; GPIO_InitTypeDef GPIO_InitStruct; ...
Posted on May 17, 2011 at 09:44Hi, Could you please post your startup file and snapshot of keil windows. Also, are you calling any GPIO functions from ST library to configure pins A16 (p7.0), A17 (p7.1) and A18 (p7.2) to be address lines and any EMI...