I am using a custom STM32 board for my project. The board manager i am using is STM32duino, but it doesnt support the exact chip i am using. it only suports a variant of the same chip that has 8kb Global variable limit instead of 32kb that is actualy available on the chip.
I cant shrink the program, and i do not need to either since i have plenty of unused space on the chip.
I have tried modifiying the setting in board_entry.txt file where maximum_data_size is defined,
but it still shows that Global variables use 11444 bytes (139%) of dynamic memory, Maximum is 8192 bytes.
Where is the maximum sketch size limit stored so i can change it? All other questions on this topic just focus on reducing program size.
Which chip are you using, and which did you select in the IDE? I don't know a STM32 chip with only 8kB RAM. The minimum I know is 20kB. But of course I don't know all of them - especially the low density ones. The core should in any case support chips with more memory.