RX660 | __attribute__((section("PFRAM"))) not working as expected

Hello everyone,I am trying to place a function in a specific section (like PFRAM) within the User Boot Area using the __attribute__((section("PFRAM"))) directive, but it's not working as expected.

IDE : e2Studio 

Compiler : GCC

Debugger : E2 lite

Does anyone know the cause of this issue? I would greatly appreciate it if someone could help me resolve this problem!

With my sincerest gratitude!

This is my project : RX660_functionTest