I have this board with STM32L4R9 and I used CubeMX and Unico-GUI tools to generate a decision tree for MLC in .ucf format. I used a python script to convert this to C uint8_t array as follows:
const uint8_t lsm6dsox_ucf[] = {
0x10, 0x00,
0x11, 0x0...