Posted on May 17, 2011 at 09:54also if you have Rx problems be sure that you make pin initializations like this: /*Gonfigure SSP0_CLK, SSP0_MOSI, SSP0_nSS pins */ GPIO_InitStructure.GPIO_Direction = GPIO_PinOutput; GPIO_InitStructure.GPIO_Pin = GP...
Posted on May 17, 2011 at 09:54Everybody be careful with setting of SPI clock ratios. In Master mode PCLK must be at least twice higher than fSCLK. In my case it was not like that i.e. PCLK=3MHz and fSCLK=2MHz -> it was wrong!!!
Posted on May 17, 2011 at 09:54Hi to All! I'm trying to make a communication with SPI Flash memory. For this porpose I'm using Keil's MCB-STR9 ver.3 demo board. CPU - STR912FW44X6. - SPI0 inits: Motorola SPI Frame format, 8bits data format, Master, ...
Posted on January 09, 2007 at 05:53Hello All! Is there anybody made IAP driver using USB functionality for program updating? Is it possible to be compiled in range of max 8k (Bank0, Sector0)? All this based for RealView 3.0 compiler, Controller: STR...