Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Generating video signals on an ARM

 Australia" <hackerspace-adelaide@googlegroups.com>
Received: by 10.14.216.7 with SMTP id f7mr3952743eep.4.1352275274020;
        Wed, 07 Nov 2012 00:01:14 -0800 (PST)
X-BeenThere: hackerspace-adelaide@googlegroups.com
Received: by 10.14.193.136 with SMTP id k8ls926289een.5.gmail; Wed, 07 Nov
 2012 00:01:13 -0800 (PST)
Received: by 10.14.204.201 with SMTP id h49mr3914193eeo.5.1352275273295;
        Wed, 07 Nov 2012 00:01:13 -0800 (PST)
Received: by 10.14.204.201 with SMTP id h49mr3914192eeo.5.1352275273285;
        Wed, 07 Nov 2012 00:01:13 -0800 (PST)
Return-Path: <joel.s...@gmail.com>
Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54])
        by gmr-mx.google.com with ESMTPS id u8si4549636een.1.2012.11.07.00.01.12
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 07 Nov 2012 00:01:12 -0800 (PST)
Received-SPF: pass (google.com: domain of joel.s...@gmail.com designates 74.125.83.54 as permitted sender) client-ip=74.125.83.54;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of joel.s...@gmail.com designates 74.125.83.54 as permitted sender) smtp.mail=joel.s...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ee0-f54.google.com with SMTP id c50so753048eek.41
        for <hackerspace-adelaide@googlegroups.com>; Wed, 07 Nov 2012 00:01:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:from:date
         :x-google-sender-auth:message-id:subject:to:content-type;
        bh=mmhFSfFNsFm4qTfC5+nFuAbH56E1cugj/OYpDuiYcQM=;
        b=CyHYzZGtM5EJSyRRHa0LDrN7gWwP1EWEJnWRN4aAXjjNq8KcNGxAuz4egqi8p4lS67
         40C/imOkE8YzeWIwnbn3jwizVOZR5alAJBvfs7tm13X+theP4D8ByeWYnzFGYxEq0qth
         lYTQrnW7sI9kOqHDdfs6aoDJ3whFg/drRRFc8BrfWt0BL/O96pknKn6xjZNi6sVd6Ba1
         GRNyOv6pmJZDE6x+Ya3CL/JpuJinTqOOWCrA7/JRUs5KZX7UpTGJHrm/teyrLUBxVEVi
         hnikaeJTeHnqfDnRWhaZDp+b5eRSMRVpxIsdph+6korfPPd1mGKR/7JnjSouawqYzNL8
         MhDQ==
Received: by 10.14.193.136 with SMTP id k8mr12772295een.30.1352275271953; Wed,
 07 Nov 2012 00:01:11 -0800 (PST)
MIME-Version: 1.0
Sender: joel.s...@gmail.com
Received: by 10.223.72.195 with HTTP; Wed, 7 Nov 2012 00:00:51 -0800 (PST)
In-Reply-To: <01706fa5-e592-4326-997a-c5d10cccc790@googlegroups.com>
References: <01706fa5-e592-4326-997a-c5d10cccc790@googlegroups.com>
From: Joel Stanley <j...@jms.id.au>
Date: Wed, 7 Nov 2012 18:30:51 +1030
Message-ID: <CACPK8XeZawrkvy=Nbg4WNH1+PKyzWBoHTFTqmfR6pwu1qXT...@mail.gmail.com>
Subject: Re: [HACK-ADL] Generating video signals on an ARM
To: hackerspace-adelaide@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

On Sun, Nov 4, 2012 at 4:45 PM, Damien P <athe...@gmail.com> wrote:
> I've been working with an STM32 Discovery board [1] [2] to learn about ARM processors.  I thought generating video signals would be a good goal.  I've managed to get a picture:

Looks cool Damien!

I've written a bunch of code (USB drivers... yuck!) for the STM32F,
and have another project in progress that might use it.

I was going to ask if you started from scratch or used an existing
RTOS. Reading your blog post it sounds like you used ChibiOS; I did
come across this in the past, but didn't get to the point of building
and running it. How did you find it to use?

Would you recommend it to someone else?

It's funny that you're thinking about the iMX25, as I've spent some
time with that one too (funnily enough, lots of time around USB -
again!).

Cheers,

Joel