linking error in rtems_record_server.c but bsp is configured with --disable-networking

2021-04-30 Thread Juan Solano
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

Re: stm32f4 bsp flash address

2021-01-22 Thread Juan Solano
; 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

stm32f4 bsp flash address

2021-01-21 Thread Juan Solano
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

stm32f4 flashing with gdb failure

2020-12-05 Thread Juan Solano
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