Resolved! what is the maximum size of an array (float data[R][C] ) that I can use it with STM32F407 ?
Hi, I use STM32F407 to acquire and process data from sensors, this data is very large approximately I need to define array (float Data[12][15000]) with 12 row and 15000 columnbut, STM32F407 mcu can't define this array.Did I exceed the maximum size ...