I want to run some C++ code on my STM32H747I-DISCO board. I am trying to initialize 4D vector with all values as 6. (just for initialization purposes). The shape of the vector is (1,23,249,4). I have two variables s1 and v1, which store the size and ...