In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
I'm looking for a way to have share non-volatile storage between cortex-A and cortex-M. I guess I can store it on cortex-A and push it over Virtual UART to cortex-M on startup, but it would seem better to just have both cores have access to non-volatile storage, not sure if this is available.