STM32F4 failure on semaphore release in termios.
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Aug 29 07:24:00 UTC 2013
On 2013-08-28 23:30, Karel Gardas wrote:
>
> I'm trying to get my STM32F4 discovery board working with RTEMS. So far I've
> just modified linkcmd of this BSP to get ROM start address to 0x08000000:
>
> MEMORY {
> RAM_INT : ORIGIN = 0x20000000, LENGTH = 128k
> ROM_INT : ORIGIN = 0x08000000, LENGTH = 1M
> }
I think this will not work. You have to map the code to address 0x0. For the
load command in your debugger use an offset of 0x08000000 as described by Jiri.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list