Posted on May 17, 2011 at 09:50Hi, I am also using STR910 and facing issue at this function FMI_WriteProtectionCmd(FMI_B1S0, DISABLE); { else /* DISABLE */ { *(vu16*)FMI_Sector = 0x60; *(vu16*)FMI_Sector = 0xD0; *(vu16*)FMI_Sector = 0xFF; } } ...
Posted on May 17, 2011 at 09:49Hi, i am using external CAN (MCP2515) via SPI communication, I am looking for sample application. Please let me know if anyone worked for external CAN using SPI. Rajendra
Posted on May 17, 2011 at 09:49Hi we are using STR910 evaluation board.we are trying to communicate MCP23s17 (I/O Expander) which is connected via SPI1. We are able to transmit the data but not able to receive the data. Please let me know if you hav...
Posted on May 17, 2011 at 09:48Hello, The code provided with STR910 evaluation board is wrong. In Below code we need to make enable. Now i am unable to receive the data on SSP0 in loop back mode. Please let us know the procedure. void GPIO_Configura...
Posted on May 17, 2011 at 09:45Hi, I am not able to write and read from flash. I am suing M25P64 flash connected on SSP0. This sample code shows everything. I am using STR910 evalutation board. M25P64 is flash on board. I am able to read only Flash ...