Not getting interrupt from CPU2 to begin advertising state.
It seems I am having the same problem here: https://community.st.com/s/question/0D50X0000Az4HdhSQE/cant-get-the-advertising-state?t=1613668936202. Except the solution for that question was to make sure the memory buffer was mapped properly to SRAM2 and to be sure I have the missing IPCC interrupt handlers. However, I have the memory mapped correctly to SRAM2 and I have the IPCC interrupt handlers.
So I'm wondering what I'm missing. Most of my code is very similar to the BLE_Datathroughput Nucleo example except I'm using FreeRTOS.
I was looking at Figure 65 in this application note: https://www.st.com/content/ccc/resource/technical/document/application_note/group1/43/ea/2f/dc/10/a3/46/e6/DM00598033/files/DM00598033.pdf/jcr:content/translations/en.DM00598033.pdf. And I am able to send TL_Enable() but then I never get a signal back from CPU2.
Any advice is much appreciated!
