2020-06-18 05:33 AM
I am using the STM32H745ZI-Q Dual Core MCU.
My workflow is to generate the AI library using a Single Core processor and then copy the project into my Dual Core.
Now I am trying to use External Ram Configuration (STMCube) to map the activations NOT into a external RAM but into another Bank (AXI SRAM for example. Address: 0x30000000) but without any luck.
Is there any way I can allocate the Activation buffer on another RAM Bank?