2024-11-02 09:12 AM
Hi,
I am using the EEPROM_Emul module since I don't have any EEPROM available on my hardware. After adding this module to my project the GCC compiler started to throw the warning "LOAD segment with RWX permissions". I've seen other posts explaining how to fix this on linker script by adding the attribute "READONLY" to all flash sections, however my linker script already has this implemented.
How do I fix this without having to silence the warning message?
For reference, I am using STM32WB15CC with BLE stack v1.20.0
2024-11-12 07:02 AM
Anyone here to clarify this question?
2024-11-12 09:38 AM
Already covered in this forum. Search for some keywords and you will find the answer.