2022-06-01 11:46 PM
Hello,
I updated my application from the "full" to the "full extended" BLE stack 1.13.3.
I modified the link file as requested in the release note.
My issue is that if I keep the SRAM2 parity enable my application crash in NMI error. When I disable the parity it is OK.
This issue was fixed by with stack 1.13.0 "full" but seems to be back it "full extended" variant.
BR
2022-06-02 07:50 AM
2022-06-03 05:11 AM
Hello,
Thank you , you are right, I configured the section MB_MEM2 as a no_init section to reduce starting time. It works fine with 1.13.3 full but not with 1.13.3 full extended.
Adding a manual initialization of MB_MEM2 to 0 before starting the core 2 solved my issue.
BR