Resolved! How to use the for loop in a simple sequence with STM32H7 in a SPI transmission?
Hello everyone,I am trying to replace a simple code in C inside a STM32H7 that goes like this:function(0, &array[0]); function(1, &array[1]); function(2, &array[2]); function(3, &array[3]); function(4, &array[4]);withenum_variable_t index ; ...