You should replace GPIO_IPConnected_Enable by GPIO_IPConnected_Disable,in P2.4 and P2.5 configuration. Please let me know if the problem persists. Best regards, mirou
It probably means ''Internal Peripheral'' (as input). Each pin can have 2 input functions. If the IP is disabled, then the input is just a GPIO. If the IP is enabled, then the internal peripheral (see the data sheet, not the reference manual) is connected.
It might also mean Intellectual Property, since many chip manufacturers license designs from other companies for peripherals, and they tend to call this peripheral a block of ''IP''. But that is probably a bit obscure. For instance, Bosch licenses their CAN hardware as ''IP'' to chip manufacturers such as Silicon Labs. To add confusion, the data sheet calls this Alternate Input.
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 ID. Please find my code below. Suggest me if any mistake.. Thanks
Actually, if i replace GPIO_IPConnected_Enable by GPIO_IPConnected_Disable,in P2.4 and P2.5 configuration, the SSP0 can receive datas. I had the same problem with the CAN and the UART reception and the problems are solved with the same way. Best regards, Arno