This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to modify _c_int00 startup code of SYS/BIOS boot module?

Other Parts Discussed in Thread: TM4C129ENCPDT

Hi

I am using Sys/Bios with Tiva uC

Before my software starts, I need to execute RAM pattern test for entire memory for that reason I cannot just simply register to one of startup hook function pointers because this code is using stack already (wheres my RAM test overwrites entire memory)

In linker map file I see that _c_int00 startup code is located in boot.oem4f module and it seems, that is different code than boot.asm delivered with standard library. So my question is how can I modify boot.oem4f _c_int00 startup code to meet my needs, it is possible at all when using Sys/Bios?

My configuration:

Tiva TM4c129encpdt

Sys/Bios: 6.37.4.32

XDC tools: 3.25.6.96

CGT: 5.010

Gregor