User Activity

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...
Hello,   I have the STEVAL-MKSBOX1V1 devkit - https://www.st.com/en/evaluation-tools/steval-mksbox1v1.html# Where can I find the default firmware? I tried flashing BLEDefaultFw.bin binary from fp.sns-stbox1 project but the MCU halts after flashing, I...