logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

st-info - Provides information about connected STLink and STM32 devices

Description

       Provides  information  about connected STLink programmers and STM32 devices: Serial code, openocd, flash,
       sram, page size, chipid, description.

Examples

       Display information about connected programmers and devices

              $ st-info --probe

Name

       st-info - Provides information about connected STLink and STM32 devices

Options

–version
              Print version information

       --flash
              Display amount of flash memory available in the device

       --sram Display amount of sram memory available in device

       --descr
              Display textual description of the device

       --pagesize
              Display the page size of the device

       --chipid
              Display the chip ID of the device

       --serial
              Display the serial code of the device

       --probe
              Display the summarized information of the connected programmers and devices

See Also

st-util(1), st-flash(1)

Synopsis

st-info [OPTIONS]

See Also