Limit of size of array and functions of STM32 chip
Posted on December 13, 2015 at 06:25When we use STM32 chip, is there a limit for the size of array and subroutine?For example, if the chip has 128k ram, can I allocat 100k to an array(or buffer) or define an array as char chs[100k]? Certainly we nee...