How can I extend much more RAM on STM32?
Hello!
I have just currently developed a matrix library for embedded systems. It works for all systems. The problem is that using matrices, takes lot of both ram memory and flash memory. So i need a better controller, but the largest RAM from STM32 i could find was 1 MB RAM from the STM32F7 controllers.
I wonder if there is a way to extend flash and ram for STM32?
My library:
https://github.com/DanielMartensson/EmbeddedLapack
You can see the programs I using. It's the system identification algorithm and model predective control algorithm.