Re: [Fx2lib-devel] bulkloop example crashing FX2?
Status: Beta
Brought to you by:
mulicheng
From: Dennis M. <de...@ub...> - 2009-03-03 15:55:00
|
Aric Marheine wrote: > Hi everyone, > > I'm trying out the "bulkloop" example in fx2lib and it seems that the > FX2 is dying(in some manner) when EA is set to 1 to enable interrupts. > Has anyone tried this example recently? I'm using a CY3681 demo board, > fwiw... No additional hw attached(atm). Device becomes unresponsive > once EA is set to 1. > > BTW, thanks a lot for making this lib! :) > I just tested it out again on my CY3684/CY3674 board. Is there a different chip on the Cy3681 board? If you have the serial console set up, you can see what is going on by following the printf statements. The example certainly won't work with EA=0 though because you have to have interrupts enabled to handle the vendor commands. -Dennis |