From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25851 invoked by alias); 13 Apr 2011 15:55:02 -0000 Received: (qmail 25523 invoked by uid 22791); 13 Apr 2011 15:55:00 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_JJ X-Spam-Check-By: sourceware.org Received: from tirion.supremecenter202.com (HELO tirion.supremecenter202.com) (209.25.195.243) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Apr 2011 15:54:54 +0000 Received: from c-3ed8e155.355-1-64736c10.cust.bredbandsbolaget.se ([85.225.216.62]:57638 helo=[192.168.0.196]) by tirion.supremecenter202.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QA2P6-0003jl-Dl for ecos-discuss@ecos.sourceware.org; Wed, 13 Apr 2011 15:54:52 +0000 Message-ID: <4DA5C749.2040706@siva.com.mk> Date: Wed, 13 Apr 2011 15:55:00 -0000 From: Ilija Kocho User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 ThunderBrowse/3.3.5 MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org References: ,<4D41EB2B.5080504@siva.com.mk> ,<4D9F6B61.705@siva.com.mk> ,<4DA49538.60100@siva.com.mk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Kinetis TWR-K60N512-KIT questions X-SW-Source: 2011-04/txt/msg00044.txt.bz2 On 13.04.2011 10:01, jjp jjp wrote: > Hi, > I modify the code according to http://sourceware.org/bugzilla/attachment.cgi?id=5340&action=diff > which is same bug you are talking about. It is the same bug, but the patch is obsoleted by a new one. Pse revisit the bug. > I will begin to test your HAL as soon as possible (maybe tomorrow). Can you tell me what platform HW do you test on? Especially what is your clock source (unless it is TWR-K60N512)? > Regards. > Note : I'm using cortex-m3 support on Zylin zy1000. > > ---------------------------------------- >> Date: Tue, 12 Apr 2011 20:08:56 +0200 >> From: ilijak@siva.com.mk >> To: ecos-discuss@ecos.sourceware.org >> Subject: Re: [ECOS] Kinetis TWR-K60N512-KIT questions >> >> Hi again >> >> In meantime I have built gnutools arround GCC 4.6.0: >> gcc-4.6.0 >> newlib-1.19.0 >> binutils-2.21.51 (+ OS patch, see note below) >> gdb-7.2 >> >> First tests are encouraging, I was able to get "Hello world" with both >> HAL and devs serial driver. >> >> Note regarding binutils-2.21.51: >> >>> -. binutils-2.21.51 (patched snaphot with OS >>> support for cortex-m4) >> >> I don't quite figure out whether you mean that you downloaded >> binutils-2.21.51 already patched or you have applied the patch. I >> downloaded binutils-2.21.51 today and it is didn't have the OS patch, >> (Btw it seem to have been committed yesterday): >> http://sourceware.org/bugzilla/show_bug.cgi?id=12296 >> >> However gcc-4.6.0 works for Cortex-M4, or at least for Kinetis - with >> both -mcpu=cortex-m4 and -mcpu=cortex-m3. >> >> I am looking forward to your tests. >> >> Regards >> Ilija >> >> >> On 11.04.2011 09:42, jjp jjp wrote: >>> Hi Ilija, >>> I can't test it before wednesday. >>> I will give you feedbacks as soon as possible. >>> Regards. >>> >>> >>> Date: Fri, 8 Apr 2011 22:09:05 +0200 >>> From: ilijak@siva.com.mk >>> To: ecos-discuss@ecos.sourceware.org >>> CC: jackoaway@hotmail.com >>> Subject: Re: [ECOS] Kinetis TWR-K60N512-KIT questions >>> >>> Hi jjp >>> >>> >>> >>> Thank for question, you are coming in right time, A week ago I >>> placed Kinetis port on Bugzilla. >>> >>> http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001187 >>> >>> I'll appreciate if you try it and come with feedback. >>> >>> Note:You need to commit latest version from CVS as it has bugs >>> 1001184, 1001186 integrated. >>> >>> >>> >>> I am using official eCos 3.0 tools (-m3 of course) in order to >>> maintain compatibility, but I am keen to try gcc 4.6. >>> >>> >>> >>> Regards >>> >>> Ilija >>> >>> >>> >>> On 08.04.2011 16:42, jjp jjp wrote: >>> >>> Hi list, >>> >>> I am doing some tiny tests with k60 and I have some troubles to >>> make SVC call running properly. >>> >>> Vector table is set at 0x20000000 in register SCB_VTOR, psp and >>> msp have different adresses in RAM. >>> >>> I always get an HardFault after __asm__("svc 0"); >>> >>> >>> Check if VTOR setting is as desired, 0x20000000 should work. Also >>> stack, what do you have in mlt files? >>> >>> Ilija, is it working properly for you? >>> >>> I'm using : >>> >>> -. gcc-4.6.0 >>> >>> >>> -. binutils-2.21.51 (patched snaphot with OS >>> support for cortex-m4) >>> >>> -. zylin zy1000 (revB 1.66) >>> >>> >>> Nice to see that Zylin supports Kinetis too. >>> >>> Regards >>> >>> >>> >>>> Date: Thu, 27 Jan 2011 23:01:15 +0100 >>>> From: ilijak@siva.com.mk >>>> To: ecos-discuss@ecos.sourceware.org >>>> Subject: Re: [ECOS] Kinetis TWR-K60N512-KIT questions >>>> On 27.01.2011 10:09, jjp jjp wrote: >>>>> Hi, >>>>> I follow very closely the port of Ilija Kocho on Kinetis >>> TWR-K60N512-KIT and >>> >>>>> I have some questions about your development methods : >>>> Hello, and thanks for your interest. >>>>> What cross compiler tools are you using (arm-eabi-gcc >>> v-4.3 with patchs for cortex-m4)? >>> >>>>> What kind of debugging tools are you using? >>>> Cortex-M4 is binary and backward compatible with M3 so, for >>> the time >>> >>>> being you can use current compiler, of course you can't use >>> Cortex-M4 >>> >>>> specific features. Or you can try forthcoming 4.6. >>>>> I don't see debug tools (except libSWD with OpenOCD) in >>> Free and Open Source Software community trying >>> >>>>> to get debug by Serial Wire Debug. >>>> Kinetis is very new, not yet in regular production so many >>> tools are not >>> >>>> yet prepared. I don't know if OpenOCD supports Kinetis. In >>> our lab we >>> >>>> have Ronetix PEEDI that is just getting Kinetis support. In >>> meantime we >>> >>>> are working "dry" :( >>>> Regards >>>> Ilija >>>> -- >>>> Before posting, please read the FAQ: >>> http://ecos.sourceware.org/fom/ecos >>> >>>> and search the list archive: >>> http://ecos.sourceware.org/ml/ecos-discuss >>> >>> >>> >>> >>> >> >> -- >> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos >> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss >> > > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss