Other Parts Discussed in Thread: HALCOGEN
Hi I am trying to configure spi5 CS[1] as GIO (output) with other SPI functionality as it is.
Halcogen is configured as shown.
I am just using the following code part in the main to set the gio pin.
gioInit();
spiInit();
gioSetDirection(spiPORT5,0x40);
gioSetBit(spiPORT5,14,1);
gioSetBit(spiPORT5,14,0);
I do not see any change on the pin.
Please help me resolving the problem. An example code help a lot.3678.SPI_GPIO.zip
Chandra