Reset Handler, linker file and register

Fully featured ARM compilers available on Windows, Linux, and macOS.
Post Reply
Author
Message
etorres
Posts: 1
Joined: 13 Apr 2021 21:30

Reset Handler, linker file and register

#1 Post by etorres » 13 Apr 2021 23:57

Hello,

I'm a new user of Necto Studio an I have a project written for the GNU arm C compiler that I want to port to this IDE. I took a look to the example code and the manuals but I still have some questions that I hopefully some one can clarify.

* When I create a new project Necto Studio creates a C file with a main function, some init functions to init the system and a header file with some mikroe definitions. Does Necto Studio takes care of the reset hander (interrupt vector table creation, RAM init, calling main) behind the scene? If so, how can I override this functionality to create my own reset handler?

* I read the manual and I found there are some linker directives supported by the compiler but can I create my own linker file and use it in the compilation process?

* Can I use assembler files or assembler insturctions inside C files?

Thank you in advance for your clarifications

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Reset Handler, linker file and register

#2 Post by filip » 19 Apr 2021 09:10

Hi,

I believe that you have sent the same question to our HelpDesk, we will answer there ASAP.

Regards,
Filip.

Post Reply

Return to “ARM AI Compilers”