Altera_Forum
Honored Contributor
13 years ago[StartupKit_Xylo] USB program and FPGAConf
Hi eveyone,
I use the Startup Kit for a Xylo FPGA Board EP1C3T100C8. I use the "FPGA Project - USB-2 (FX2) 1 - Blink leds" sample which allow you to blink LEDs via USB protocol... So I use FPGAConf Tool to program my board with the .rbf file created by Quartus II. I program the Boot PROM with my program => it works :) I use the C++ sample program to communicate with my board with USB (to blink LED) If I perform a "Configure FPGA" from FPGAConf and I launch the C++ program called "FX2_blinkleds.CyUSB.exe", it works ;) But If I power off the board then power up and I launch again the "FX2_blinkleds.CyUSB.exe" program, it does not work.... :( Or the program is stored in EEPROM so I might be loaded at power up... I'm sure that the program is correctly stored in EEPROM. I think there is a communication trouble with USB protocol... Have you got some suggestions ? PS : Sorry for my bad english (I'm French) :D Thanks you !