Other Parts Discussed in Thread: TMS320DM6437
Hi! I'm trying to add code to the ndk's helloworld project in order to exchange data between a PC and a EVM TMS320DM6437 . I'm new with this module and this kind of programming. I want to know 2 things.
Why does the stack initialize only if the main function ends? (When main ends, the stdout tab starts to show info about the conection but not before)
Because of the "main() thing", how can I use this project to use the "send" and "receive" functions in an infinite loop only when i need to? (the main program digitalize audio, modificates it, send to pc, receive from pc, and de-digitalize audio)