Posted on June 30, 2007 at 06:44hi, we are using str710fz2 controller. after switch on its not booting from internal flash memory. I connected BOOTEN pin to Ground Signal. But whille connecting ICE then its working ok... PLease give me a solution
Posted on September 29, 2006 at 10:25So I think the connections for BSPIO0 as master and BSPI1 as slave is surely as below????!!!! BSPI0.MOSI (P0.1)<-> BSPI1.MOSI (P0.4) BSPI0.MISO(P0.0) <-> BSPI1.MISO (P0.4) BSPI0.SCLK(P0.2) <-> BSPI1.SCLK (P0.6) B...
Posted on September 27, 2006 at 12:19Sir, Here I am using STDV710B evaluation board.I am trying to write a function for Delay as shown below. What should be the delay in Microsecond while executing this function. Delay() { __asm(''NOP''); }
Posted on September 27, 2006 at 01:34did u mean the initialisation of EIC in 71x_init.s?? well its declared as .equ EIC_Base_addr, 0xFFFFF800/* EIC base address */ i hope its correct. Sir is there any fault in the code i mailed on my first querry.Or...
Posted on September 25, 2006 at 03:13Hello!! I too have some problems regarding ?BSPI modules in STR71x. The programme supplied by ST in their site is for BSPI0 master and BSPI1 as slave. and the connection specified is (S0.MISO)P0.0<-->P0.4(S0.MISO...