Hello, I'm using a custom linker script to put some codes on a custom memory region.MEMORY
{
...
my_mem_region (rx) : ORIGIN = 0x9D000000, LENGTH = 0x1000
...
}
SECTIONS
{
...
.extension :
{
{
...
my_mem_region (rx) : ORIGIN = 0x9D000000, LENGTH = 0x1000
...
}
SECTIONS
{
...
.extension :
{