??? 11/30/06 12:36 Read: times |
#128722 - EXTERN ALLOCATE Responding to: ???'s previous message |
Yes i think so.Because i havenot included that in my source file.But one more thing before this uart mode0 i have achieved mode1 uart transmission and reception.I havenot included EXTERN ALLOCATE.It was working fine.
Does EXTERN ALLOCATE will effect any port pins? One more thing i have interfaced FX2 to CYWUSB6934.So i have tried uart mode0 transmission.Serial port is connected to SPI CYWUSB6934.In my program to reset the CYWUSB6934(FX2 PE.0 is connected to CYWUSB6934's reset pin). i will write IOE=0x0; then after some delay again i will write IOE=0x1; But after downloading program if i probe on PE.0 some pulses i could see on that pin.Surprisengly if i comment #define EXTERN ALLOCATE the reset pin is high.But no data trasmission on MOSI |