From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18817 invoked by alias); 25 Dec 2012 12:02:26 -0000 Received: (qmail 18800 invoked by uid 22791); 25 Dec 2012 12:02:25 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Dec 2012 12:01:22 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id CDFC64680002; Tue, 25 Dec 2012 12:01:20 +0000 (GMT) From: bugzilla-daemon@ecoscentric.com To: unassigned@bugs.ecos.sourceware.org Subject: [Issue 1001718] New: my stm32f4_discovery redboot can't work X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: RedBoot X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: tziang@hotmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://bugzilla.ecoscentric.com/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 25 Dec 2012 12:02:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2012/txt/msg01381.txt.bz2 Please do not reply to this email. Use the web interface provided at: https://bugzilla.ecoscentric.com/show_bug.cgi?id=1001718 Summary: my stm32f4_discovery redboot can't work Product: eCos Version: CVS Platform: stm3240g_eval (ST STM3240G-EVAL board) OS/Version: Cortex-M Status: UNCONFIRMED Severity: critical Priority: normal Component: RedBoot AssignedTo: unassigned@bugs.ecos.sourceware.org ReportedBy: tziang@hotmail.com QAContact: ecos-bugs@ecos.sourceware.org CC: ecos-bugs@ecos.sourceware.org Class: Advice Request Created an attachment (id=2009) --> (https://bugzilla.ecoscentric.com/attachment.cgi?id=2009) the ecc file I use gdb-server and onboard STLINK debug the hal_if_init() in hal_if.c file step by step, and final, it stoped in cortexm_stub.c at val = _registers[offset/sizeof(target_register_t)]; in function target_register_t get_register (regnames_t reg) { target_register_t val; int offset = reg_offset(reg); if (REGSIZE(reg) > sizeof(target_register_t) || offset == -1) return -1; val = _registers[offset/sizeof(target_register_t)]; return val; } could you please give me some advices,thanks a lot attched is the ecc file my board is http://www.st.com/internet/evalboard/product/252419.jsp -- Configure issuemail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the issue.