Altera_Forum
Honored Contributor
11 years agoModification of HelloWorld-Baremetal-ARMCC Example fails
Hello,
I am trying to run an application on HPS. I looked at the Altera example 'altera-socfpga-helloworld-baremetal-armcc' to start off. I run this application just fine. However when I add an additional line of printf("message"); I do not see this output on the console. Why does this happen? (I do build the project with no errors. Is there something additional I am supposed to do?) On similar lines, after building the GHRD design, I went through the preloader code using DS-5. What I do not understand is, where does my custom application program code fits into the whole picture. If I want to for example, blink led's using delay (in C), where would I write this line of code? I''m having a tough time figuring out how GHRD designs can be modified to fit custom designs/application. Any pointers would be of help! Thank you.