Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:keil:macos_m-series [2025/02/05 13:20] – [3) Install ST-Link Driver] frtt | software:keil:macos_m-series [2025/02/06 12:09] (current) – frtt | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Running Keil uVision on MAC M-series ==== | ==== Running Keil uVision on MAC M-series ==== | ||
===== 1) Virtual Machine ===== | ===== 1) Virtual Machine ===== | ||
- | > Install Windows in a virtual machine. | + | > Install Windows in a virtual machine. |
===== 2) Keil uVision ===== | ===== 2) Keil uVision ===== | ||
- | Keil uVision is a software | + | Keil uVision is a software |
- | The light version of the software is available for free, but is limited to 32 KB (size of compiled binary). \\ \\ | + | The light version of the software is available for free but is limited to 32 KB (size of compiled binary). \\ \\ |
> | > | ||
===== 3) Add Software Pack for CT Board ===== | ===== 3) Add Software Pack for CT Board ===== | ||
- | During the first start Keil uVision asks to install a software pack. \\ | + | During the first start, Keil uVision asks to install a software pack. \\ |
- | For the CT Board there is a special pack which has to be installed | + | For the CT Board, there is a special pack that must be installed |
- | > Download current [[https:// | + | > Download |
===== 3) Install ST-Link Driver ===== | ===== 3) Install ST-Link Driver ===== | ||
+ | The Discovery Board includes an integrated ST-Link programmer, which is used to download firmware and debug the board. To set it up, follow these steps: \\ | ||
- | The Discovery Board has an integrated ST-Link programmer, which is used to download | + | |
- | Install the driver | + | * For ARM64 systems, download the 64-bit driver package: {{software: |
- | \\ | + | - Disable Windows Driver Signature Enforcement: |
- | + | * **Note:** The driver | |
- | Download ST-Link Driver | + | * Press **Windows + R** to open the Run dialog.\\ |
- | + | * Type the following command and press Enter: **shutdown /r /o** \\ This command will restart Windows in recovery mode. \\ | |
- | > For 64 bit Architecture: {{software:start:stsw-link009_v3_arm64_unsigned.zip}}// | + | * Once in recovery mode, navigate as follows: |
- | + | * ** troubleshoot | |
- | \\ \\ \\ \\ | + | * When the Startup Settings screen appears, press 7 to select " |
+ | - Install the Driver: | ||
+ | * Unzip the downloaded driver package. | ||
+ | * Locate the three driver files: | ||
+ | * stlink_dbg_winusb.inf | ||
+ | * stlink_VCP.inf | ||
+ | * stlink_bridge_winusb.inf | ||
+ | * Right-click on each file and select Install to install the drivers. | ||
+ | - Verify Installation: | ||
+ | * Open **Device Manager** in Windows. | ||
+ | * Check that the ST-Link programmer is recognized. | ||
+ | * Make sure that the CT board is connected to the Virtual Machine so that the ST-Link can be detected properly. | ||
+ | \\ \\ \\ | ||
//**Back to [[software: | //**Back to [[software: | ||