Hi,
I'm trying to build a simple bare-metal program that used the SGI, I used the code example in the I.MX 6 Series Firmware Guide to create the startup# assembly code.
I was able to compile the code and generate the image but nothing happens after calling the function send_sgi.
I have the files (.c,.S, ld and makefile) attached to this thread.
Thanks in advanced.
Kind Regards,
Ailton Lopes
Original Attachment has been moved to: IRQ_Example.tar.gz
Hello,
I do not see in Your start up code (entry.s) initializations for all stacks, as it implemented
in startup.s of the platform SDK.
swp-report/iMX6_Platform_SDK at master · backenklee/swp-report · GitHub
The following general considerations may be helpful.
Building Bare-Metal ARM Systems with GNU (PDF Download Available)
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------