Hello, guys!
I am a newbie in developing for DSP (and for Blackfin too), so you can find my question a bit stupid.
The problem is that I am not able to create and a simple dual-core application for my BF609.
What have I done:
1) Added -mmulticore flag to linker.
2) Among other functions I have main() and core1_main(). By the way, docs https://gcc.gnu.org/onlinedocs/gcc/Blackfin-Options.html say that the main function for core1 should be named as coreb_main(), I guess that this document was prepared for BF-561.
So, could anyone help me with advice? Does GNU Toolchain have multicore support for BF-609? What should I do to make Core1 wake up and start executing commands? Thanks in advance