cancel
Showing results for 
Search instead for 
Did you mean: 

While compiling Code for STM32L073RZT6 getting Warning

Mohsin
Associate II

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

1 REPLY 1
Mohsin
Associate II

Someone please help me how to remove this warning.