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 09:26] – 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 ==== | ||
- | **Virtual Machine** | + | ===== 1) Virtual Machine |
- | > Install Windows in a virtual machine. | + | > Install Windows in a virtual machine. |
- | **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 ===== | ||
+ | |||
+ | During the first start, Keil uVision asks to install a software pack. \\ | ||
+ | For the CT Board, there is a special pack that must be installed separately. \\ | ||
+ | |||
+ | > Download the current [[https:// | ||
+ | |||
+ | ===== 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: \\ | ||
+ | |||
+ | - Download the Driver: | ||
+ | * For ARM64 systems, download the 64-bit driver package: {{software: | ||
+ | - Disable Windows Driver Signature Enforcement: | ||
+ | * **Note:** The driver is unsigned, so you must temporarily disable the Windows signature check. \\ | ||
+ | * 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. \\ | ||
+ | * Once in recovery mode, navigate as follows: | ||
+ | * ** troubleshoot -> Advanced options -> Startup Settings -> Restart** | ||
+ | * 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: | ||
+ | |||
+ | |||
+ | |||