hi,
i'm using RX66T on a e2studio Version: 2022-04 (22.4.0) with CC-RX compiler
is there a way to reserve a certain area of the ROM so that the linker does not insert any variables to the addresses in the range?
You don't mention which compiler that you are using (GCC or CC-RX), but the linker section definitions can control memory allocation. GCC is probably easier to manage in this regard, there is a LD…
If you already start your section at 0xFFF80010, as far as this project is concern, 0xFFF80000~0xFFF8000F doesn't exist. Isn't this what you want?
You choose the start of ROM. If you want to make…