From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24274 invoked by alias); 25 Jan 2012 11:25:19 -0000 Received: (qmail 24259 invoked by uid 22791); 25 Jan 2012 11:25:18 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from gw.kuantic.com (HELO gw.kuantic.com) (213.244.28.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Jan 2012 11:25:05 +0000 Received: from [10.0.0.43] (E1.s02.p2.bcn1.Coplan.nic.completel.fr [213.244.28.45] (may be forged)) (authenticated bits=0) by gw.kuantic.com (8.14.5/8.14.4) with ESMTP id q0PBP2DV027752 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 25 Jan 2012 12:25:02 +0100 Message-ID: <4F1FE68E.3030502@kuantic.com> Date: Wed, 25 Jan 2012 11:25:00 -0000 From: =?UTF-8?B?QmVybmFyZCBGb3VjaMOp?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: Re: ST STM32F2X Port References: <72075761-a931f1f2114c0aae47ab9db9f5128d73@pkn7.m5r2.onet> In-Reply-To: <72075761-a931f1f2114c0aae47ab9db9f5128d73@pkn7.m5r2.onet> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2012-01/txt/msg00040.txt.bz2 Le 25/01/2012 12:09, qber_ a écrit : > Hello again > > According to previuos post (and no answer) I assume that there is no port for STM32F2x platform. I wrote new hal for this platform and now I'm perfoming first tests. > For now I've got hal, usart and soon spi driver. If somebody is interested in this port please let me know. Hello Qber, I do not have a direct interest in the STM32 port, however I met an issue related to the Cortex-M3 NVIC with the LPC17XX port (described here : http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001456 , latest comment should be clear enough to show the problem) and I'm curious to know if there is a similar issue on the STM32FX port you are working on. If so, it would confirm the issue at the Cortex M HAL layer in eCos. Thanks, Bernard