2023-03-20 03:36 AM
Hi,
I have managed to program the STM32F746G-DISCO with a simple neural network but when I try to do it using the external Flash by using the option in advanced settings (External NOR Flash) it doesn't work. Any idea why? Is there anything else I need to do?
I'm using STM32CubeMX and Keil.
Thanks!
Solved! Go to Solution.
2023-03-20 04:04 AM
In case anyone runs into this problem, I managed to solve it. Instead of generating a .bin file, I used a linker script (option in advanced settings too) and increased the RAM for algorithm size in Options for Target in Keil so that there is enough space.
2023-03-20 04:04 AM
In case anyone runs into this problem, I managed to solve it. Instead of generating a .bin file, I used a linker script (option in advanced settings too) and increased the RAM for algorithm size in Options for Target in Keil so that there is enough space.
2023-06-22 11:45 AM
Hey, I m trying to run a model using external flash and RAM and I have configured it in the advance setting section of STM32Cube AI plugin. My question is that do I have to explicitly do anything in my C code for it to use the External Flash or RAM? or the STM32CUBE-AI APIs will take care of it?