目前分類:ST MCU (5)
- Oct 24 Sun 2021 08:58
[Note 1] Generate BIN and HEX file in STM32CubeIDE/在STM32CubeIDE產生 BIN及HEX燒錄檔
- Jun 26 Sat 2021 16:14
[第8期]Use ToughGFX and STM32CubeIDE to control LED/使用ToughGFX和STM32CubeIDE來控制LED開關
STM32CubeIDE + TouchGFX + STM32F429I Discovery
本視頻說明如何使用STM32CubeIDE的HAL函式庫與TouchGFX的虛擬函數來控制LED開關。
內容:
1. 建立GUI按鈕與虛擬函數
- Jun 19 Sat 2021 14:17
[第7期] Use STM32CubeIDE to edit and run TouchGFX program/使用STM32CubeIDE 來編輯與執行TouchGFX程式碼
This video demonstrates hoe to use STM32CubeIDE to edit and run TouchGFX program and download code into STM32F429I Discovery Demo board.
The content includes:
1. Related Software & Driver
2. Edit TouchGFX code in STM32CubeIDE
- Apr 18 Sat 2020 12:58
[TouchGFX] [STM32F4] Use TouchGFX to design GUI on STM32F429I Disc1/使用TouchGFX設計STM32F429I Disc1開發板的圖形介面(一)
This example shows how to use TouchGFX to design GUI on LCD of STM32F429I Disc1 Board.
One progress indicator and two buttons are used in this example.There are two examples of demonstrating interactions of the button to interact with the circleProgress indicator:
1. setValue
2. Call New Virtual Function --> Use VS code to modify code generated by TouchGFX
- Apr 03 Fri 2020 11:38
[STM32Cube IDE][STM32F429-Disco]Blinky LED Example/閃爍的LED範例
使用STM32Cube IDE在STM32F429-Disco開發板上撰寫程式控制LED閃爍。
This example shows how to use STM32Cube IDE to blink LED on STM32F429-Discovery kit.
1.開啟STM32Cube IDE, 然後新增專案。
2. 指定PG13和14為數位輸出。