Part Number: TMDSEVM6670
I'm using EVM6670LE. Try to run Helloworld program on core0 in NO BOOT mode. According to BiosMulticoreSDK_2.1_UserGuide, I have to run Global_Default_Setup function in evmc6670.gel file prior to loading and running the the program. My question is:
1. If I want to run the Helloworld without using the GEL, I have to implement those excute in the Global_Default_Setup function myself in my programe? If so, where should I write the program?
2. How can I excute Global_Default_Setup function in evmc6670.gel file in other boot mode (not NO BOOT)?
Thanks.