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.

AM263P4: Bare-metal startup code

Part Number: AM263P4
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello.

Is there any possibility to create empty project with startup code, linker script, main functions (may be also system clock configuration) etc?

I can create working project with SysConfig, but it always creates RTI instance with interrupt, debug console, UART module and so on, which are not needed for me (and also waste MCU time and block some module, which I want to use by my own)?

May be you have some example on MCU initialization for bare-metal project?