Hi Uwe and the list > Looks good thanks, maybe it could be useful if questions arise. I'm > currently using fx2lib from https://github.com/mulicheng/fx2lib as > library, but depending on how much of that will be really needed in > the end, we could even drop that and manually code the (probably very > tiny) amounts of FX2 lib code needed from there. > > I'll try to finish this up soonish, it has been sitting on my disk for > way too long now.
I've seen the fx2 firmware stuff on the wiki and though to extend it. But as you write, you are already have something working, so I'm not sure if this is still usefull: http://labs.ti.bfh.ch/gecko/wiki/systems/gecko3com/start doxygen documentation: http://labs.ti.bfh.ch/gecko/wiki/systems/gecko3com/fw_doc This is a opensource FX2 firmware project based on the gnuradio firmware. Newly written make file (gnu radio needs autoconf/automake), also using the perl script from gnu radio to convert the GPIF designer .h file to a header file which works with sdcc. (GPIF designer works with wine in linux). Our board was designed also for stand-alone use, without USB, so the firmware is loaded from the I2C-EEPROM. To update the firmware there is a DFU class compatible update mechanism implemented. For mass-production there is also a helper tool to write parameters like serial numbers to a blank board with a blank EEPROM. The full source code is documented using doxygen, also the original GNU radio part. All the best, Christoph ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

