I have a question about "SEGGER Embedded Studio for ARM V4.12".
I want to place the section of the FLASH area arbitrarily.
And, for example, I want to place the following constants in that section.
(For example, 0x77FF0 to 0x77FF2 section layout)
const uint8_t table_data [3] = {1, 2, 3};
Please tell me how.