Skip to main content
Mohsin
Associate II
July 8, 2024
Question

While compiling Code for STM32L073RZT6 getting Warning

  • July 8, 2024
  • 2 replies
  • 1177 views

While compiling Code for STM32L073RZT6 getting Warning :  C:/ST/STM32CubeIDE_1.7.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.0.100.202403111256/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: L073_LED_Timer.elf has a LOAD segment with RWX permissions
Finished building target: L073_LED_Timer.elf

 

This code tends initialize an STM32 microcontroller to toggle an LED using Timer 2 interrupts, configuring system clock, GPIO, handling Timer interrupts to toggle the LED.

How to resolve this warning?Screenshot 2024-07-08 114826.png

2 replies

Mohsin
MohsinAuthor
Associate II
July 9, 2024

Someone please help me how to remove this warning.

Technical Moderator
August 13, 2024

Hello @Mohsin ,

I advise you to download and use the latest release of STM32CubeIDE (v1.16.0).

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks