CRIO Crash with PSoc code
I'm trying to make the crio output to the cypress board. Instead it crashes. I have the boards that came in the kit and 2 more from andymark. I have tried putting the newest hex file, but they process fails. Not sure if the firmware is the problem. The driver station does make a connection and I do set it to enhanced.
DriverStationEnhancedIO &Cypress1 = m_ds->GetEnhancedIO();
Cypress1.SetDigitalOutput(9,true);
Anyone have any input?
|