Other Parts Discussed in Thread: TM4C123GH6PGE
I am having to write a custom bootloader for the TM4C123GH6PGE part that we are using. I need to use the linker file to locate _c_int00 in a specific location in memory. I looked on ti e2e and found this:
SECTIONS {
.text:_c_int00 > 0x30000
}
I tried using this but it did not locate the code at that location. I am usingCode Composer Studio Version : 5.2.0.00069. I would post on e2e but I’m not sure which forum to use. Any insights would be very welcomed.
