I am using a specific feature of the OMAP3530 (MIPI interface to test my IC). But all my software skills are based on microcontroller era :(
Can someone tell me how to develop a "bare bone" firmware (no OS) from scratch using CCS4 with XDS510USB JTAG? is it possible to power on the 3530, connect the JTAG to the target board (OMAP3530 + micron PoP) and run "Hello World"? I tried, but the CCS could not even dowload the software to the target board. I did not include any initialization code (PM, CM configuraton, etc) yet, only main(){printf ("Hello, world");}.
Thanks in advance,
-MIPI user.