Hi all,
I am learning my way around RTEMS, developing a BSP for Xilinx Zynq, using
RTEMS 5. I configure with --disable-networking but I have a linking error when
building the BSP, a networking function in librtemscpu.a is compiled in,
should this be happening? There are missing references to s
; I have a BSP for STM32F767 and its FLASH is located at 0x0800 as
> you have in the 429. It works.
>
> Andrei
>
> > On 2021-January-21, at 14:02, Juan Solano wrote:
> >
> > Hi all,
> >
> > I had to update the flash address of the linker script
Hi all,
I had to update the flash address of the linker script to be able to use the
stm32f4 bsp with my Nucleo board (stm32f429zi). Flash resides at 0x0800,
and it is aliased also at 0x0. I made it work with my gdb environment just by
changing the ROM address to the actual flash address in
Hi all,
I am unable to flash the sample applications using gdb. I am trying hello.exe,
with a Nucleo stm32f429zi board, connecting through a Black Magic probe:
(gdb) load
Loading section .start, size 0x270 lma 0x0
Load failed
info mem in gdb shows 0x800 flash regions but does not show any r