User Activity

These are the 1st lines of stm32u5_tool.sh file from X-Cube AWS package.#!/bin/bash# Find STM32_Programmer_CLI# shellcheck disable=SC2154if [ -n "${cubeide_cubeprogrammer_path}" ]; then    PROG_BIN_DIR="${cubeide_cubeprogrammer_path}"    PROG_BIN_PA...
Good morning, I'm trying to run the b_u585i_iot02a_ntz stm35U5 project from X-Cube AWS, but I get errors while running it. I Should chose the Flash_ntz file in the "run configurations" but I only see the Flash_ntz.launch which is not the bin file so ...