From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15186 invoked by alias); 25 Jan 2014 13:41:56 -0000 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 Received: (qmail 15177 invoked by uid 89); 25 Jan 2014 13:41:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f173.google.com Received: from mail-ob0-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 25 Jan 2014 13:41:54 +0000 Received: by mail-ob0-f173.google.com with SMTP id vb8so4827898obc.32 for ; Sat, 25 Jan 2014 05:41:52 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.135.130 with SMTP id ps2mr432231oeb.46.1390657312820; Sat, 25 Jan 2014 05:41:52 -0800 (PST) Received: by 10.182.250.162 with HTTP; Sat, 25 Jan 2014 05:41:52 -0800 (PST) In-Reply-To: References: <52E14C04.30308@dallaway.org.uk> <52E22ADF.1040109@dallaway.org.uk> Date: Sat, 25 Jan 2014 13:41:00 -0000 Message-ID: From: Samuel Charnet To: John Dallaway Cc: eCos Discussion Content-Type: text/plain; charset=ISO-8859-1 Subject: [ECOS] Re: STM32 ROMINT don't run X-SW-Source: 2014-01/txt/msg00029.txt.bz2 hum sorry, my mail was truncated The text section should be at 0x8000010, the same address as the reset_vector function, it is the entry point. But in objdump i can see "start address 0x08000011", is it normal ? When I try to break to reset_vector, nothing append, can I conclude that reset_vector is not called ? -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss