embeddednewbie.blogspot.com
Embedded newbie: Free toolchains for STM32VLDISCOVERY
http://embeddednewbie.blogspot.com/2011/01/free-toolchains-for-stm32vldiscovery.html
Sunday, January 30, 2011. Free toolchains for STM32VLDISCOVERY. How to program the STM32VLDISCOVERY board. ST does not provide a toolchain themselves, instead there are three different officially supported toolchains available, for which ST has provided simple tutorials. All of the three official toolchains are for Windows, so Linux users have to think of something else. Fortunately, multiple options exist for also Linux users. Download ST's example firmware package here. This is an Eclipse. If you event...
xmailserver.com
Davide Libenzi Home Page
http://www.xmailserver.com/davide.html
Raster to vector conversion program for Windows 95/98/NT that takes 1 bit x pixel BMP or TIFF images and emit HPGL, DXF, EMF or TXT files. Ras2Vec is released with full source code under GPL license ( You need MS Visual C 6.0 to rebuild ). Windows NT TCP/IP traffic monitor complete with GPL C source code ( You need MS SDK and DDK to rebuild it ). This is a very basic implementation that can be used as a starting point for more complex tools. Included with the distribution. Released with GPL source code.
embdev.net
ARM GCC toolchain for Linux and Mac OS X - EmbDev.net
http://embdev.net/articles/ARM_GCC_toolchain_for_Linux_and_Mac_OS_X
9654; This article. ARM GCC toolchain for Linux and Mac OS X. Offers recent prebuilt toolchains for Win/Linux/Mac. When installing from a zip/bz2 file, extract to a sensible path on your system and add the resulting bin directory to your path. Information below is just kept for reference. Update (2007-04-20): added Mac OS X Intel version. Binutils 2.16.1 configured with. Target=arm-elf - enable-interwork - enable-multilib. GCC 41.0 with patched t-arm-elf, configured with. GDB 64 configured with. The Linu...
qiuxp.blogspot.com
我在德國的生活: installing eCos in Cygwin
http://qiuxp.blogspot.com/2010/01/installing-ecos-in-cygwin.html
Living in a small German town. Wednesday, January 20, 2010. Installing eCos in Cygwin. Http:/ ecos.sourceware.org/build-toolchain.html. Never used Cygwin and eCose before. So I followed the steps from the reference page mentioned above and try to build a gnu arm toolchain for Cygwin. Everything went fine till to the following step:. 1 Configure the GNU binary utilities:. Mkdir -p /tmp/build/binutils cd /tmp/build/binutils /src/binutils-2.13.1/configure - target= TARGET. So I moved to the next step. Make[...
digitalshortcut.com
Digital Shortcut Inc. Products
http://www.digitalshortcut.com/products.html
ARM7 with Network Processing Unit. 60MHz LPC2148(IOs, UARTs, ADCs and more). Combined with WIZnet W5300 network controller. Spartan-3 with Network Processig Unit. XC3S50 FPGA integrated with WIZnet W5300. Network controller. PicoBlaze implementation. ARM7 LPC2148 Bare Bone Quick Start Board. 60MHz LPC2148 based Eval Board compatible. With serial BootLoader and all IOs on headers. LPC21xx programmer with Ethernet. Factory floor grade Flash Programmer for. General Purpose Server for factory floor.
digitalshortcut.com
Digital Shortcut Inc. Consulting and Design Services
http://www.digitalshortcut.com/services.html
Consulting and Design Services. Adaptation of our own products. Design of daughter boards for our modules with custom peripherals. Interfacing with client designs. Adding web server or Ethernet connectivity to client design. Implementation of Wireless Sensor Mesh Networks for Monitoring, Data Logging and Controls. Scalable system from small (one sensor) to very complex. Wide variety of monitored physical phenomena (temperature, pressure, humidity, voltage, power etc). Lively graphic data visualisation.
digitalshortcut.com
Digital Shortcut Inc. Customer Support Page
http://www.digitalshortcut.com/support.html
Our Technical Support Team is ready to help you. Hours: 9:00a - 5:00p PST.
robots61499eduprojectnotes.blogspot.com
Robots61499EduProjectNotes: June 2013
http://robots61499eduprojectnotes.blogspot.com/2013_06_01_archive.html
This blog is keep notes in one place and documents/ follows the process to prepare the tutorial using Lego Mindstorms and 4DIAC/FORTE (TU ACIN) to explain IEC41699 are in the blog Robots61499. Wednesday, June 26, 2013. June 26 Multiple constructions with 1 NXT. What if a student wants to do have stations, but only has 1 NXT? For example where 1 robot does something and another to delivers or picks-up the material or product. But what if alone with just 1 NXT? 1 Motor Mini-Robot Car. June 15 RPi as BrickPi.
digitalshortcut.com
Application Notes @ Digital Shortcut Inc.
http://www.digitalshortcut.com/hobby.html
Application Notes and other useful stuff. This demo shows how to use our web server, Java Script, AJAX and DOM to display value from LPC2148 analog to a digital converter. Please refer to the source of this page. We tested it with IE8, Firefox 3 and Chrome. The recipe is really short and simple:. Give a name to the tag where the data will go, in our case span tag with: id="volt". Write function " updateVOM(). Add periodical call to the function "updateVOM()" ( setInterval.