STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with LWIP heap

Hello everyone, I'm having issues with the Heap of the LWIP that is used/full, and I can't do any mem_malloc. I have dig a bit on why the log of LWIP tells me that  it couldn't allocate memory ("etharp_raw: could not allocate pbuf for ARP request"). ...

FAV_Before-__HAL_RCC_ETH1MAC_CLK_ENABLE.PNG FAV_After-__HAL_RCC_ETH1MAC_CLK_ENABLE.PNG TCP_OK_Nucleo-Before-__HALL_RCC_ETH1MAC.PNG TCP_OK_Nucleo-After-__HALL_RCC_ETH1MAC.PNG
AGP_29 by Associate III
  • 6229 Views
  • 12 replies
  • 5 kudos

Resolved! Moving isr_vector inside text section

Hi,I just wanted to check if is it dangerous to move the isr_vector inside the text section like this:.text :{. = ALIGN(4);KEEP(*(.isr_vector)). = ALIGN(4);FILL(0x00000000);. = ALIGN(4);*(.text) /* .text sections (code) */*(.text*)*(.glue_7) /* glue ...

UriA by Associate
  • 256 Views
  • 2 replies
  • 3 kudos