
VaZso
-
Content Count
9 -
Joined
-
Last visited
Reputation Activity
-
VaZso got a reaction from abecedarian in Giveaway Winners: Noritake GU144x16D VFD Giveaway
Thank you.
The first project should be to write something on it.
Maybe a spectrum analyzer would be a very good application of this display, but it is definitively a later project - when I have time for it.
Anyway, this one seems to be a good starting point: http://43oh.com/2011/08/fft-on-the-msp430f2618/
-
VaZso got a reaction from bluehash in New MSP430F5529 USB Launchpad Released
I have put this board into its box for a while, but today I played a little bit and just set it up under Linux using msp-gcc.
I had to recompile mspdebug (http://mspdebug.sourceforge.net/), compile boost (http://www.boost.org/), hidapi (https://github.com/signal11/hidapi/downloads) and tilib (http://processors.wiki.ti.com/index.php/MSPDS_Open_Source_Package) in order to work.
In the latter, I had an error during compile, which had to be corrected by adding "#include <stdio.h>" include file to DLL430_v3/src/TI/DLL430/EnergyTrace_TSPA/EnergyTraceProcessorId7.h header.
Now I can compile and upload programs using tilib with Eclipse.
For USB BSL, ihex2titex.py (http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/python/) can be used to convert .elf to .txt, then python-msp430-tools (https://pypi.python.org/pypi/python-msp430-tools) to upload it to device.
This also works well now.
-
VaZso got a reaction from spirilis in New MSP430F5529 USB Launchpad Released
I have put this board into its box for a while, but today I played a little bit and just set it up under Linux using msp-gcc.
I had to recompile mspdebug (http://mspdebug.sourceforge.net/), compile boost (http://www.boost.org/), hidapi (https://github.com/signal11/hidapi/downloads) and tilib (http://processors.wiki.ti.com/index.php/MSPDS_Open_Source_Package) in order to work.
In the latter, I had an error during compile, which had to be corrected by adding "#include <stdio.h>" include file to DLL430_v3/src/TI/DLL430/EnergyTrace_TSPA/EnergyTraceProcessorId7.h header.
Now I can compile and upload programs using tilib with Eclipse.
For USB BSL, ihex2titex.py (http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/python/) can be used to convert .elf to .txt, then python-msp430-tools (https://pypi.python.org/pypi/python-msp430-tools) to upload it to device.
This also works well now.